Reputation: 873
I am creating a workflow in NetSuite with an action script that returns an integer value. I added the custom workflow field in the same state as the "Workflow action", but for whatever reason the field I added is not coming up in the "Store Result In" dropdown list. It's been a while but I don't remember having a problem with this before. Oddly no fields come up in that list. Any help would be greatly appreciated. thanks
Upvotes: 0
Views: 919
Reputation: 1
Thanks for the answer, in my case i hadnt setted the "return type" of the script.
Without setting on the "return type" of the WFScript the WFFielg 'store-results-in' drop-down will not bring any option.
Upvotes: 0
Reputation: 873
I found what I was doing wrong, I had neglected to set the return value I was expecting right on the script record. Thanks for all the help
Upvotes: 1