Mobile Form Expression Fundamentals for Field Service Management

Form layout and behavior are defined by element properties. A property can contain a static value or, where supported, an expression.

The following element uses static values for its label, type, and placeholder:

          {
  "actions": {
    "label": "Actions Taken",
    "type": "textarea",
    "placeholder": "Enter details here..."
  }
} 

        

To make a property responsive to form data, assign a JavaScript expression that references at least one element property.

This topic includes the following sections:

Related Topics

General Notices