Creating properties to ingest customer data
This content applies only to Pega Cloud environments
Create properties that are required to configure other rules for data ingestion (a decision table, an activity, and Parse XML rule).
The goal of this procedure is to create the following rules with sample parameter values:
Rule type | Rule name | Apply to | Ruleset | Type |
Property | processType | Data-Ingestion-Manifest | UPlusCDH-Rules:01-01-01 | Text |
Property | DataFlowClassName | UPlus-Work-Ingestion | UPlusCDH-Rules:01-01-01 | Text |
Property | DataFlowName | UPlus-Work-Ingestion | UPlusCDH-Rules:01-01-01 | Text |
Property | ManifestDetails | UPlus-Work-Ingestion | UPlusCDH-Rules:01-01-01 | Single page |
- In the navigation pane of Dev Studio, click Records.
- Expand the Data Model category, and then click Property.
- Create the processType property:
- On the Property tab, click Create.
- On the New tab, in the Label field, enter processType.
- In the Apply to field, enter Data-Ingestion-Manifest.
- In the Add to ruleset fields, select UPlusCDH-Rules and 01-01-01.
- In the Property type section, leave the Text type selected.
- Click Create and open.
- Click Save.
processType property - Create the DataFlowName property:
- On the Property tab, click Create.
- On the New tab, in the Label field, enter DataFlowName.
- In the Apply to field, enter the name of the
ingestion work class, which in this example is
UPlus-Work-Ingestion.
Note: The system creates the ingestion work class automatically when you create the ingestion case type. To check what the ingestion work class is in your system, in the navigation pane of Dev Studio, click App, and then expand the following categories: . - In the Add to ruleset fields, select UPlusCDH-Rules and 01-01-01.
- In the Property type section, leave the Text type selected.
- Click Create and open.
- Click Save.
DataFlowName property - Create the DataFlowClassName property:
- On the Property tab, click Create.
- On the New tab, in the Label field, enter DataFlowClassName.
- In the Apply to field, enter the name of the ingestion work class, which in this example is UPlus-Work-Ingestion.
- In the Add to ruleset fields, select UPlusCDH-Rules and 01-01-01.
- In the Property type section, leave the Text type selected.
- Click Create and open.
- Click Save.
DataFlowClassName property - Create the ManifestDetails property:
- On the Property tab, click Create.
- On the New tab, in the Label field, enter ManifestDetails.
- In the Apply to field, enter the name of the ingestion work class, which in this example is UPlus-Work-Ingestion.
- In the Add to ruleset fields, select UPlusCDH-Rules and 01-01-01.
- In the Property type section, click change, and then select Single Page.
- In the Page definition field, enter Data-Ingestion-Manifest.
- Click Create and open.
- Click Save.
ManifestDetails property
Previous topic Creating a case type to ingest customer data Next topic Creating a decision table to ingest customer data