Terminology-Week 2 Flashcards

1
Q

What are declare rules?

A

Declare rules are special rules that, once defined, never need to be invoked in order to run. Instead, they are managed by Pega’s declarative network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Declarative Network?

A

A Declarative network is the interconnected set of Declare rules in a Pega application, updated by listening for and responding to events such as a property’s value changing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Calculated field?

A

a calculated field is a field in a view that is generated by evaluating some expression on load. It is not declarative.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Declare Expression?

A

A declare expression is a property that updates itself by listening for changes to source properties and then evaluating its expression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Validate Rule?

A

A validate rule is a rule which defines the criteria that a set of properties must meet in order to be considered valid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Edit Validate Rule?

A

Edit validate rule is a Java-based rule which checks a string using the inputted code and considers the String valid if the code returns true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Constraint rule?

A

Constraint rule is a declarative way to do validation. It listens for certain events, then runs validation checks against given properties. Adds error messages to whatever assignment is currently being run.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is forward chaining?

A

forward chaining is when a listener listens for changes in property values or other events, and responds immediately. Can chain many listeners together.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Backward chaining?

A

Backward chaining is when a listener only responds to changes in other property values or events when the final result is needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Section rule?

A

A section rule is a standalone UI module in Pega. It organizes a variety of elements and behaviors for those elements, including other Sections, layouts, controls, and so on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a layout?

A

A layout is a way to organize the display and arrangement of elements in a Section. A layout’s working areas is divided into cells.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Control?

A

Control is an interactive feature of a Section, like a button or a text entry field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a Cell?

A

A cell is a single unit of working space inside a layout. It can contain a Section, a Layout, controls, or data displays.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is an Action set?

A

An action set is the behavior of a button or interactive item, broken up into events (what the user does) and actions (what the system does)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a Portal rule?

A

A portal rule links access roles to a Harness. Called a channel in app studio.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a Harness?

A

A harness is akin to a top-level Section. It contains all Sections, Layouts, etc for a portal.

17
Q

What is a Skin rule?

A

A skin rule unifies all style-related rules for an application.

18
Q

What are Mixins?

A

Mixins are Standard, reusable style rules for specific elements of an application. They can inherit from other mixins.

19
Q

What are formats?

A

Formats are based on mixins, and applied to things users actually see, like data displays, controls, Sections, etc.

20
Q

What is a Mobile channel?

A

A mobile channel is a channel dedicated to the creation of a mobile app.

21
Q

What is Pega Mobile App preview?

A

Pega Mobile App Preview is the official Pega app for seeing how mobile channels will look when deployed.

22
Q

What is a duplicate case?

A

A duplicate case is a case whose data matches data in another case - thereby meeting defined base conditions - and that meets enough weighted conditions to breach the defined threshold of a Search Duplicate Cases step.

23
Q

What are Basic Conditions?

A

Basic Conditions are expressions in a Search Duplicate Cases step that must be met to be a candidate duplicate case before it can be flagged

24
Q

What are Weighted Conditions?

A

Weighted conditions are optional conditions in a Search Duplicate Cases step that each have a numerical weight that is added to a running total when a particular condition is met

25
Q

What is a Threshold?

A

A threshold is the sum that met weighted conditions must add up greater than or equal to in order to be considered a duplicate case

26
Q

What is a Correspondence Rule?

A

A correspondence rule allows writing of templated text that properties can be inserted into, which can then be used in other places, such as a Send Email step.

27
Q

What is a Report?

A

A report is data from the Pega database or application that is formatted into a chart or table

28
Q

What is a Process Report?

A

A process report is a report that focuses on Pega metrics, like cases per month or time per case.

29
Q

What is a Business Report?

A

A business report is a report that focuses on user-defined metrics within an application, like unit sold or gross income.

30
Q

What are Decision Trees?

A

A decision tree is a series of If-Then logic that calculates a value from a set of test conditions organized as a tree structure

31
Q

What are Decision Tables?

A

A Decision Table is used to derive values that have one of a few possible outcomes, where each outcome can result from a test of a condition that includes multiple variables

32
Q

What is a Cascading Approval?

A

Cascading approval is when you configure a series of approvals