WorkflowHierarchyProvider.convertToNodeDataType Method [AX 2012]

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

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

Run On

Called

Parameters

_dataType
Type: ExtendedDataTypeName Extended Data Type
The value that identifies the extended data type from which to convert.
_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.

Community Additions

ADD
Show: