https://netsuiteprofessionals.com logo
Title
t

tjaffer

10/31/2017, 8:41 PM
Is there a way to tell if a request is coming from the Suitelet in a User Event Before Submit function. I want my function not to run if if the change is being requested by the Suitelet
i

igorp

11/01/2017, 6:45 AM
You can set a session object when executing from the suitelet and check whether it exists when the user event is triggered.
r

rustyshackles

11/03/2017, 4:43 AM
You can also try getting the Execution Context, I think it will show 'SUITELET' if a suitelet is the trigger of the script