Hi all, anyone knows if we can add some logic on t...
# suitescript
d
Hi all, anyone knows if we can add some logic on the event when a Contact is attached to the Sales Order? I mean, is it possible to trigger a script on this event?
t
Yes, you can. I suggest using a server-side script to check this.
d
And what is trigger? beforeSubmit?
t
beforeSubmit is part of a UserEvent Script
b
deploy a user event to all records that does a log in all 3 entry points
then do whatever action you are trying to script for
if you dont see a log, then you cant use a user event
d
Yep, did that and didn't see a log. Will try a client script instead