I'm not a developer but understand basic code, but...
# suitescript
p
I'm not a developer but understand basic code, but need to write a script (triggered via Workflow) to display a popup/message when a Quote is saved. I assume I need to look at N/ui/message'? Can anyone point me to a useful resource online to get me started on this? Thanks
m
You'll want
N/ui/dialog
for a popup message.
N/ui/message
is for banner notifications
r
@PlanetJupiter Hi Andrew. Why not build the popup message right into the workflow as the last State? Look at the list of Action Items ... there is one named "Show Message" that is quite effective. Just another way to tackle the issue.
p
@RL I see the "Show Message" option but can only trigger in Before User Submit, which then shows no message.