Find Out Details About the Last Form User

compared with
Current by Howard Treisman
on Aug 28, 2008 11:57.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View page history
h3. Scenario
We want workflow to give the opportunity for an applicant to email the approver; however a User-task can only record the approver's User-ID. Using a person's User-ID how do we find out his email address?
We want workflow to give the opportunity for an applicant to email the approver; however a User-task can only record the approver's User-ID. User-ID is an internal LiveCycle string that is meaningful only to LiveCycle. How do we find out his email address?

An approval task is often issued dynamically based on business rules. So we cannot hard code the email address of the approver - we need to look it up. Any User-task supports storing the user-ID of the person who performed the step, however it does not support extracting any personal information about him/her.
You must ensure that you save the user-id of the user who completed the User step.
You'll need to:
* Create a new String variable (called "approverID" in our example)
* Save the user-id into that variable, as shown below:
!UserProperties.jpg!