<@U014V915U8N> Any particular reason to do that? b...
# suitescript
a
@Josh Godfrey Any particular reason to do that? beforeLoad context already has the currentRecord
j
That's probably my issue then
a
Copy code
* @param {Record} scriptContext.newRecord - New record
That is the current record in beforeLoad
You don't need currentRecord.get()...
j
Thank you