Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi,
Could anyone let me know how to use the "Specified by a script" feature in a continuous delivery (how can the static list of recipients be specified) in campaign v6.
Thanks,
Vignesh
Solved! Go to Solution.
Hi Vignesh,
Here is the sample script. you can change the expr to suit your purpose.
<delivery> <targets> <deliveryTarget> <targetPart type='query' exclusion='false' ignoreDeleteStatus='false'> <where> <condition expr="[@id] IN (id1,id2,id3)"/> </where> </targetPart> </deliveryTarget> </targets></delivery>
<delivery>
<targets>
<deliveryTarget>
<targetPart type='query' exclusion='false' ignoreDeleteStatus='false'>
<where>
<condition expr="[@id] IN (id1,id2,id3)"/>
</where>
</targetPart>
</deliveryTarget>
</targets>
</delivery>
Regards,
Amit
View solution in original post
Views
Likes
Replies