Thanks for your time,
We use the distributed marketing to create a campaign for each interested Org Unit.
The proofing type is seed, but I have no clue of how to do the synchronisation of the proof when creating the campaigns without have the user to manually change each delivery proof target manually.
I have tried to dig into the delivery data schema and find out that the proof target is saved as part of an xml field, "data", that contains every information about the delivery's content, but i don't know how can i change only the proof part of that field.
Hi Michele,
I understand and automatically I am not sure it is possible as the fucntion to create a campaign out of a template is a static function defined in the nms:operation data schema.
However what you could do is to create a JavaScript where you would have a function that will:
- Search for seed templates using the org unit associated to the delivery
- Create the seed elements on the delivery
- You will then invoke this function from a new button that you would put at best on the Delivery General Properties or in the "To" Target of Proofs section...
I don't think you can fully automate it but you can make it a "click" away.
Hope this helps,
Thanks
Denis
In the above way to improving the solution, it is to be able to find seed address templates via an Org Unit as my assumption is also that the seed addresses are also org unit specific.
That's how I would look at the topic,