You can add a control of type Configurable grid to a form.
Name | Responsible | Description |
---|---|---|
Develop function class |
Developer |
You can use a function to fill the related value of a condition. You can use function for a condition on:
For a function, a class is required. To develop this class, extend the DAWFunctionRun class.
Prerequisite: Develop the extension of the DAWFunctionRun class in the AOT before you start the steps. Note: The steps are to have the developed function class uploaded as function to the related library.
|
Create query |
Designer |
You can use a query to get the relevant data:
To configure a query, you can use the Create query wizard. |
Update application libraries |
Designer |
In your application design, you can only use the libraries and library elements that are linked to the application. An application library defines which library elements can be used in the application design. Library elements are: actions, functions, and data sets. You link libraries to an application in several ways:
If a linked library is updated, for example a new action class is created, you must refresh the libraries to have the updates available for the application. To do so refer to: Manage libraries. |
Create form control - Configurable grid |
Designer |
You can add a control of type Configurable grid to a form. Compared to the data grid, a configurable grid uses a configurable query to query the data. |
Configure grid |
Designer |
Configure the columns of the configurable grid and the data that is shown in the configurable grid. The related query defines which columns are available for the grid. |
Make control layout device-specific |
Designer |
If your company uses different types of mobile devices, controls can require a different layout. For example, longer labels do not fit properly on a smaller screen. So, you can define a smaller version of such a label for these small-screen mobile devices. |