BankPaymFeeCancel.reverseTaxesOnFee Method [AX 2012]

Reverses taxes that correspond to a canceled fee.

Syntax

protected void reverseTaxesOnFee(
    RefRecId _sourceRecId, 
    RefTableId _sourceTableId, 
    RefRecId _cancellingSourceRecId, 
    RefTableId _cancellingSourceTableId)

Run On

Server

Parameters

  • _cancellingSourceRecId
    Type: RefRecId Extended Data Type
    The record ID of the source of the canceling fee that new taxes should relate to.

See Also

Reference

BankPaymFeeCancel Class