Share via


ReleaseUpdateDB60_Ledger.allowDupTaxSetOffRule_INCompanyTypeSetOf Method [AX 2012]

Updates the indexes ComponentColumnIdx and ComponentTypeSetOffComponentTypeIdx in the table TaxSetOffRule_IN to allow duplicate records.

Syntax

public void allowDupTaxSetOffRule_INCompanyTypeSetOf()

Run On

Server

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.

See Also

Reference

ReleaseUpdateDB60_Ledger Class