Add screen fields to a record screen
Add screen fields to improve the usability of your record screens. Screen fields enable you to change how information is shown in your form or you can provide access to additional elements, such as attachments, videos, or links.
Before you begin
Role required: admin
To add screen fields to your record screen, confirm that you have configured a record screen that contains a details screen. For more information, see Configure a details screen for a record screen.
Procedure
Navigate to All > System Mobile > Mobile App Builder.
The Mobile App Builder opens in a new browser tab and displays the application scope selection screen.
Search for the application scope you are working in and then select the name of the application scope.
The Mobile App Builder categories home screen displays.
Select Screens from the menu.
Select an existing Record screen record.
In the configuration tree, select the Details screen record where you want to add a screen field.
Select a table in the Data area of the Details screen field.
Locate the Screen fields area and select New.
On the Screen field form, fill in the fields.
| Field | Description |
|---|---|
| Parent screen | This field is auto-populated, listing the screen where this field is used. |
| Type | Type of screen field. For a list of types and a description of how they're used, see Screen fields.Note:
Note: For more information about using the script screen option, see Dynamic variable support in record screens.
|
| Form field | Table field that the screen field uses as a data source. Some field types require a specific type of value. These requirements are described in Screen fields.Note: This option isn't available for the field types Attachments List and Checklist. |
| Field name | Enter the name Attachment or Checklist for this field, this text displays as the field label.Note: This option is only available for the field types Attachments List ** and Checklist**. |
| Record ID field | For the Attachment list field type, enter sys_id.Note: This option is only available for the field types Attachments List ** and Checklist**. |
| Order | Order in which this field appears. Fields appear on the record screen from the lowest to the highest value. |
| Hidden | Option to avoid this field from showing on the record screen. |
| Value Only | Value of the field without the field label.Note: This option is only available for the field types Auto, Text, Percentage, Date, and Script. |
Select Save.
Dynamic variable support in record screens
Use the script screen field in record screens to display dynamic field values. The script runs to determine the field value before it displays in your form. The value returned by the script doesn't replace the database value. For example, you can display translated content for dynamic variables within an email.- Configure the script field for records screens
Configure script screen fields to display calculated or personalized content in your mobile forms, without modifying the underlying database values.
Parent Topic:Screen fields