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
1
vote
3 answers

What is a property and a control in Pega 7.2?

I want to know the difference between controls and properties in PEGA 7.2.
Akash Sinha
  • 33
  • 1
  • 3
1
vote
2 answers

Pega 7 CRM web app memory consumption

I am checking for the first time a CRM application built on top of Pega 7 (7.1.7) As a first test run, I am encountering a hug memory consumption by the browser, hwen simply navigating between menus. The iexplorer.exe for example launches the web…
erahal
  • 433
  • 4
  • 17
1
vote
1 answer

How to add a new line to a property in pega

I want to create a new line in a property which acts as a source of a connect-file. I want to add every new record in a new line. I tried \n and \r but they did not seem to work. Or is there some other way to add a new line for every record in the…
daksh
  • 43
  • 8
1
vote
1 answer

SSL Certificate Import and configuration for JBoss

I am fairly new to the JBoss configuration and I have been asked to import a certificate into the JBoss App server. Based on what I have read around on the forums I think I did what was necessary but we still keep seeing the "None of the…
Ali Bhagat
  • 475
  • 1
  • 6
  • 15
1
vote
1 answer

Pega: How do I use Connect-File method?

I want to create a text file on Pega local system and write some content in it. For that i am using Connect-File method. I have a parameter to specify there, "destination path". I don't know what destination path to give because the environment…
Rebooting
  • 2,762
  • 11
  • 47
  • 70
1
vote
0 answers

WebBrowser control - How click element on site with javascript?

I try many variant, but it don't work. So how I can click on this element(rowIndex="1"):
Ivan
  • 11
  • 3
1
vote
3 answers

What is the difference between directed inheritance and pattern inheritance?

In PDN, in the System Architect Essentials II course they have mentioned Dual inheritance is conceptually similar to single inheritance as many programming languages. What is pattern inheritance and directed inheritance? What is the difference…
usr256
  • 53
  • 1
  • 2
  • 9
1
vote
2 answers

Consuming REST servce from PEGA 7 with HTTP Header parameter

I am not a PEGA developer. But this question is for any PEGA developer/admin. This is about an issue which I noticed recently while trying to integrate my application (using REST service) with PEGA 7. I created a REST service from my application and…
AMP
  • 11
  • 1
  • 4
1
vote
1 answer

Creating Subflows in PEGA PRPC 6.3

I have read the handbook for Pega PRPC 6.3, How can I create subflows within the main flow? Is there any resource/tutorial that shows a step by step approach? Also I need to add steps and parameters for a flow, how shall I do that?
user2176576
  • 734
  • 3
  • 14
  • 39
1
vote
1 answer

Dynamically generating pzPVStream from a view

Is there some way to create a view that returns a pzPVStream that can be natively parsed by Pega when it executes an RDB? For instance, maybe a query (in MS SQL Server) that resembled: SELECT test_tbl_outer.ID, ( select *, 'My-Int-TestClass' as…
DaveEdelstein
  • 1,256
  • 8
  • 14
0
votes
1 answer

Is there any pega function that should vanish the present appearing button and shows another button?

I created a pega application which contains Add to cart button, my requirement is that when I click on the Add to cart button it should vanish and it should show Remove button. I tried by creating data transform for Remove product and gone through…
0
votes
0 answers

I have following policy types how will be the RUTA script for it, by using which i will be able to extract complete policy number

Policy id has following variations Policy id : V 123455 Policy id : V123455 Policy id : V123 455 extraction value should be V123455 I tried using below RUTA script W{REGEXP("(?i)(V|A)")} REGEXP("^((?:\s*\d){3,6})$") -> MARK(EntityType,1,2);
0
votes
1 answer

How do we add a "RS" symbol before the user input value? in PEGA

I want to add an "RS" symbol before the input. I can use edit input but it’s very costly as the change is getting reflected after performing. So, are there any options we can use?
Kasun98
  • 23
  • 1
  • 4
0
votes
1 answer

setting up Validations for properties in a process category, Facing error while the code attached below

I want to put validation for 2 properties like first name and last name should not be same and the age should be b/w 18 to 65, i have created a validate rule in process category,Also added that rule in flowaction validate tab But it is not working.…
0
votes
0 answers

This question regarding pega, I need to validate age property on client side,

Age is a property created in work-custmerDetails, A case type. A text input In the Validations Tab , edit validate. I have created a edit validate rule from data model to check age between 18 to 65 only, In a form to capture details But it is a java…
1 2
3
8 9