Share via


ReleaseUpdateDB60_Ledger.allowDupCustEinvoiceIntegrationPaymModeC Method [AX 2012]

Updates the TypeStatusFromIdx index in the CustEinvoiceIntegrationPaymModeChg table to allow for duplicate records.

Syntax

public void allowDupCustEinvoiceIntegrationPaymModeC()

Run On

Server

Remarks

Truncated method name from the allowDupCustEinvoiceIntegrationPaymModeChgTypeStatusFromIdx index. The Type field is replaced with the new CustEinvoiceIntegrationTypeTable surrogate key field in the TypeStatusFromIdx unique index. Initially this field contains no value. So the index is set to allow for duplicates before the field is updated with the value of the record ID field of the CustEinvoiceIntegrationTypeTable table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class