You can add multiple Deployments of the SS; you ma...
# suitescript
e
You can add multiple Deployments of the SS; you may also want to consider using a Map/Reduce instead of a Scheduled Script
t
thanks. but you know an easy way to dynamically call a deploymentId where the task is completed ?
Finally I did a normal aftersubmit on the invoice where I load the invoice to update the sublist 'item'. It's not really efficient. Is it possible to update a sublist on the server-side in beforesubmit event ?
e
Yes, the
beforeSubmit
gets passed a
newRecord
, and you can modify the
item
sublist through that
👍 1