Hi there,
Would really appreciate if someone who knows could let me know if its possible and how to change the reference of the Delivery Template that is used in the "New, created from a template" option of a delivery Activity by using the script tab.
Is it possible to override this field in the script tab, similar to how you can, for example, override the delivery label?
Example:
Thank you for your consideration,
Sol
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Sol,
You can achieve that by dynamically modifying the Initialization Script of the delivery activity.
As you can see here I've provided the primary ID of the delivery template I wish to employ.
You can define a JS activity in the workflow where you can perform queryDef to get the delivery template primary key based on say Internal name/label.
Regards,
Vipul
Views
Replies
Total Likes
Hi Sol,
You can achieve that by dynamically modifying the Initialization Script of the delivery activity.
As you can see here I've provided the primary ID of the delivery template I wish to employ.
You can define a JS activity in the workflow where you can perform queryDef to get the delivery template primary key based on say Internal name/label.
Regards,
Vipul
Views
Replies
Total Likes
Hi Vipul,
Worked perfectly, thank you for your assistance.
Solon
Views
Replies
Total Likes
Views
Likes
Replies