nathanw
05/09/2019, 10:30 PM"SSS_INVALID_API_USAGE", "Invalid API usage. You must use getValue to return the value set with setValue. "
Docs: netsuite.com/app/help/helpcenter.nl?fid=section_4273156769.html
I'm calling record.getText({ fieldId: 'field' });
in a UserEvent Script in the beforeSubmit
function.
How can I know the Text value of a field in the context of beforeSubmit
and UserEventType.CREATE
?battk
05/09/2019, 10:35 PMbattk
05/09/2019, 10:36 PMbattk
05/09/2019, 10:36 PMnathanw
05/09/2019, 10:39 PM.getValue
then look up from there.