Avatar

Level 6

I've made a test no issue for me:

 

var delivery = NLWS.nmsDelivery.load(1234)

source = delivery.content.html.source

=====

transformation of source through regex

=====

delivery.content.html.source = source

delivery.save();

 

 

just use this to test quickly:

var delivery = NLWS.nmsDelivery.load(1234);

delivery.content.html.source = "my test";

delivery.save();

 

I'm using an old 6.1 ACC version