WorkflowHierarchyProvider.getSupportedDataType Method [AX 2012]

Gets a Set of the extended data types that the provider supports.

Syntax

public Set getSupportedDataType()

Run On

Called

Return Value

Type: Set Class
A Set of supported extended data type of type ExtendedDataTypeName.

Remarks

The Set value represents the data types that the provider can convert into the node data type.

This is also used to filter the fields used in the provider UI.

See Also

Reference

WorkflowHierarchyProvider Interface