Portlet Factory, Version 6.1.2
Display data with the Data Page builder
The Data Page builder provides you with the ability to display the results of a service call, SQL statement, or any other builder call that provides data.
The data does need to be defined by a schema for the Data Page builder to work. Most service calls and SQL statement builder calls add a schema to the model that defines the data being returned.
To display data with the Data Page builder:
- Add a builder call to your model that provides the data to be displayed. For example, you can display the results of a service call or SQL statement builder call with the Data Page builder.
- Add a page to your model that you will use to display the data. This HTML page can be as simple or as sophisticated as the data or your use cases require.
- Add a Data Page builder call to your model, specifying the page on which to display the data and the variable that contains the data.
- Add a builder call to your model that executes the action that retrieves the data and displays the page.
- Run the model.
The resulting page displays, in a relatively raw form, the data in the variable you specified in the Data Page builder call.
Parent topic: Overview: creating forms
Library | Support |