14

Records are not getting updated when worker is getting terminated in F&O using the HcmWorkerEntity. Expectation is when a worker is terminated (worker status is modified) the value should be synced across and latest status of worker should be updated at both F&O and Data verse end which is currently not happening. 

 

As per the standard doc - worker status column is unmapped field: Integrated worker, job, and position - Finance & Operations | Dynamics 365 | Microsoft hence it is not triggering the dual write live sync when the worker status is changed. 

 

With current design for worker status to be synced user must perform changes on other mapped field from the HcmWorkerEntity entity. 

 

Worker status field is computed column and looks dual write platform currently not syncing the computed column hence the Sync is not getting triggered when worker status is modified or changed. 

 

To ensure smooth flow of the data (involving the worker status) either new entity could be designed or changes should be made so that dual write framework can trigger the sync for computed column 

Category: User Experience
STATUS DETAILS
New