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
4
votes
2 answers

What is a difference between pyWorkPage and pyWorkCover page in Pega?

The page displayed on Clipboard pyWorkPage and pyWorkCover. Can you tell me the difference between them? And let me from where I will get complete data to read about the Clipboard.
chetan humbe
  • 41
  • 1
  • 2
3
votes
2 answers

How to get all elements by class name inside Iframe PEGA

I am trying to get an element by its className inside an iframe. as I use IE5 "getElementsByClassName" is not working. To get any element inside my document I used pega with the following: pega.util.Dom.getElementsByClassName("BlaBlaName"); However,…
Sar
  • 33
  • 1
  • 4
2
votes
3 answers

How to get current date in pega, YY-mm-dd format

I want to get current system date in pega (Year-Month-Date) YYYY-mm-dd format.
chathura
  • 105
  • 1
  • 9
2
votes
1 answer

How to check whether SLA rule have executed or not pega, using pega system variable?

I have wriiten sla rule in my project and i want to check whether that rule have executed or not using pega system variable.
chathura
  • 105
  • 1
  • 9
2
votes
0 answers

Automation data-change firing issue using Selenium, jQuery and RFT

Hey all I am using RFT in order to automate a page on a Pega website page. However, the automation doesn't seem to be able to fire off the change event of the input that I am inserting a string of text into. This input box seems to be located inside…
StealthRT
  • 10,108
  • 40
  • 183
  • 342
2
votes
1 answer

What are differences between PageList, ValueList and Code-Pega-List?

I run into a question about differences between PageList/ValueList and Code-Pega-List. I know that 1) ValueList is a group of elementary type elements, which has unique index. 2) PageList is an indexed group of complex elements. But what about class…
2
votes
4 answers

Can we write Automated Unit Test in Pega Tool?

We are using Pega Tool for Developing a business process. Wondering can we write an Automated unit Test cases in Pega Tool? I have also referred to Pega PDN but not really how this can be achieved.
Rupesh Shinde
  • 1,933
  • 12
  • 22
2
votes
4 answers

Create Excel File With Limited Libraries in Java

I'm working in a framework that makes extensive use of excel documents, but the only imports it's using to do so are listed…
Wickerbough
  • 365
  • 1
  • 4
  • 15
1
vote
1 answer

How I remove the comma separator in integer edit input?

I want to remove the comma separator in the inter-input field using edit input how I achieve that? The above image displays the standard format. The expecting Number Format (without comma) - 1234
Kasun98
  • 23
  • 1
  • 4
1
vote
1 answer

Microsoft graph api update event returns HTTP error 400 bad request

I am using MS Graph API in Pega 8.6.4 to update an event start and end date, attendees, and location if needed using PATCH but would always get an HTTP error 400 BAD REQUEST. Not sure what is going on since in my application I am able to create an…
1
vote
1 answer

How to style a unique checkbox to look like Expand/Collapse (Pega 8.6)

we're trying to create a checkbox to look like the expand/collapse button and have a section appear/hide based on the checkbox state....so we made a special format for checkboxes called 'Expand Collapse' and placed it in the Skin in order to apply…
Reda
  • 470
  • 2
  • 11
  • 19
1
vote
2 answers

JAVA Selenium iFrame issues: click() is looking for active frame but frame changed during click method

I am currently testing the UI of a PEGA application whereas I have stumbled on an issue where I am clicking a button that in its turn saves an item and closes the frame. When click method is finished it is still looking for frame y but stands on…
Blenk
  • 11
  • 2
1
vote
2 answers

Pega Platform Personal edition 8.6 404 error on login page

I have successfully installed personal edition 8.6 as per the directions provided on pdn. But application isn't opening on startup. After I try to launch login I'm getting the following error on the browser Access Error: 404 -- Not Found Cannot…
1
vote
2 answers

How to set minutes to a schedule reporting task in pega

I want to set time for the Time of Day in schedule reporting task to 10.30.But we can set only hours in the pega UI. can anyone help me with setting time with minutes. Thanks.
chathura
  • 105
  • 1
  • 9
1
vote
1 answer

Getting error while connecting JMX with jconsole

I am having jboss server configured, trying to remotely moniotor JVM.I have configured JMX in standalone file. But while I am trying to connect from jconsole I am getting error as connecion time out.We are using JBOSS on top of it pega…
RiDev
  • 31
  • 6
1
2 3
8 9