Compartir a través de


PayrollPayStatementTaxLine::create Method

Creates a new record and inserts it into the PayrollPayStatementTaxLine table.

Syntax

client server public static PayrollPayStatementTaxLine create(
    PayrollPayStatement _payStatement, 
    TransDate _periodEndDate, 
    PayrollTaxCode _taxCode, 
    AccountingDistributionTemplateRecId _accountingDistributionTemplateRecId, 
    AmountCur _taxAmount, 
   [PayrollPayStatementLineSource _lineSource, 
    NoYes _isPayStatementLineOverridden])

Run On

Called

Parameters

  • _isPayStatementLineOverridden
    Type: NoYes Enumeration
    The value of the IsPayStatementLineOverridden field of the record to create.

Return Value

Type: PayrollPayStatementTaxLine Table
The newly created PayrollPayStatementTaxLine record.

See Also

Reference

PayrollPayStatementTaxLine Table