Script Deployment Question, Is it possible to take...
# suitescript
n
Script Deployment Question, Is it possible to take the same Script and Deploy it to the Same Record For Different Event Types?
Example: User Event Script to handle when a Contact Record is Created, Edited, or Deleted
It seems that I can only have 1 User Event Script Per Entity Type So, 1 UEScript for Contact Record
And it seems that I can only have 1 Event Type per Script Deployment
So I can't have one Script / Script Deployment to handle All (Create, Edit, Delete) Event Types.
r
You can just leave the event type blank then in your script, check for the event type and split your logic there
r
Agreed with @rustyshackles , handle the event logic in the code and not the UI