Join Slack
Powered by
Script Deployment Question, Is it possible to take...
# suitescript
n
nathanw
09/20/2018, 10:22 PM
Script Deployment Question, Is it possible to take the same Script and Deploy it to the Same Record For Different Event Types?
nathanw
09/20/2018, 10:22 PM
Example: User Event Script to handle when a Contact Record is Created, Edited, or Deleted
nathanw
09/20/2018, 10:23 PM
It seems that I can only have 1 User Event Script Per Entity Type So, 1 UEScript for Contact Record
nathanw
09/20/2018, 10:24 PM
And it seems that I can only have 1 Event Type per Script Deployment
nathanw
09/20/2018, 10:25 PM
So I can't have one Script / Script Deployment to handle All (Create, Edit, Delete) Event Types.
r
rustyshackles
09/20/2018, 11:06 PM
You can just leave the event type blank then in your script, check for the event type and split your logic there
r
reza.seedin
09/21/2018, 2:07 AM
Agreed with
@rustyshackles
, handle the event logic in the code and not the UI
Open in Slack
Previous
Next