Use this tab to define the type, class, and scope of the data page and of its instances created on the clipboard.
Note: As of Pega 7.1.8, you cannot reference Connect EJB and Connect SQL rules in data pages.
Field |
Description |
Structure |
Select:
|
Object type |
Select the data type (class) of the data page to be created. The data type does not have to be the same as the data type of the data sources for the data page. |
Edit mode |
Select:
|
Scope |
Select:
Note: Editable pages do not have a refresh strategy and can only have a Thread or Requestor scope. |
For list-structure data pages, you can allow read-only access to embedded pages in the data page by using any properties as the key.
Select the Access pages with user defined keys check box to allow read-only access to individual objects in the list based on the value(s) provided for the key(s) specified in the Page List Keys field.
Select the Allow multiple pages per key check box if the keys are not unique across objects in the list. This provides read-only access to a list of objects that match the value(s) provided for the key(s) in this case.
You can identify one or many sources of data for the data page.
If you specify multiple sources, a field displays to the right of each source listing where you can identify the when rule that evaluates whether the current conditions require using the source identified in that row. The condition for the final data source is set as "Otherwise", and that data source is used if all the preceding when rules evaluate to false.
Each data source listing includes a Simulate Data Source check box. When this check box is selected, the system replaces the current data source with a blank row. You can then select an alternative data source to use during development: a Report Definition, a data transform, or a lookup. You cannot select another connector.
You can drag data sources higher or lower in the list to set the order in which the system checks whether they should be used. If multiple when rules evaluate to TRUE, the system only uses the highest one on the list.
Field |
Description |
System name |
Enter the name of the source system. This field represents the name of the system that is associated with a data source. The system name is used to display the source systems for a data type on the External Data Entities landing page. For example, if your data source is a REST connector that connects to an external weather service such as Google Weather API, you can enter "Google Weather" as the system name. |
Source |
Select a source:
|
Based on your selection in the Source field, the form changes and displays the following fields:
Once all fields in this section are completed, click Create Data Source to add the source to the list.
Field |
Description |
Type |
Select the type of connector:
|
Name |
Specify the name of the connector. You can select any connector as the data source, and the connector's Applies To class does not have to match the object type of the data page. |
Request Data Transform |
Specify a data transform that supplies initial values for properties or parameter values referenced in a connector rule. |
Response Page List |
When the data page has a list-structure, specify the response page list to be used. |
Response Data Transform |
Specify a data transform to be executed after a response is obtained. This is only required if the Applies To key part of the data source does not match or inherit from the object type of the data page. |
Endpoint URL |
Optional: If the connector type is HTTP, REST, SOAP, or dotNet, you can override the End Point URL value in the rule by specifying a value in this field. |
Field |
Description |
Data transform name |
Specify a data transform as the source of the data for the page. |
Once all fields in this section are completed, click Create Data Source to add the source to the list.
Field |
Description |
Class name |
Specify the class name for the lookup. |
Response Data Transform |
Specify a data transform to be executed after a response is obtained. This is only required if the Applies To key part of the data source does not match or inherit from the object type of the data page. |
Field |
Description |
Name |
Specify the name of the report definition. |
Response Data Transform |
Specify a data transform to be executed after a response is obtained. This is only required if the Applies To key part of the data source does not match or inherit from the object type of the data page. |
Field |
Description |
Activity |
Specify an activity to use. |
If you need to process the data after it loads, you can automatically call an activity to process the loaded data. Use the SmartPrompt display to enter or select the name of the activity that you want to use in the field provided, and then select and parameters.