Enabling Mobile Form Expression Logging

Enable mobile form expression logging to troubleshoot expression behavior in the FSM Mobile app. The browser console shows when an expression is registered, returns a value, or fails during parsing or evaluation.

To enable mobile form expression logging:

  1. Go to Field Service > Administration > Configuration.

  2. In the Editor text area, set the log option to true.

                    {
        "log": true
    } 
    
                  
  3. Click Save.

For more information about updating the FSM Configuration, see Updating the Configuration File.

Before you load or edit the form, open the browser developer tools and select the Console tab. For descriptions and examples of mobile form expression log messages, see Mobile Form Expression Log Messages.

Related Topics

General Notices