Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Duplicate Delivery Activity in Action Tab

Avatar

Level 2

I want to create a duplicate Delivery Activity in Adobe Campaign the Screen shot is given below,

I want to use the same Delivery Type and just want to disable one Function (Prepare and Start) inside that Duplicate Delivery Activity which i created.

Can any one help how can be this possible. and which forms and js i need to duplicate and edit?

delivery1.jpg

delivery2.jpg.png

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hi Sushant,

I tried to analyse this further and see that you need to spend much time to make this work. You need to update the input form(xtk:workflow) as well as data schema(nms:workflow -> you may extend the data schema and update the changes). You need to refer the new form that you're updating in the input form. Attaching screenshot. Hope this helps. But not sure how far this is reliable as that shouldn't impact anything else in workflow. Try to get support from Adobe support.

1851175_pastedImage_0.png

Thanks.

View solution in original post

5 Replies

Avatar

Level 5

Hi,

You may try that in an input form.

Go to -> xtk workflow input form

Duplicate the delivery item(Starts with <form name="delivery" type="notebook">). And make the changes in the following section.

1850848_pastedImage_0.png

Then remove that line and save it.

Avatar

Level 4

Hi,

If i understand well, you want to duplicate a delivery activity and change the action to prepare and start.

If all of that is happening inside the same workflow, just select the original delivery activity and the Ctrl + C , then click an empty place inside the workflow and Ctrl + V . then in the copied delivery change the action to prepare and start.

Regards,

Badr.

Avatar

Level 2

Let me try that and get back to you

Avatar

Level 2

somasundaramhaldurai

I tried to edit the Workflow xtk, Copy pasted the same code which is for delivery. Rename the form but it was not visible as new one in action tab.

But when i tired to edit the exiting one and disable start and prepare it worked. But i need two activity one original delivery activity and another should be duplicate with disable start and prepare in it.

Can any one help me.

Thanks in advance

Avatar

Correct answer by
Level 5

Hi Sushant,

I tried to analyse this further and see that you need to spend much time to make this work. You need to update the input form(xtk:workflow) as well as data schema(nms:workflow -> you may extend the data schema and update the changes). You need to refer the new form that you're updating in the input form. Attaching screenshot. Hope this helps. But not sure how far this is reliable as that shouldn't impact anything else in workflow. Try to get support from Adobe support.

1851175_pastedImage_0.png

Thanks.