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
NElliott
01/19/2022, 3:17 PM
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.