Share via


WorkflowWorkItemQueueExpression::upDateEvalutionOrder Method

Finds the specified WorkFlowWorkItemQueueExpression record in the WorkFlowWorkItemQueueExpression table and updates the EvalutionOrder field.

Syntax

client server public static void upDateEvalutionOrder(RecId _queueExpressionRecId, int _evaluationOrder)

Run On

Called

Parameters

  • _queueExpressionRecId
    Type: RecId Extended Data Type
    The recId field in the WorkFlowWorkItemQueueExpression table to find.
  • _evaluationOrder
    Type: int
    A value that is updated in the EvalutionOrder field.

See Also

Reference

WorkflowWorkItemQueueExpression Table