what is the id for the mark shipped button we wou...
# suitescript
s
what is the id for the mark shipped button we would like to disable it
Copy code
var btnrcv = context.form.getButton({ id: "mark shipped" });
        btnrcv.isDisabled = true;
s
so i don't see markShipped on the list that means it is not supported?
m
I guess so