Gather Required Internal IDs
When you create a Custom GL Lines plug-in implementation, you may refer to records in NetSuite by their internal NetSuite IDs.
The following table describes the required NetSuite internal IDs if you want to use the records in the plug-in implementation script file:
Record Type |
Location of ID |
---|---|
Accounts |
Setup > Accounting > Chart of Accounts |
Accounting books |
Setup > Accounting > Accounting Books |
Departments |
Setup > Company > Departments |
Classes |
Setup > Company > Classes |
Locations |
Setup > Company > Locations |
Subsidiaries |
Setup > Company > Subsidiaries |
Tax codes |
Setup > Accounting > Tax Codes |
Tax types |
Setup > Accounting > Tax Types |
You can use helper functions in a utility file to avoid adding the internal NetSuite IDs into the plug-in implementation logic. See Utility Files for a Custom GL Lines Plug-In Implementation.