Custom GL Lines Plug-In Interface Definition

Interface Function

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

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.

The Custom GL Lines plug-in interface includes the following function for SuiteScript 2.x:

Function

Description

customizeGlImpact(context)

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.

Custom GL Lines Plug-In Object Model for SuiteScript 1.0

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

Custom GL Lines Plug-In Object Model for SuiteScript 2.x

The following figure shows the object model for the interface input objects in SuiteScript 2.x:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Related Topics

General Notices