DataPages: Datapages are used to load the data from database and it could be Store the data into a clipboard page. The data page can create a separate instance of itself on the clipboard for each time it is referenced with unique parameter values or restrict the number of data page instances to one, so each new references overwrites the data page instance on the clipboard. Data pages obtain the data from external sources by connectors, from Report Definitions, or from other sources and may use data transforms to make the data fully available where it is needed.
All the Data pages list is available at Data explorer in a Designer Studio. There we can add the Data pages and data object types.
1. Quickly Identify the data pages as it could be use (D_ as a Prefix) for all data pages. Ex.(D_StatesDT)
In previous version these are the (Declare pages).
2. Click on Add value (Perameters). Move to Record tab Click on Configure source. Configure Source records for editor to use. Identify the key values of data page.
3. Select use as key for ID(cause it is primary key) for a record and click on Submit.
- Add the records Click on (Add Record). That Record values are pass to UI Through Data page Source like (Data page or Report Definition) so we have to create a Data page. Is (StateDP).
- App Explorer: Select Data class path(MNR-Hrnew-Data)- right click Create –Data Model Category –Data page. Landing page is displayed. And give a label name. Select Page Struture(Page,list), Object type, Scope.(Thread,Requestor,Node).
- Select Data Source Activity we can also have (Connector, Data Transform, Report Definition).
- Create activity from Data Source cause Activity should create for
Data page that data page in Data class so have to create the Actvity.(StateAct).