- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
Views
Replies
0 Likes
Total Likes