Share via


ReleaseUpdateDB60_Ledger.allowDupTaxYearlyComSetupExclude_ITExclu Method [AX 2012]

Updates the ExcludeIdx index in the TaxYearlyComSetupExclude_IT table to allow for duplicate records.

Syntax

public void allowDupTaxYearlyComSetupExclude_ITExclu()

Run On

Server

Remarks

Truncated method name from allowDupTaxYearlyComSetupExclude_ITExcludeIdx to allowDupTaxYearlyComSetupExclude_ITExclu .The FromAccountNum and ToAccountNum fielda are replaced with the new FromMainAccount and ToMainAccount surrogate key fields in the ExcludeIdx unique index.Initially the field contains no value. So the index is set to allow duplicates before the field is updated with the value of the RecId field of the MainAccount table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class