I have a workflow that shows an alert if a field h...
# suiteflow
p
I have a workflow that shows an alert if a field has a certain value when the user tries to save the record. I also need to have the record NOT save until that correction is done. Can this be done via workflow - and if so, how? Edit: Forgot to mention that the field is a drop down.
a
Use the return user error action on before user submit trigger https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N2744159.html Or the Confirm action https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N2744159.html Or the show message action https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N2744159.html But I think the return error is what you are looking for as it prevents record save with incomplete information