Add delivery property to delivery log (without using add data in WF and then targetData)
Hi,
We have added a custom long field to a delivery template, which is saved in the nmsDelivery-table.
I would like to use the custom field like this AddDays([delivery/@customField], GetDate()) and then save it in a custom datetime field in the broadLogRcp-table upon delivery execution.
I would like to avoid making the change on each delivery-WF in our environment.
In other words: I am looking for a solution where I can make the change on one entity (i.e delivery template or targetMapping).
Can this be done without making a post-processing workflow? What is the best way to do this?