Adaptive list
The adaptive list template provides functionalities to create adaptive applications in the Adaptive Designer based on predefined data sources. In the resulting adaptive application, you can manage data sets in a list-like display. For example:
-
Display your data set.
-
Sort and filter for specific criteria.
-
Run a full text search.
Select Enable '%' as Search Wildcard to enable a wildcard search in the adaptive
list template. Enter, for example, l%st
, to search for last
, list
, lost
in the data.
Optionally, you can link adaptive applications created with the adaptive list template to adaptive applications created with the adaptive edit template.

Number Custom Decimals setting
In adaptive applications using the adaptive list template, you can customize the display of numerical values with decimal places. In the Values section of the Settings/properties pane, select Number Custom Decimals from the Formatter field.
To control the number of decimal places of a numerical value, enter a value in the Decimals field. To format the decimal separator of a numerical value according to regional formatting standards or for compatibility, in the Decimal separator field, choose between Browser Default, Comma, Point.
Input mask setting
For fields where a specific format for entry is required like, for example, a postal code or phone number, you can use the input mask setting to constrain the information to be entered to the required format.
The input mask setting is valid for the fields of type DatePicker
, DateTimePicker
,
Input
, and MultiSelect Lookup
.
The Mask section contains the following settings:
- Input Mask
-
Enter a mask input that applies to the field when set.
Example:
* * * - * * * - * * *
: By default, a user can enter any characters that are alphabetical (A-Z, uppercase or lowercase) or numerical (0-9) and these characters are formatted accordingly in the field, for example,123-456-789
(with the inclusion of the dashes).The asterisk (*) indicates a placeholder.
- Enable Mask Rule
-
Select to enable the following advanced input mask settings:
- Mask Character
-
Sets which character should be considered the placeholder character. The default character is an asterisk (*).
- Mask Rule
-
The mask rule constrains the input to a specific selection. You can select the following mask rules:
-
All letters and numbers
-
Only numbers 0-9
-
Only letters
-
Only uppercase letters
-
Only lowercase letters
-
Custom Regex
-
- Custom Regex
-
If, in Mask Rule, you select Custom Regex, you can specify a custom regex as a character combination as required by your use case.
Link settings for fields
If in the Settings/properties pane you select the field type Link for a field, in the Value section, in the Open in field, you can choose between the following options:
- New tab
-
The URL of the field opens in a new tab of your browser upon triggering the link. New tab is the default opening option.
- Same tab
-
The URL of the field opens in the same tab of your browser upon triggering the link.
If the URL for the link of the field is a relative URL, select the checkbox
Relative URL. The path of the URL is checked upon triggering.
Do not select the checkbox if the URL for the link of the field is an absolute URL.
If the absolute URL does not contain a protocol, the protocol https://
is prepended
to the URL path upon triggering of the link.
System variables as default values
For field filters in the adaptive list template, in the Default Value section, you can select system variables in the System Variable field. The system variables you can select in the adaptive list template correspond to the system variables Username and Name as they are defined in the User tool or the so-called DateRange (as defined as a system variable on a user instance of Neptune DXP - Open Edition from a current date up to the next 180 days following the respective current date).
Value Help setting
For an input field to source a predefined set of values, in the Settings/properties pane, select the field type in Type to ValueHelp.
In the ValueHelp Source section that appears, to select an application, adaptive application, or a server script that contains the predefined values to filter between, select Settings. In Field to Return, enter the field name from the other application, adaptive application, or the property name from the server script to be referenced to populate the input field.
To prevent users from manually entering data in the input field for the user to only select the predefined values in the linked data, select Value Help Only.