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

NMS Delivery Form Fields Not Displaying Saved Values

Avatar

Level 4

Hi Team,

 

We have added few fields by extending nms:delivery and have used userEnum(<attribute label="Market" length="50" name="market" type="string" userEnum="market"/>) for the field values. The enumeration is System and has values.

 

The nms delivery form is also modified by adding the new input form fields(<input xpath="@market"/>,etc). The problem is when the values from drop down and chosen and the when the delivery is saved, the values are captured in the delivery schema,

ShineVv0823_1-1672932571014.png

 

but when we reopen the delivery the form values display's as empty. 

 

ShineVv0823_0-1672932097649.png

 

But the same is working fine for nms:operation (Campaign) where we done the same exact thing.

Please help us out.

 

Thanks,

Shine v.v

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @ShineVv0823 ,

In nms:delivery input form, add your attribute in xpathsToLoad 

<form  xpathsToLoad="@market,"

  

View solution in original post

3 Replies

Avatar

Level 2

Hi @ShineVv0823 ,
Have you tried adding the new field(market) in xpathsToLoad tag in Nms delivery form

 

Thanks,

Dhanesh

Avatar

Correct answer by
Community Advisor

Hi @ShineVv0823 ,

In nms:delivery input form, add your attribute in xpathsToLoad 

<form  xpathsToLoad="@market,"

  

Avatar

Administrator

Hi @ShineVv0823,

Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!



Sukrity Wadhwa