Hello People I have a UE script that triggers on t...
# suitescript
a
Hello People I have a UE script that triggers on transaction creation & edit to create & edit custom records respectively. I have another UE script which is deployed on those custom records creation & edit. The second script doesn't get triggered when the custom records are created or edited via UE script. It works fine when I create or edit those custom records from UI. Any idea why is that happening? I have selected all execution contexts.
d
UE cant trigger UE. In your case i would try to call a suitlet from the first user event script that will create/edit the custom record and then the UE script on the custom record will trigger.
☝️ 1
a
I thought I had a clever solution 😆