Join Slack
Powered by
<@UFAHSLYJ1> If it's only breaking for deletes and...
# suitescript
j
jmacdonald
06/26/2019, 11:19 AM
@Craig
If it's only breaking for deletes and you don't want it to run just add an if at the top of you afterSubmit that makes it only run if it's not a delete
if(scriptContext.type !== scriptContext.UserEventType.DELETE){
Open in Slack
Previous
Next