Share via


ReleaseUpdateDB60_Basic.allowDupBankPaymBalanceSurveyPaymCodes Method [AX 2012]

Updates the SurveyCodeIdx value of the BankPaymBalanceSurveyPaymCodes table to allow for duplicate records.

Syntax

public void allowDupBankPaymBalanceSurveyPaymCodes()

Run On

Server

Remarks

The method name is truncated from allowDupBankPaymBalanceSurveyPaymCodesSurveyCodeIdx. The SurveyCode field is replaced with the new key of the BankPaymBalanceSurvey table of the unique SurveyCodeIdx value. Initially, this field contains no value. Therefore, the index is set to enable duplicates before the field is updated with the value of the record ID field of the BankPaymBalanceSurvey table.

See Also

Reference

ReleaseUpdateDB60_Basic Class