when on a beforeSubmit, will newRecord.getValue, g...
# suitescript
e
when on a beforeSubmit, will newRecord.getValue, getLineCount, getSublistValue work? or is there a caveat?
j
this should all behave exactly as you expect
1
e
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
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.