Share via


TaxSettlement.afterTaxTransInserted_RU Method [AX 2012]

Should be called after a TaxTrans record is inserted.

Syntax

public void afterTaxTransInserted_RU(TaxTrans _taxTrans)

Run On

Server

Parameters

  • _taxTrans
    Type: TaxTrans Table
    The tax transaction that is inserted.

Remarks

This method should be overridden by subclasses.

See Also

Reference

TaxSettlement Class