Formula Fields
Title
Modify the title of this field.
Visible On
Select the device resolution for the field.
Capabilities
Pick which proprieties the field should have.
Template
Create a specific template for the field.
Compute a numeric value by referencing grid fields and tokens. For example, [Qty] * [Price] + [MyCustomToken:ThatReturnsTaxes]. This is a server side expression (C# and My Tokens. See More examples.)
Formating
Field Condition
This is a server side expression (C# and My Tokens) that programatically hides an entire column. As it applies to entire the column, specific tokens that relate to a particular row are not available. See More examples.
Cell Condition
This is a server side expression (C# and My Tokens) that programatically hides an entire column. As it applies to entire the column, specific tokens that relate to a particular row are not available. See More examples.
Enable Conditionally
This boolean expression is used to determine if this field will be enabled (accepting input). A common example is [SomeField] == “Some Value”. This field supports My Tokens.