Asalamo Alikom, Hello Guys.
I am new to D365, I am trying to upload data using Excel sheet to newly created table ( EmployeeDependents), EmployeeDependents has foreign key of HCMWorker table which is worker column. So, relation would be like this :
EmployeeDependents.worker == HCMWorker.RecID.
On Excel sheet, there is no worker recid, instead there is EmpID. So, the question, how to make D365 system converts EmpID to worker recid while uploading the excel.
Your help would be appreciated