Hii all,
Can we display alert box using Suitelet (POST) method ?
Anyone has idea about this, let me know please.
a
alien4u
01/25/2024, 12:41 PM
Please elaborate, what are you trying to do?
y
Yogita Kyatam
01/25/2024, 12:47 PM
When we click on submit button, that time show alert message, if user cannot select at least one line from the sublist using Suitelet Script.
t
Timothy Wong
01/25/2024, 1:51 PM
@Yogita Kyatam I think what you can do is:
In your Suitelet have a client script attached using clientScriptModulePath
in the save record function trigger return true if OK
otherwise alert() or use N/ui/message module to display your message as a banner and then return false