ReleaseUpdateDB60_Jmg.allowDupJmgPayAgreementOverrideEmplDateI Method [AX 2012]
Updates the index EmplDateIdx in the JmgPayAgreementOverride table to allow for duplicate records.
Syntax
public void allowDupJmgPayAgreementOverrideEmplDateI()
Run On
Server
Remarks
The EmplId field is replaced with the new surrogate key field, the Worker field, and the Worker field replaces the EmplId field in the unique index EmplDateIdx.
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 HcmWorker table.