Share via


TmpTaxReport_HU.processCorrectionsCust Method

Determines if the TaxTrans was corrected and searches all related (correction and original) tax transactions which have to be included in the report.

Syntax

private container processCorrectionsCust(
    TaxTrans _taxTrans, 
    TransDate _runDate, 
    boolean _searchRelatedTaxTrans)

Run On

Called

Parameters

  • _taxTrans
    Type: TaxTrans Table
    The TaxTrans record to search related transactions for.
  • _searchRelatedTaxTrans
    Type: boolean
    Shows whether to search related tax transactions.

Return Value

Type: container
The container with two parameters: whether the tax transaction was corrected, and the packed set of related transactions.

See Also

Reference

TmpTaxReport_HU Table