Custom GL Lines Plug-in Example Code

Use the code examples in this section as a reference when you create a Custom GL Lines plug-in implementation.

The following table describes the examples:

Example

Description

Using utility files

Use utility JavaScript files to contain helper functions for the main plug-in implementation script file or store internal NetSuite IDs for NetSuite records.

See Utility Files for a Custom GL Lines Plug-In Implementation.

Using a custom record

Use a custom record to store references for required NetSuite standard records and then retrieve them using SuiteScript.

See Using a Custom Record to Reference Internal NetSuite IDs Example.

Additional Information

Related Topics

General Notices