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.
- 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.
- 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.
- 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.
- 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.
Previous topic Creating a case type to ingest customer data Next topic Creating a decision table to ingest customer data