When not following best practices, you may spend more time re-creating existing functionality, or debugging a component that is not well designed. There is also the risk that you will implement a feature that does not work correctly.
B
C
D
Case
B
C
D
Case life cycle design
B
C
D
Stage
B
C
D
Processes
B
C
D
An optional user action is a single task and typically returns to the primary path of a case, whereas an optional process is a series of steps that may or may not return to the primary path of a case.
B
C
D
Consider what fields the users need to see, how values will be entered, and whether users can modify or only read the values.
B
C
D
Define the name and address properties as text property types and use text input controls.
B
C
D
A validate rule
B
C
D
You would use a picklist field and specify either a radio button or dropdown control type.
B
C
D
You set a field as required when you want to make sure users enter a value before they can continue.
B
C
D
You would use editable settings to set both the minimum and maximum number to 20 characters.
B
C
D
Different values are required based on business logic
B
C
D
First, Pega Express automatically applies the validation rule to the flow action that corresponds to the user view. Second, Pega Express only supports comparisons against a constant value.
B
C
D
Validating that a date is in the future or the past requires the use of a function.
B
C
D
An edit validate rule ensures that the phone number contains the correct number of digits. The integer data type only ensures that the user enters numbers in the field.
B
C
D
A child case has a relationship with the parent case and a top-level case does not.
B
C
D
You can configure a case to wait for a set amount of time or until a subcase reaches a defined status.
B
C
D
A rule is an instruction for describing a specific case behavior, such as a process or automated decision.
B
C
D
The three numbers used to identify a ruleset version indicate the major version, minor version, and patch version of the ruleset.
B
C
D
A class organizes rules within an application. The position of a class within the class hierarchy determines the reusability of the rules in that class.
B
C
D
Pattern inheritance describes the business relationship between classes. Pattern inheritance indicates the reusability of rules throughout an organization, such as whether a rule is usable by a single case type, an entire department, or even an entire organization.
B
C
D
Pattern inheritance allows you to reuse rules within a single application. Directed inheritance allows you to reuse rules in other applications, including standard rules provided as part of the Pega platform.
B
C
D
The capability to reuse an existing data type.
B
C
D
Information such as the customer's date of birth is associated with a data element. The data element (property and value) is stored on the clipboard in a structure called a page.
B
C
D
Wait!
Here's an interesting quiz for you.