On-premises Pega upgrade
An on-premises Pega system runs on servers and a database that your own organisation owns and operates, as opposed to Pega Cloud where Pega...
Home » All posts
Browse Pega tutorials and interview questions.
An on-premises Pega system runs on servers and a database that your own organisation owns and operates, as opposed to Pega Cloud where Pega...
Pega has two rule types that both test a condition and both have "When" in their name, so it is easy to mix them up. The differenc...
Access of Role to Object , usually called ARO , is the rule that says what a role may do with the records of a class. If an operator cannot ...
Every REST call carries a verb that says what you want to do with a resource. Getting the verbs right matters twice in Pega: when you call ...
A Service REST rule lets other systems call into your Pega application over HTTP. Where Connect-REST is Pega calling out, Service REST is P...
A sub report is a small report that lives inside another report. The outer report uses its result as a condition, for example "custome...
Role based access control (RBAC) is the basic way Pega decides what a signed-in person may do. Instead of granting rights to each person, y...
Attribute based access control (ABAC) decides access by comparing attributes , meaning property values, of the record with attributes of th...
Security in Pega is the set of controls that decide who can sign in , what they can see and do once they are in, and how the platform prote...