DiagramsFactoryGetNumberFreeField Method

Node that retrieves a DoubleIFreeFields from a business object.

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public static ActionNodeModel GetNumberFreeField(
	ModalDropdownOptions options
)

Parameters

options  ModalDropdownOptions
Options (not relevant)

Return Value

ActionNodeModel
Generated node

Remarks

This node will break if the company the node is executing for does not have use free fields, or if the field it is trying to access has not been set. Therefore, this node should not be used for global ActionFlowDefinitionDto's, but only for CompanyDto custom flows at their discretion, for their own personal business logic.

See Also