Workflow::findTrackingStatusForDocument Method [AX 2012]

Finds a workflow instance for the workflow enabled record.

Syntax

server public static WorkflowTrackingStatusTable findTrackingStatusForDocument(Common workflowEnabledRecord)

Run On

Server

Parameters

  • workflowEnabledRecord
    Type: Common Table
    The record that is enabled for workflow.

Return Value

Type: WorkflowTrackingStatusTable Table
A workflow tracking status record.

See Also

Reference

Workflow Class