Show
added a comment - Hi Amrendra Kumar ,
We have analyzed the provided payloads ( From Alex --requisition.json and riverview_payload From Alex.json ) and have found that below requisition fields have not been added.
{ "id": 158, "type": "list", "custom": true, "section": "Pay/Work Rules", "label": "Weekend Qualifier", "mandatory": false, "multiple": true, "datasource": "https://riverview.luceosolutions.com/rest/metadata/list/13", "last_updated": "2019-09-24T10:06:02+0000" }
{ "id": 160, "type": "list", "custom": true, "section": "Pay/Work Rules", "label": "Shift Qualifier", "mandatory": false, "multiple": true, "datasource": "https://riverview.luceosolutions.com/rest/metadata/list/15", "last_updated": "2019-09-24T10:06:02+0000" }
{ "id": 163, "type": "list", "custom": true, "section": "Position Description", "label": "FLSA Job Type", "mandatory": true, "multiple": true, "datasource": "https://riverview.luceosolutions.com/rest/metadata/list/18", "last_updated": "2019-09-24T10:06:02+0000" }
{ "id": 164, "type": "list", "custom": true, "section": "Position Description", "label": "Work Rule", "mandatory": true, "multiple": true, "datasource": "https://riverview.luceosolutions.com/rest/metadata/list/19", "last_updated": "2019-09-24T10:06:02+0000" }
{ "id": 169, "type": "list", "custom": true, "section": "Position Description", "label": "\" . TXT_CONTACT_CHOIX_MANAGER . \"", "mandatory": false, "multiple": false, "datasource": "https://riverview.luceosolutions.com/rest/metadata/contact/requisition/169", "last_updated": "2019-09-24T01:54:50+0000" }
We have added them into the mapping list.
Concern : Custom fields missing from mapping list.
Cause : Requisition Custom mapping having same source field ids as that of Candidate are not getting added into DMS system.
Correction : While getting the final custom fields data, add check to refer fields for provided requisition custom table. Code changes are in progress.
CC: Rohan J Khandave , Samir
Environment: Prod - ONEIM
API: API: api/manageCustomFields/CBATS
Points verified:
1. API run successfully
2. Able to add new fields.
So, marking jira done.