I’m stuck on something…. I need a workflow to run...
# suitescript
j
I’m stuck on something…. I need a workflow to run if the Authorize Return button is not showing. I know how to tell from a User Event script if the button is showing. I’m trying to then set a checkbox custom field on the Sales Order, “button is showing” or whatever. However .setValue() only seems to work on CREATE in UserEvent script. I’m not getting any errors in EDIT or VIEW, but nothing is happening when I try newRecord.setValue() in a beforeLoad