Thanks for this interesting video! I have some extra questions, because I had an issue with a similar example during the past year: 1) 3:45 - How do you know you have to link the table join to the table "People" and not to for example to the "Employee"? 2) 4:14 - You indicate that it's possible to see the difference and that you know you have to choose the one starting with "HCM", but how do you know this?
@Dynamicspedia3 жыл бұрын
Hi Annelies, Thanks for asking your questions. How do I know... I know this because of some experiences. I have done several implementations where I had to set up identifications. As I also have a technical background, I usually look into the data model for some more understanding of the Dynamics 365 architecture. In the data model, tables related to Human Resources usually start with HCM. A worker is always linked to a party (Global Address Book). A party could be one of two main types: Organizations or People. The Identification numbers table has a reference field to a person; not to the worker. Hope this helps.