Anybody know the reason why a UE script that suppo...
# suitescript
r
Anybody know the reason why a UE script that supports SOAP Webservices is not triggered when a record is created? The script deployment has SOAP Web Services in the Context but the logs are not showing anything
c
Does the script trigger under other contexts?
Is the script set to released instead of testing?
Does the SOAP user have the correct permissions?
a
There is a new setting(relatively new, I’m getting old) for SOAP (SuiteTalk) calls that allows to specify if that call wants to trigger scripts or not (similar to CSV Imports checkbox). If the originator / source of the call implicitly declares that they don’t want to, there is nothing you can do about it but to talk to them.
c
You can inspect the payload in the SOAP logs. I made the silly assumption that op controls the payload so he would know if he’s not allowing execution of the script.
r
Yeah this is exactly the reason. they are saying in the request to not run server side scripts. I already informed the our customer.