I have a web service integration which sends data ...
# suitescript
a
I have a web service integration which sends data to NS custom record 'A'. I also have a user event script which is deployed to this same custom record 'A' on 'edit' with a user context of web service (via N/runtime), so it executes automatically only when the web service edits the NS record. This same user event script also edits a related custom record 'B'. when this happens, the context of the edit in custom record 'B' is also web services. My question: is it possible to write an additional script deployed to custom record 'B' which executes when the first script (deployed to custom record 'A') edits custom record 'B'? via the context of webservices