Automate object visibility and value

For all field objects, data controls, and static objects, Claris Studio provides automations that allow you to conditionally set the visibility of the object, its value, or both. For example, you could set a short text object to appear after the 'Other' option is selected from a single choice field to allow a user to enter their own value.

To set automations for an object:

  1. In a form or list-detail view, add an object.

  2. Select the object, then do one of the following:

    • Click Object automation icon in the top right corner of the object.

      Object automation button

    • In the Properties pane on the right, click the Automation tab, then click Open options icon next to Visibility or Value.

      Automation tab, Properties, Visibility and Value

  3. In the Object Actions dialog that appears, you can set conditions for both the visibility and value of the object, or both. There are two methods for doing so: Field conditions and Calculations.

    Object actions dialog

Field conditions

Use the Field conditions option to set the visibility and value of an object based on the values of other objects using common 'And When' and 'Or When' logic.

  1. Select the Field conditions option at bottom of the dialog, then choose whether you want to control the visibility of the object (Show/Hide tab) or the value of the object (Value tab).

    Note  You can set separate conditions for both Show/Hide and Value.

  2. Choose an action to be performed whenever the conditions are met. For Show/Hide, the available choices are:

    • None

    • Hide this object

    • Show this object

      Object actions, Show/Hide action options

    For Value, the available choices are:

    • None

    • Set the value

      Object actions, Value, Action

  3. Configure the When condition by first selecting a field from the list. The fields you see are the fields present in the table used for the view.

    Object actions, When, Choose a field

  4. Set the condition for the field. The available conditions depend on the selected field.

    Object actions, When, Condition

  5. Set the value of the field. Depending on the selected field, you can either choose an option from a list or input a value.

    Object actions, When, Value

  6. Additionally, you can narrow the condition by clicking + And When, broaden the condition by clicking + Or When, or use a combination of both. Follow the previous steps to set the additional conditions.

  7. Click Apply when finished.

Now, the chosen action will be performed whenever the conditions have been met for the selected field.

Calculations

For more advanced cases, you can use the Calculation option to set the visibility and value of an object using a calculation. For Show/Hide, the calculation should evaluate to a Boolean (true/false) value, and for Value, it should evaluate to the default field value. See Primer for Claris Studio calculations.

Object actions, Editor, Calculation