Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

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 Solução aceita

Avatar

Resposta correta de
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.

 

Ver solução na publicação original

4 Respostas

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

Resposta correta de
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.

 

Avatar

Level 2
Thank you @anupk2111

Avatar

Level 2
Thank you @geoffreyl240454