Gather Required Internal IDs
When you create a Custom GL Lines plug-in implementation, you may refer to NetSuite records by their internal IDs.
The following table describes the NetSuite internal IDs you'll need if you want to use those records in the plug-in 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 so you don't have to include internal NetSuite IDs directly in your plug-in logic. See Utility Files for a Custom GL Lines Plug-In Implementation.