TCC Import Interface
Summary
TCC Import from HRMS ExtractContent
Hi,
We are building an interface to automate Requisition Creation process using TCC. The extract from the HRMS has the following fields.
REQ_Title | No of Openings | Base_Salary | Job_Template_ID | Eligible for Bonus |
Trainer | 3 | 2000 | 12345 | Yes |
Now while creating other fields are also required for which we have default values as mentioned below:
REQ_Title | No of Openings | Base_Salary | Job_Template_ID | Eligible for Bonus | Recruiter | HiringManager | UserGroup | Justification |
Trainer | 3 | 2000 | 12345 | Yes | John | David | GroupA | New |
The cells in Yellow are default for all the imports in this interface. How shall i create a TCC Projection that shall have default values for some columns, while the other columns are fed by the HRMS.
1