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