ReleaseUpdateDB60_Ledger.allowDupTaxSetOffRule_INTaxComponentColu

Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2

Class

ReleaseUpdateDB60_Ledger

Method

allowDupTaxSetOffRule_INTaxComponentColu

Description

Updates the indexes <c>ComponentColumnIdx and ComponentTypeSetOffComponentTypeIdx</c> in the table <c>TaxSetOffRule_IN</c> to allow duplicate records.

Affected Modules and Tables

Affected Modules

General ledger

Affected Tables

TAXSETOFFRULE_IN

Remarks

The Component field is replaced with the new surrogate key field TaxComponentTable in the unique index ComponentColumnIdx. Initially this 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 table TaxComponentTable_IN. The Component field is replaced with the new surrogate key field TaxComponentTable and TaxComponentTableSetoff in the unique index ComponentColumnIdx and ComponentTypeSetOffComponentTypeIdx. Initially this 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 table TaxComponentTable_IN.