Skip to main content

Functions Accessible via 'UserActionVO'

1.

getActionID

Signature: getActionID()

Description:

Retrieves the action ID of distributed pending action on document.

Returns: Integer

2.

getEmail

Signature: getEmail()

Description:

Retrieves the email address of the user for whom the action is currently pending

Returns: String

3.

getLname

Signature: getLname()

Description:

Retrieves the last name of the user.

Returns: String

4.

getFname

Signature: getFname()

Description:

Retrieves the first name of the user.

Returns: String

5.

getActionName

Signature: getActionName()

Description:

Retrieves the name of the action currently pending on the document.

Returns: String

6.

getOrgName

Signature: getOrgName()

Description:

Retrieves the organization name of the user assigned to the pending action

Returns: String

7.

getAssignedDate

Signature: getAssignedDate()

Description:

Retrieves the date on which the action was assigned.

Returns: String

8.

getAssignedByUserEmail

Signature: getAssignedByUserEmail()

Description:

Retrieves the email address of the user who assigned the action

Returns: String

9.

getActionDueDate

Signature: getActionDueDate()

Description:

Retrieves the due date for the pending action.

Returns: String


Did this answer your question?