- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
@Marcel_Szimoniszcan you tell me what kind of entity you want to duplicate? The below code works for a delivery:
var del = nms.delivery.create();
del.DuplicateTo("nms:delivery|64580475","xtk:folder|56970113"); // example delivery and folder ID used
del.save();
logInfo("new delivery Id: "+del.id);
Views
Replies
0 Likes
Total Likes