GetParticipant
Syntax
GetParticipant(&username)
Description
Use this method to determine whether or not the user is a participant in the approval process. This method returns the participation status for a user that is currently pending or has taken an action.
Parameters
| Parameter | Description |
|---|---|
|
&username |
User ID, as string. |
Returns
Returns a string to determine user participation in the approval process:
-
N- if the user is not a participant in the approval.
-
AA- if the user is the actual approval.
-
OA- if the user is the original approval.
-
RR- if the user is a reviewer.
-
O- if the user is the originator.
-
R- if the user is the requestor.