Custom GL Lines Plug-In Interface Definition

Interface Function

The Custom GL Lines plug-in interface includes the following functions:

Function

Description

customizeGlImpact(transactionRecord, standardLines, customLines, book)

Contains the business logic to modify the general ledger impact for a transaction with the Custom GL Lines plug-in.

For more information about how NetSuite uses this function, see Custom GL Lines Plug-in Process Flow.

Important:

You cannot change this function signature in a Custom GL Lines plug-in implementation.

Custom GL Lines Plug-In Object Model

The following figure shows the object model for the interface input objects:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
Important:

The Custom GL Lines plug-in does not currently support SuiteScript 2.0. Only SuiteScript 1.0 is supported.

Related Topics

customizeGlImpact(transactionRecord, standardLines, customLines, book)
Record
CustomLines
StandardLines
AccountingBook

General Notices