HI,
I have one form there i have one one lookup of emplid when i selected i should get the position of that Employee like (HR Maanager or HR Staff or Employee or admin etc) based on the user .
Thanks,
HI,
I have one form there i have one one lookup of emplid when i selected i should get the position of that Employee like (HR Maanager or HR Staff or Employee or admin etc) based on the user .
Thanks,
You can use getPrimaryPosition method from HcmWorker to get the position recId.
use that to find the HcmPostion and make use of description method in that table.