Share via


ReleaseUpdateDB60_Ledger.allowDupEximExportOrderTable_INAuthoriza Method [AX 2012]

Updates the index AuthorizationShippingBillIdx in the table EximExportOrderTable_IN to allow duplicate records.

Syntax

public void allowDupEximExportOrderTable_INAuthoriza()

Run On

Server

Remarks

The CustomsShippingBillNumber field is replaced with the new surrogate key field CustomsShippingBillNumberTable is replaced in AuthorizationShippingBillIdx. Initially the CustomsShippingBillNumberTable field contains no value. So the index is set to allow duplicates before the field is updated with the value of the RecId fields of the table EximExportOrderTable_IN.

See Also

Reference

ReleaseUpdateDB60_Ledger Class