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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
How to generate user error page outside each transaction page.
We would like to kill the "Submit" function of the Approval Sales Orders page. (Can't block the access to the page we have to remain it because of the user's request.)
So I came up with the following control flow.
1) User presses the "Submit" button and the SO's status changes.
2) The workflow state moves to the section where user error is configured.
3) Then user error occurs and the user notices that the operation is prohibited.
(Sample)
HOWEVER, I couldn't generate this page so far with the above workflow configuration.
This is the point of my question.
To generate a user error page like 3) by the above operation flow, how should I configure the workflow?
0