Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
New to NetSuite | N/currentRecord: currentRecord.CurrentRecord Object
In our previous article, New to NetSuite | N/currentRecord Module Overview, we discussed the purpose and usage of the N/currentRecord module.
In this article, we’ll take a closer look at a useful object for script customization: currentRecord.CurrentRecord
What is currentRecord.CurrentRecord?
The currentRecord.CurrentRecord object represents the record currently active in the NetSuite UI. It allows client scripts to interact with field values, sublists, and lines directly in the user's browser — without needing to save or reload the record.
- Module: N/currentRecord
- Type: Object
- Supported Script Types: Client scripts only
Key Usage Notes
- In entry point scripts
Refer a Member to the Community | Earn the Answer Accepter Badge | Vote for the contents you'd like to see