One more question: I notice that with one bundle w...
# suitescript
d
One more question: I notice that with one bundle we have there is an automated process that they run that uses a user event script to create some records. I want to do additional customization when their process creates those records, and also when those records are edited. I noticed that my UE script runs fine when the records are created, edited, or deleted manually in the UI. However, I notice when their process runs to create records, the script never fires. I am assuming that this is because NetSuite blocks a UE triggering a UE? Is there a workaround?
e
Create a workflow on the record and call a workflow action script.
d
@ehcanadian I thought of that too, but the UE doesn't seem to trigger the workflow on create either. 😞
b
your normal choices are a scheduled or map reduce script to modify the records
or a user event script deployed to the same record as their user event script
both will involve a search to find the records you want to modify