Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hello, this is a very basic question.
I see in the nsm:delivery data schema there's a method to delete the deliveries called CleanupDeliveries
CleanupDeliveries ( String deliveryId )
But, how can I call it from a js page? I mean: what's the proper code to all it? I already have the list of IDs in a variable.
Thanks a lot!
Solved! Go to Solution.
Hi,
This should work.
nms.delivey.CleanupDeliveries(<identifier>);
Regards,
Deb
View solution in original post
Brilliant, Deb: you're a star!
Views
Likes
Replies