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
CalledParameters
- _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 ClassAn instance of a WorkflowUserList class that contains all of the enabled users from the token.
Community Additions
ADD
Show: