Custom fields not copied when creating a delivery from a template | Community
Skip to main content
New Participant
June 18, 2025
Question

Custom fields not copied when creating a delivery from a template

  • June 18, 2025
  • 1 reply
  • 436 views

 

Hi everyone,

In Adobe Campaign Classic, I’ve extended the nms:delivery schema by creating a custom schema called gpa:delivery. I added three custom fields:

These fields are of type string and are linked to an external table (gpa:SCO_RCI_UNIVERS) through three link elements (universPourTrackingLink1, 2 and 3), which join on @916606_UNIVERS and @916606_ENTITE.

 

I've also updated the delivery input form to display these fields through the links, with filtering logic on date validity.

 

Everything works fine in the following scenarios:

  • When I create a standard delivery

  • When I create a delivery template

However, the issue: when I create a new delivery based on a template, the values of the universPourTrackingX fields are not carried over, even though they are set in the template.

1 reply

ParthaSarathy
New Participant
June 18, 2025

Hi @mohamed_alial ,

Add your attributes inside xpathsToLoad=".. " , You can find xpathsToLoad in <form> root element

 ~  ParthaSarathy S~  Click here to join ADOBE CAMPAIGN USER GROUP for Quarterly In-person | Hybrid | Virtual Meetups
New Participant
June 18, 2025

hi @parthasarathy , 

Thanks for your response. I’ve already done it, but it still doesn’t work.