when on a beforeSubmit, will newRecord.getValue, getLineCount, getSublistValue work? or is there a caveat?
j
James Pak
09/06/2022, 5:08 PM
this should all behave exactly as you expect
✅ 1
e
eliyahu moskowitz
09/06/2022, 6:41 PM
for some reason on a beforeSubmit newRecord,.getValue('contact'), will get nothing until manually put in - even though on record load getValue it shows it immediately. Any thoughts? Thanks
s
Sean Murphy
09/07/2022, 2:23 PM
What is the record Type of newRecord? I assume this is an Edit and not a Create. I don’t know this is ‘expected’ but my experience is, beforeSubmit on a Create getValue of a select field will not return anything.