Share via


ReleaseUpdateDB60_Ledger.updateEximTaxDetails_IN Method [AX 2012]

Updates the EximTaxDetails_IN table.

The RecId of TaxComponentTable_INis now stored in place of TaxComponent.AccountNum, OffsetAccountNumand Dimension are replaced by the RecId of DimensionAttributeValueCombination.

Syntax

public void updateEximTaxDetails_IN()

Run On

Server

Remarks

The record IDs of the TaxComponentTable_IN table are now stored instead of TaxComponent values. The AccountNum, OffsetAccountNum, and Dimension fields are replaced by DimensionAttributeValueCombination record IDs.

See Also

Reference

ReleaseUpdateDB60_Ledger Class