WorkflowHierarchyProvider.convertToNodeDataType Method [AX 2012]

Converts a value to the data type that the provider supports.

Syntax

public anytype convertToNodeDataType(
    ExtendedDataTypeName _dataType, 
    anytype _value, 
    WorkflowContext _workflowContext)

Run On

Called

Parameters

  • _value
    Type: anytype
    The value that is converted.
  • _workflowContext
    Type: WorkflowContext Class
    An instance of the WorkflowContext class that contains information about the workflow instance.

Return Value

Type: anytype
The value converted to the data type that the provider supports.

See Also

Reference

WorkflowHierarchyProvider Interface