Is there a way to get newRecord is dynamic mode in...
# suitescript
s
Is there a way to get newRecord is dynamic mode in beforeSubmit? Running into an issue where I can't do getText so I need to look at field selectOptions which is only available in dynamic mode
n
Not sure but one solution is to do record.create using isDynamic to create a record object, just don't save it. That'd give you access to the select list.
👍 1