Share via


ReleaseUpdateDB60_Ledger.allowDupClaimPercentage_INRGRegisterDate Method [AX 2012]

Updates the index RGRegisterDateIdx in the table ClaimPercentage_IN to allow duplicate records.

Syntax

public void allowDupClaimPercentage_INRGRegisterDate()

Run On

Server

Remarks

The TaxComponent is replaced with the new surrogate key field TaxComponentTable in the unique index RGRegisterDateIdx.

Also, the FromDate and ToDate fields are replaced with the Dateefeectivity fields ValidFrom and ValidTo. Initially these fields contains no values. So the index is set to allow duplicates before the field is updated with the value of the RecId's of the corresponding tables.

See Also

Reference

ReleaseUpdateDB60_Ledger Class