Share via


ReleaseUpdateDB60_Cust.allowDupBankCustPaymModeBankAccountsPaym Method [AX 2012]

Updates the index PaymModeCurrencyIdx in the table BankCustPaymModeBankAccounts to allow duplicate records.

Syntax

public void allowDupBankCustPaymModeBankAccountsPaym()

Run On

Server

Remarks

The Dimension field is replaced with the new field DefaultDimension in the unique index PaymModeCurrencyIdx. Initially this field contains no value. So the index is set to allow duplicates before the field is updated with the value based on the del_Dimension field of the table BankCustPaymModeBankAccounts.

See Also

Reference

ReleaseUpdateDB60_Cust Class