Share via


ReleaseUpdateDB60_Vend.allowDupBankVendPaymModeBankAccountsPaym Method [AX 2012]

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

Syntax

public void allowDupBankVendPaymModeBankAccountsPaym()

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 BankVendPaymModeBankAccounts.

See Also

Reference

ReleaseUpdateDB60_Vend Class