Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Can not remove button "Mark Shipped' using workflow action.
Client wants a basic approval workflow on Item fulfillment.
1) The Logistics user creates an IF.
2) The workflow sets this IF to status as "packed" so as not to deduct inventory.
3) The Approver can then "Approve the IF" which sets the status to shipped and the inventory gets deducted.
4) Any User other than the approver should not be able to set the status of the IF to 'Shipped'.
I am trying to remove the button "Mark Shipped" on the workflow using the workflow action "Remove Button" also tried removing it in the Before Load Event of a User Event Script, form.removeButton("markpacked");
0