PayrollPayStatementLine::createAccountingDistributionDetail Method
Creates accounting distribution detail records that contain the distribution information based on the pay statement and the distribution template.
Syntax
client server public static Map createAccountingDistributionDetail(
PayrollPayStatement _payStatement,
AccountingDistributionTemplateRecId _accountingDistributionTemplRecId,
[boolean _positiveLines])
Run On
Called
Parameters
- _payStatement
Type: PayrollPayStatement Table
The pay statement header.
- _accountingDistributionTemplRecId
Type: AccountingDistributionTemplateRecId Extended Data Type
The record ID of the accounting distribution template.
- _positiveLines
Type: boolean
A Boolean value: true if the template is for positive earning lines; false if it is for negative earning lines.
Return Value
Type: Map Class
A map of the project accounting distribution information.