DiagramsFactoryGetTextFreeField Method

Node that retrieves a StringIFreeFields from a business object.

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static ActionNodeModel GetTextFreeField(
	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