Hello all, In an User Event Script I am creating ...
# suitescript
t
Hello all, In an User Event Script I am creating a task that schedule a schedule script to be run. I am passing the internal id of the record from the user event script to the schedule script. In the schedule script I am loading the record using the internal id. I am getting and setting field in that record and at the end when I am saving the record I get an error message of , message: "{"type":"error.SuiteScriptError","name":"FAILED_TO_SUBMIT_JOB_REQUEST_1","message":"Failed to submit job request: INPROGRESS." I decide to call a schedule script to run the code because I didn't want to run into goverance issue. I was wondering if this is possible or I have to do my scripting in the User Event area. Thanks