this is seems like a really silly question. Can a ...
# suitescript
a
this is seems like a really silly question. Can a script trigger a workflow? I have a script which is is working perfectly. It uses record.submitFields (options) which updates a value in the customer record. Then there is a workflow which I have set to execute on type edit when this field is filled out. The script passes in the value correctly to the field, but the workflow does not execute until I manually edit then save the the customer record (after the field is populated by the script). I know it is not best practice to have a script and workflow in the same business process, but is it possible? maybe this is just an issue on the workflow settings?