Share via


ReleaseUpdateDB60_Basic.allowDupIntrastatArchiveDetailArchIdx Method [AX 2012]

Updates the ArchIdx value of the IntrastatArchiveDetail table to allow for duplicate records.

Syntax

public void allowDupIntrastatArchiveDetailArchIdx()

Run On

Server

Remarks

The IntrastatArchiveId field is replaced with the new key of the IntrastatArchiveGeneral table of the unique ArchIdx value.Initially, this field contains no value. Therefore, the index is set to allow for duplicates before the field is updated with the value of the record ID field of the IntrastatArchiveGeneral table.

See Also

Reference

ReleaseUpdateDB60_Basic Class