Workflow : Sublist Group : Show Message I need to ...
# general
r
Workflow : Sublist Group : Show Message I need to display an alert message on sales Transactions before they're saved if they contain certain line items / SKUs. I've worked with the new Sublist Group before and just realized Show Message is not an Action currently supported (choice of Create Record, Return Error, Set Field Value). Can anyone think of a creative workaround?
k
Script.
Sublist groups only work on server side.
r
Thanks Kevin.
j
You can put some checks into the SaveRecord function of your Client Script on the form.
I've got something like that, I'm using the N/ui/message model + return false