PSAWorkflowParticipantProviderInvoice.resolve Method [AX 2012]

Resolves a user group ID to a list of users.

public WorkflowUserList resolve(WorkflowContext _context, WorkflowParticipantToken _participantTokenName)

Run On

Called

Parameters

_context
Type: WorkflowContext Class
An instance of the WorkflowContext class.
_participantTokenName
Type: WorkflowParticipantToken Extended Data Type
The user group ID.

Return Value

Type: WorkflowUserList Class
An instance of a WorkflowUserList that contains all the enabled users from the user group.

ExceptionCondition
Error

The participant token is not set.

-or-

The user group does not exist.

Community Additions

ADD
Show: