Data types in Pega Government Platform
Pega® Government Platform is a public sector foundation that can be used to modernize solutions through case management. Pega Government Platform includes two specialized applications:
- Complaints management – An application that is used for the intake, review, inspection, and resolution of complaints.
- Procurements – An application that is used to manage the life-cycle of procurements.
The following data types define and hold data for Pega Government Platform:
- Address type
- Check authorization
- Comm type
- Country
- Option map
- Procurement option map
- State
- Year
- Complaint action reason
- Complaints affirmative action
Address type
This data type lists all address types for each category.
Class name: PegaPS-Int-Config-AddressType
Column name | Description |
---|---|
pyID | Unique ID. |
Label | Name of the address type, for example, Office address. |
pyCategory | Category of the address type, for example, Business. |
Check authorization
This data type lists all combinations of branch roles and business roles that are used to determine the authorization of a user.
Class name: PegaPS-Int-Config-CheckAuthorization
Column name | Description |
---|---|
pyID | Unique ID. |
Branch role | Role of the user in the branch. |
Business role | Role of the user in business. |
Update profile | Determines if the user can update profiles. |
Manage branches | Determines if the user can manage branches for a business. |
Manage associates | Determines if the user can manage associates of a business or a branch. |
Show branch | Determines if the branch is displayed on the business home page. |
Comm type
This data type lists all communication types for each category.
Class name: PegaPS-Int-Config-CommType
Column name | Description |
---|---|
ID | Unique ID. |
Label | Name of the communication type, for example, Business email. |
Category | Category of the communication type, for example, Business. |
Class | Class of the communication type, for example,Email. |
Country
This data type lists countries and country codes.
Class name: PegaPS-Data-Config-Country
Column name | Description |
---|---|
Country code | Short code for the country. |
Country name | Full name of the country. |
Option map
This data type lists all values for properties that are used in Pega Government Platform and the Complaints management application.
Class name: PegaPS-Int-Config-OptionMap
Column name | Description |
---|---|
ID | Unique ID. |
Code | Code that is used to save the value in the database, for example, City. |
Display value | Value as shown in the UI, for example, City of birth. |
Display order | Order in which value is displayed, for example, 1. |
Field name | Name of the field to which the value belongs, for example, Security question. |
Procurement option map
This data type lists all values for properties that are used in the Procurements application.
Class name: PegaPS-Int-Config-OptionMap-Procurement
Column name | Description |
---|---|
ID | Unique ID. |
Code | Code that is used to save the value in the database, for example, City. |
Display value | Value as shown in the UI, for example, City of birth. |
Display order | Order in which value is displayed, for example, 1. |
Field name | Name of the field to which the value belongs, for example, Security question. |
State
This data type lists all states for a given country
Class name: PegaPS-Int-Config-State
Column name | Description |
---|---|
Country | Short code for the country. |
State | Short code for the state. |
State name | Full name of the state. |
Year
This data type lists years for selection in the UI, for example, for birth year.
Class name: PegaPS-Int-Config-Year
Column name | Description |
---|---|
Year | Year value, for example, 1988. |
Complaint action reason
This data type lists reasons for actions that are taken in reaction to complaints.
Class name: PegaPS-Int-ComplaintActionReason
Column name | Description |
---|---|
ID | Unique ID. |
Reason | Reason for the action. |
Action | Action taken upon receiving a complaint. |
Complaints affirmative action
This data type lists actions taken when a complaint is reviewed.
Class name: PegaPS-Int-ComplaintsAffirmativeAction
Column name | Description |
---|---|
Action ID | Unique ID. |
Action Name | Short description of the action. |
Previous topic Pega Government Platform Next topic Pega Government Platform Hotfixes