We are working on a review process and running into issues with getting data to Laserfiche. In short we are pulling employee information from their HR system. We want to invoke a forms process that sends to each users manager during review time. Here is the data issue we are running into:
1. In order to assign to the manager, we need their username (domain\user). Their HR system does not hold that attribute
2. We need to find that users supervisor (and the supervisors username).
Their AD seems to hold this as they set it up that way. However, we dont seem to be able to retrieve many of the useful fields using the find user activity.
For example, here is a user profile that has the employeeNumber:
Is there an ability using custom SDK scripting or some option to get at this data? Essentially we want to be able to do a find user activity but pass forward the employeeNumber (from the other system) and find the user in AD and then pull other various attributes (not just the 5 or 6 in the built in activity)