Workflow::evaluateWorkflowActivationCondition Method [AX 2012]

Evaluates the activation condition for a workflow configuration.

Syntax

server public static boolean evaluateWorkflowActivationCondition(
    WorkflowVersionTable _workflowVersionTable, 
    RecId _recId, 
    TableId _tableId)

Run On

Server

Parameters

  • _workflowVersionTable
    Type: WorkflowVersionTable Table
    The workflow configuration record for which to evaluate the activation condition.

Return Value

Type: boolean
true if the activation condition for a configuration is valid; otherwise, false.

See Also

Reference

Workflow Class