I have a scheduled workflow that i'm trying to use...
# suitescript
s
I have a scheduled workflow that i'm trying to use to initiate a WF script action. I have parameters that i'm trying to pass in, one of them is the internalid. When I use the formula in the parameters for {internalid} i get an error. I know I could modify the script to use context.newRecord.id but I would like to be able to pass it in through the param. Any ideas?
figured out i'm able to use {id} in the formula field instead. 🙂