Hi Ken,You can achieve this via two ways:1) Dedup: You can also define these list of parameters for dedup and then select option for dedup method: 'using a list of values'.2) Query Activity: Use Group by in Advanced parameters. Define aggregate condition for fields on which you want to find latest r...
Hi Kaushal,You can remove recipients during delivery analysis using typology rules.If you know fixed conditions then use filtering typology type and exclude then from your target population.If you have dynamic data condition, then store them in delivery variables and then exclude them using typology...
Hi Partha,Answer to your two questions are:1) Yes, vars.recCount works if there's any fie, it will give you value greater than zero.2) You can set option value using:var myOption=GetOption("myOption");setOption("myOption",myOption+1);Thanks,Jyoti
Hi Joanag,You will get IP error when in your serverConf.xml file you have defined access to fixed number of IPs within securityZone.Now, when you are redirected to different IP when checking Integration connection, IP is not defined in serverConf.xml file.Please check IP of the URL where you were as...
Hi Parthibanb,Have you used one of the delivery template?If yes, then check whether seed address is defined there.Also, you can remove seed list, by right click in workflow an go to 'Edit XML Source'.Remove the seed list added and save the XML.This will permanently remove all your seeds from workflo...
Hi Som,Does your delivery has any content?Test once the external account connection used in delivery, whether it is able to establish connection or not.What is the delivery type you are using?Thanks,Jyoti
HI ShivaDT,You can use below sql to update your temp data: xtk.session.Write(<query xtkschema={vars.targetSchema} id={iId} _operation="update" />)Thanks,Jyoti