User events are not supposed to trigger other user...
# suitescript
s
User events are not supposed to trigger other user event scripts by design. However, you can put the shared code between both user events into a JS module, and then both user event scripts can call it as needed.