StandardLines
Type |
Object |
Description |
Contains an array of all standard lines with GL impact in a transaction as StandardLine objects. Standard lines are the general ledger impacts that appear on the GL Impact report for a transaction. Use this object to access individual standard lines for an accounting book in a transaction. For more information, see Custom GL Lines Plug-in Process Flow. |
Properties |
|
Child Object(s) |
count
Property Description |
Returns the number of standard lines with GL impact for a specific accounting book in a transaction. Use this method in conjunction with to read individual standard lines. This property counts both visible and hidden lines on the GL Impact page. For an example of how to return only the number of visible lines, see Custom GL Lines Plug-in Guidelines and Best Practices. |
Type |
number (read-only) |
Parent object |
getLine(options)
Method Description |
Returns a StandardLine object that represents a standard line with GL impact. StandardLine objects are stored in the StandardLines object starting at index |
Returns |
|
Parent object |
Parameters
Parameter |
Type |
Required/Optional |
Description |
options.index |
number |
Required |
Index of the line to be returned by the method, starting at 0. |