Skip to Content
0
Aug 07, 2022 at 05:11 PM

Employeesinfo and Employeeposition Objects and how they work together. SDK

70 Views Last edit Dec 06, 2022 at 11:51 AM 2 rev

Hello Experts,

I created an Employeeinfo Object and get all the Data that i need using the getByKey methode.

when I use the object.position i get the NUMBER of the position for that Employee but i need the name of his position to be shown on my Form and not the ID of the position.

There is an Employeeposition object where i could get the Name but how could i make these two objects work together?

I do not have a getByKey Methode in the Employeeposition object so is it only possible using a SQL Query giving the ID of the position to get its Name and let it appear in the form or there is another way?

Thanks in Advance