PurchCorWorkflowParticipantProvider.resolve Method [AX 2012]

Resolves the Requester field of the PurchLine table 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 Requester field of the PurchLine table token.

Return Value

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

ExceptionCondition
Error

The participant token must be set.

Community Additions

ADD
Show: