WorkflowQueueProvider.getQueueTokens Method [AX 2012]

Retrieves an instance of the WorkflowQueueTokenList class that contains a list of supported queue tokens together with their display names for a specified workflow document class.

public WorkflowQueueTokenList getQueueTokens(ClassName _workflowDocumentClass)

Run On

Called

Parameters

_workflowDocumentClass
Type: ClassName Extended Data Type
The workflow document class name for which the queue tokens will be retrieved.

Return Value

Type: WorkflowQueueTokenList Class
An instance of the WorkflowQueueTokenList class.

This method is invoked by the workflow editor when surfacing the list of queues for queue-based assignment.

Community Additions

ADD
Show: