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

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

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 2

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.

 

View solution in original post

4 Replies

Avatar

Level 4
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

Avatar

Correct answer by
Level 2

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.