Share via


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

  • _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.

See Also

Reference

PayrollPayStatementLine Table