How to fetch 'outputScript' field from nms:delivery schema | Community
Skip to main content
Level 2
March 9, 2020
Solved

How to fetch 'outputScript' field from nms:delivery schema

  • March 9, 2020
  • 3 replies
  • 4141 views

Hi all,

 

Could you please help me with the solution to fetch the field "output/outputScript" in the nms:delivery schema. I need to mass update on the value present in that field

 

Thank you,

Anoop

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by anupk2111

Hi Anoop,

 

I do not think you would be able to mass update this field from the nms:delivery schema

It would need a bit of scripting to access and update this field in the delivery. (delivery.output.outputScript)

Also, this field is of the TYPE CDATA, so you need to bear the rules in mind while updating the field using a script.

 

3 replies

geoffreyl240454
Level 3
March 9, 2020
Hi @anoopa24021992, this field is a XML field. Therefore, you can't update it using the mass update. You should use a JavaScript script in order to load the delivery and update the value directly into the XML returned. Regards. Geoffrey
anupk2111
anupk2111Accepted solution
Level 2
March 9, 2020

Hi Anoop,

 

I do not think you would be able to mass update this field from the nms:delivery schema

It would need a bit of scripting to access and update this field in the delivery. (delivery.output.outputScript)

Also, this field is of the TYPE CDATA, so you need to bear the rules in mind while updating the field using a script.

 

Level 2
March 13, 2020
Thank you @anupk2111
Level 2
March 13, 2020