Note: Nintex Apps data centers are located in West US and Australia (AUS). In-region processing of Nintex Apps data is only available in these regions.

UI-Only Field Use Cases

UI-Only fields provide a variety of options to expand the builder's toolbox. Below are some example use cases. Try building one—and then imagine how to adapt it to your specific needs.

Create a Checkbox to Display Record Details

Assumptions

Note: 

The steps below assume you have:

  • A working model on an object
  • A Form component on that model that:

    • has a section with basic information about a record
    • has a second section with more detailed information about the record

    This use case creates a ShowDetails checkbox field and connects it to conditional rendering so that when the box is checked, it displays more data about the record.

Result

In runtime, when a user checks the checkbox in the Basic section, the Details section then displays.

image0

Amount Formula Field

Assumptions

Note: 

The steps below assume you have:

  • A working model on an object that tracks products.

  • A table component on that model that has the following fields:

    • name of product
    • list price field (the "asking" price)
    • unit price field (the "sale" price)
    • quantity field (the number of units being purchased)

In this use case, create a TotalAmount formula field that tracks products. This field calculates—in real time—changes in the total price as the sales price and quantity are updated.

Result

In runtime, when a user changes the number of items, the Total Amount field automatically updates to reflect the change in value. (Nice!)

image1

Percent Saved Formula Field

Using the same model and component used in the Amount Formula Field use case, add a field that calculates the percentage savings between the list price and the sales ("unit") price.

Result

The user can easily see the savings between the list and sales prices. This figure dynamically updates when the sales price is changed.

image2