Questions tagged [pega]

Pega or PegaRULES Process Commander (PRPC) is a BPMS developed by PegaSystems

Pega PRPC(Pega Rules Process Commander) Also known as BPM(Business Process Management) Tool is a proprietary suite, a market leader for many years, according to Gartner. Most of the users are from Finance, Insurance or Medical domains.

Its a app, which runs on any standard server (like ) and supports most of the common RDBMS. It offers visual editors for almost everything (processes, business rules, gui, users, services, connectors to various systems), instant propagation of changes, and its own versioning system.

See http://www.pega.com for more details or better community.pega.com for the Pega Developer Network.

The first level of certification in Pega is CSA - Certified System Architect. After that you can proceed with CSSA - Certified Senior System Architect.

127 questions
0
votes
1 answer

Button was not actually clicked but shows element.click() performed in selenium script

I'm writing an automation script for a Pega Web application. I have button click functionality, but actually the button is not getting clicked when i ran the script.When I check the logs, it shows that action was performed but it's not actually…
cindy87
  • 47
  • 10
0
votes
1 answer

Pega Child to parent data propagation

How can I copy child data to parent case by using data transform? If somebody can give a step-wise solution. I've used a data transform and update shape in child case, it is still not working.
Manjusha
  • 1
  • 1
  • 2
0
votes
1 answer

Oracle query combine 2 selects

Hey all I am trying to combine 2 Oracle SQL queries into one. These queries are to be used in Pega. So far this is what I have come up with: WITH Query1 as (DELETE FROM PC WHERE PXNAME = '84461' AND PXCLASS = 'DocQuery'), Query2 as (DELETE FROM…
StealthRT
  • 10,108
  • 40
  • 183
  • 342
0
votes
1 answer

Pega Debugging tools

Just started with Pega and I often get errors while previewing the application I build. Is there any way to get more detailed errors/logs rather than just "java.lang.NullPointerException"? I'm trying to get a better understanding rather than fix…
A. J. Green
  • 93
  • 2
  • 8
0
votes
1 answer

Search for button in iframe

I have an application with multiple iframes in the same screen. These iframes have different names every session, so I would like to search within the application for a button within one of the iframes with the name "Pesonal". This iframe-name…
Menno
  • 21
  • 3
0
votes
2 answers

Pega 7.3 Connect-Rest with multiple URLS

I am trying to figure out how to use multiple URLs in a Connect-Rest in Pega 7.3 to connect to DocuSign using the DocuSign Pega integration that is built by Pega. I have a specific link that contains API keys that I am required to use as the…
0
votes
1 answer

How to work with data-test-id in iOS app using Selenium and Java

I'm trying to automate an iOS app which was built using Pega PRPC. But i'm unable to find some elements. Below is the elements section in appium, Appium inspector view Below is the code i used to refer that element, private IOSDriver
cindy87
  • 47
  • 10
0
votes
1 answer

property-set is not setting value

I am trying to set 'emailid' value from table records into a property and then pass this property as input to 'To' in sendemailnotification method. When i run tracer, parameter is not being set, it is empty, so i get message saying atleast one…
jeevanreddymandali
  • 395
  • 3
  • 8
  • 23
0
votes
1 answer

SendEmailNotifictaion throwing smtphost error

I am using SendEmailNotification via call to send email. It is throwing an error "List of params for Method or activity that this step is calling— Property @baseclass.gmail is undefined." This is when I used smtp.gmail.com as smtphodt. When I change…
jeevanreddymandali
  • 395
  • 3
  • 8
  • 23
0
votes
1 answer

how to send emails to users in data type in PEGA

i have a data table with employee info namely id, name, company, salary and emailaddress. i want to send emails to employees with salary greater than an amount using an activty. please help me with steps. I have tries obj browse with select…
jeevanreddymandali
  • 395
  • 3
  • 8
  • 23
0
votes
1 answer

How to search if a value exists in table

I am trying to delete records via GUI. I have a text input in my section mapped with property (.EID) which intakes employee ID (for example 1) and when i click a button 'delete' that particular record should be deleted from DB. I have written an…
jeevanreddymandali
  • 395
  • 3
  • 8
  • 23
0
votes
1 answer

How to append a div into labels

fiddle link how to append a div in to labels. within each radio group and its wrapper div. I have a radio buttons group code generated dynamically, so I can't add static helper text to labels using HTML. I am placing div under radio group div and…
gerald
  • 1
  • 1
0
votes
0 answers

How to enable delete button while deleting a rule in Application Overlay?

I want to delete a rule from Application Overlay. İ have deleted all AOM ruleset versions that contains the rule to be deleted. Despite this when i open the AO menu to delete the rule, i see the delete button is disabled. I think this is because…
Ali Tor
  • 2,772
  • 2
  • 27
  • 58
0
votes
0 answers

How to check matched annotation with StringList/ WordList in RUTA

I have a Policy Number of pattern:- AB-1234567-PAD; the Product Code is last 3 characters (PAD) of the Policy number. With my code, I am now successfully extracting the Product Code (PAD) for given format of the policy number. But now I need to…
0
votes
1 answer

How can I retrieve data page results in Javascript?

I'm implementing a custom html rule using Here Maps Javascript API. I have coordinates stored in a data type. (about 30000 rows) I need to get each of those rows and draw a polyline in html. How can I get the data page results in html rule ? Since I…
1 2 3
8 9