Navigation: CodeStencil > Code Tree > Nodes > Node Types > Form |
This node opens a pop-up form that allows you to maintain configuration values defined in an expander.
This can be useful if you are trying to send some configuration settings over to your code nanite.
The required conditions are:
1.The label of the node should be an existing Expander Label and name. For example, you can have a form-node with label - "[%STENCIL_CONFIG%]"
And, the Expander should have a record with the label "STENCIL_CONFIG"
2.The node type selected should be "Form"
3.The configuration settings should be in the form: [Configuration Data Type]Configuration_Item=Configuration_Value
For example: [Bool]AllowRemoteOperations=True