Skip to main content
Version: 8.1

Set up a Dropdown field

Level: beginner

Use Dropdown fields to enable users to select lookup values, for example, lead types or request categories.

Example

Set up a Request category required dropdown field on the request page and connect it to a custom Category lookup.

Fig. 1 Set up a Dropdown field
Fig. 1 Set up a Dropdown field
  1. Drag a Dropdown field to the canvas and open the field setup area.

  2. Enter “Request category” in the Title parameter. You can click the button to the right to localize the title to other languages you are going to use in the app. Learn more about localizing Freedom UI elements in a separate article: Localize a Freedom UI element.

  3. Review the unique name Creatio uses to add a column in the Code parameter. The parameter is populated automatically. You can specify a custom code that starts with the prefix specified in the “Prefix for object name” (“SchemaNamePrefix”) system setting (by default, “Usr”) if needed. This helps no-code creators and software developers to grow and maintain the app easier. For this example, change the code to “UsrRequestCategory.”

  4. Select a lookup in the Lookup dropdown list or click the button next to the list to add a custom lookup. For this example, add a Category (“UserRequestCategory” code) custom lookup.

    The lookup contains no values. Add them in the Lookups section of the System Designer. Learn more in a separate article: Manage lookup values.

  5. Enter internal information about the field that helps to understand its functionality in the Description parameter. Creatio displays this information in the Object Designer. For this example, leave the parameter empty. If you fill out the parameter, you can localize it similarly to the Title parameter.

  6. Select Yes in the Required parameter.

  7. Select the Autonumber checkbox to change the field type to Autonumber. For this example, leave the checkbox empty. Learn more about setting up Autonumber fields in a separate article: Set up an Autonumber field.

  8. Clear the the Copy this value while copying records to prevent Creatio from copying the field value to the record copy in the list. This option is useful for fields that contain system values, auto-populated data, or unique record data. For this example, leave the checkbox selected.

  9. Select the Read-only checkbox to make the field read-only. For this example, leave the checkbox clear.

  10. Click the or button in the Visibility group to make the element visible or invisible by default on the page, respectively. For this example, leave the field visible.

  11. Click Setup conditions in the Visibility group to set up element business rules. For this example, do not add business rules. Learn more about setting up business rules in a separate article: Set up business rules.

  12. Specify the position of the title relative to the field in the Title position parameter. For this example, select “Auto.”

  13. Enter Title on page parameter if the title on the page must differ from the title in Creatio. For this example, enter “Category.” You can localize the parameter similarly to the Title parameter.

  14. Enter the hint on how to fill out the field in the Placeholder parameter. Creatio displays hints in fields before a user starts entering a value. For this example, leave the parameter empty. If you fill out the parameter, you can localize it similarly to the Title parameter.

  15. Enter the tooltip that contains an additional hint in the Tooltip parameter. After you fill out the parameter, Creatio displays the icon next to the field. Hold the pointer over the icon to view the tooltip. For this example, leave the parameter empty. If you fill out the parameter, you can localize it similarly to the Title parameter.

  16. Clear the Enable adding new values checkbox to prevent the user from adding new lookup values from the field.

  17. Select the Enable opening the record list checkbox to add a button that opens the record list of the corresponding lookup to the field. For this example, leave the checkbox clear.

  18. Change the data source in the Data source parameter. For this example, use the original data source.

  19. View the unique field code in the page schema in the Element code parameter. Creatio uses this code in page schemas. You can change it if needed. This helps software developers to customize the app easier, especially if you have multiple similar fields on the page. For this example, leave the code as is.

As a result, Creatio will add the Category required dropdown field to the request page.


See also

Overview of Freedom UI Designer and its elements

Set up the app UI

Set up business rules

Localize a Freedom UI element