I have created a HcmWorker data entity but I only have access to a few fields.
I can see that DirPersonBaseEntity has a lot of relevant fields like FirstName and LastName. But when i look at the NameTabPage Form on the worker page (the form that displays FirstName, LastName and so on..) I can that the FirstName field uses a datasource called DirPersonName (not DirPersonBaseEntity).
My questions:
1. How can i see which datasources i should add in my data entity to get full access to all the information i need? Is there an overview of the relationsships somewhere?
2. What is a Dir table?
3. Does anyone know where to find a guide in adding datasources and creating relationsships between them? I havent been able to find a guide on this.