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”);
form.removeButton(“secondarymarkpacked”);
but it still displays . Any idea how I can configure it to not allow any user other than the approver to mark it as shipped?
This is a cached copy. Click here to see the original post.