Case

Pega case design patterns

Pega case design patterns
  1. What are the best practices to create a case in PEGA?
  2. What is snapshot pattern in PEGA?
  3. What is sibling case in PEGA?
  4. What is top-level case in PEGA?

What are the best practices to create a case in PEGA?

The best practice is to identify business and technical commonalities. Then, specify and design the commonalities as rules or components for use across multiple case types. Note: Identifying reusable rules and components may impact the order in which the team needs to build the application.

What is snapshot pattern in PEGA?

The snapshot pattern copies data into the case. The application always references the copied data, so the data is only current as of the time the application copied the data. The reference pattern allows an application to use data without adding that data to the data model for the application.

What is sibling case in PEGA?

The Sibling Cases update design pattern is represented by sibling cases interacting with one another at the same level in the case hierarchy. This might be two top-level cases or two child cases with the same parent case.

What is top-level case in PEGA?

For example, you can create a top-level case type that represents a hiring process, and then reuse the type every time when you want to process a job application from a new candidate. In the navigation pane of App Studio, click Case types.

Web application showing information with form format
How to display form data in HTML?What is form web application?How do you get information from a form that is submitted using the POST method? How to...
Varying number of categories and subcategories based on options selected
What is category and subcategories?What is the relationship between category and subcategory?What is a subcategory category? What is category and su...
Instructional overlays (feature tour) for formative usability tests?
What is formative usability testing?What is the difference between a formative usability test and a summative usability test?How many people should b...