How to insert values to the custom fields of employee table?

Discuss Technical Queries about OrangeHRM
jilty
Posts:1
Joined:Fri Oct 11, 2019 5:34 am
How to insert values to the custom fields of employee table?

Post by jilty » Mon Oct 14, 2019 11:47 am

I am new to symfony frame work. I added two custom fields to the hs_hr_employee list. First one for Aadhar number and second one for PanCard number. I am able to add a new employee through the 'Add employee'. Now I am trying to add employee details as csv files ,the values to the custom fields are not inserted. All other details are inserted to the hs_hr_employee table.

Which files/plugins we want change for inserting cutom values to the table through the csv import method?
Where we found the insert query to the table?

Post Reply