TmpTaxWorkTrans.loadFromTaxUncommittedForDocumentAndInvo Method
This method loads the TaxUncommitted records for the given document and replaces any records that may already exist.
Syntax
public void loadFromTaxUncommittedForDocumentAndInvo(
RefTableId _documentTableId,
RefRecId _documentId,
Voucher _voucher,
InvoiceId _invoiceId)
Run On
Called
Parameters
- _documentTableId
Type: RefTableId Extended Data Type
The TableId value of the transaction line tax for which taxes are calculated.
- _documentId
Type: RefRecId Extended Data Type
The document ID of the transaction header.
- _voucher
Type: Voucher Extended Data Type
The voucher.
- _invoiceId
Type: InvoiceId Extended Data Type
The invoice ID.