Hi All, How can we restrict userevent script trige...
# suitescript
s
Hi All, How can we restrict userevent script trigerring from restlet usecase : when i'm trying to delete SOW record from a restlet there is one userevent which is deployed on SOW which is sending back status to integrated system but when this specific restelet executes i dont want to trigger userevent script , is there any way to achieve it?
b
usual answers are modifying the code of the user event to exclude running for your restlet
or modifying the deployment's audience/context filtering to do the same thing