Looking for API for "HR Application Manager" (PERS.MANAGER)
I am looking for an API query that retrieve if whether a person is “HR Application Manager” or not.
I understand in EE, this info coming from package PERS_API & method IsManager. Or simply coming from table PERS.MANAGER where this equals “1”.
Since API is using “Projection”, I am struggling to find this info. I think this is coming from “PersonHandling” projection but could not locate this info.
Page 1 / 1
This should help :)
(Although obviously you probably want to use “Get entity from PersSet by key” if you’re looking to query for a particular person id ;))
This should help :)
Thanks, I could not directly find PerEntity projection but I found PerSet to be under PersonalFilePersonalHandling projection.
Yes this helps. Thanks!
Thanks, I could not directly find PerEntity projection
Yeah, so, PersEntity is the main Entity for it, but it’s not “Activated” out of the box in the API Explorer, that’s probably why you couldn’t find it :)
It can be activated in the API Explorer screen if you’d like, although you don’t NEED to do that as, like you found out, the entity set is being referenced in other projections, including PersonnelFilePersonalHandling (which is because creating an employee does create inserts in the PersEntity), which IS Activated out of the box, so it’s fine accessing it that way too!