Hi everyone! Is there an easy way to remove just t...
# suitescript
k
Hi everyone! Is there an easy way to remove just the "Edit" button from an item fulfillment in view mode? When I do
context.form.removeButton({id: 'edit'});
it removes ALL the buttons from the top, not just the "Edit" button.