I am in dire need of getting the Actor ID (not the EEID) of a user using a LM Node but not sure what Module and ObjectName that will return it to me. In below code, PersonResponsible returns the EEID and I'd like the ActorID for that individual.
_dataArea="<!appProdline>" & _module="hr" & _objectName="HROrganizationUnit" & _actionName="Find" & _actionOperator="NONE" & _actionType="SingleRecordQuery" & _runAsUser="" & _authenticatedUser="" & _pageSize="30" & _relationName="" & _setName="" & _asOfDate="" & _effectiveDate="" & HROrganization="<!HROrganization>" & HROrganizationUnit="<!NewOrgUnit>" & PersonResponsible
Thanks,