PayrollPayStatementLine::createAcctDistDetailFromSourceDocLines Method
Creates accounting distribution detail records that contain the distribution information based on the pay statement source document lines and the distribution template.
Syntax
client server public static Map createAcctDistDetailFromSourceDocLines(
List _sourceDocumentLines,
AccountingDistributionTemplateRecId _accountingDistributionTemplRecId,
[boolean _flipSign])
Run On
Called
Parameters
- _sourceDocumentLines
Type: List Class
A List object that contains the record IDs of SourceDocumentLine records of the statement records that distributions are based on.
- _accountingDistributionTemplRecId
Type: AccountingDistributionTemplateRecId Extended Data Type
The record ID of the accounting distribution template.
- _flipSign
Type: boolean
A value that indicates whether the amount sign should be inverted.
Return Value
Type: Map Class
A map of the project accounting distribution information.