Exception handling in Pega Connect-REST
Outbound calls fail. The network drops, the partner's server is down, a token expires, or the answer is not what you expected. A Connect...
Home » All posts
Browse Pega tutorials and interview questions.
Outbound calls fail. The network drops, the partner's server is down, a token expires, or the answer is not what you expected. A Connect...
Connect - R EST is an advanced mechanism in P ega that provides developers with a way to interact with external REST ser...
Every Pega upgrade has to answer one question before anything else: do you change the existing database in place, or do you build a new one ...
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...