Thursday, 29 October 2015

Data Transform:This rule can be created on the Data model category these are Used to 

  1. To confirm one form of Data to another Form
  2. To assign Default Values to the properties 
  3. to copy one page to another page 
  4. the default Data transform in PrPc in "pyDefault" and this can be called Under tab of process flow.
How to open the Data transform in Pega  in this follows.right click on Class Group after in this below

Differences Between Obj-open and Obj-open By-Handle: Obj-open Opens the work pbject Using Keys
Ex  :pyID

Both the methods returns single instances from data base

Obj-open can be used  if you dont know the is handle

if you have is handle it s better to use Obj-open-by-handle

Obj-open -By-Handle:It is used to we have the handle to open the object that is "pzInskey"

this method will open only one record at a time

ReleaseOn Commit:Is optional using the Obj-open method and if you can check the lock true in such

 cases it is recommanded to use the Release  on commit that is the lock will be released whenever the

commit happens in case you descided to keep the release on commit checkbox and un checked then

even after the commit the lock will be help in such cases we have to use "page -unlock method to

explicitly Release the logs.  

Monday, 26 October 2015

pzInsKey in Pega:It is a Reserved property they dervie from Ultimate Base Class (at Base class)

and so It is Available For Every Class and The pzInsKey columm and pzInsKey columm as a

primary  of a table.

pzIns key as well as Primary key type (uniq values in the Data table)

Forign key is duplicate values identified in the data table

creation of Data table  we can tick mark first Row that is the Primary key of

Data Table.

Only one primary key in the Data table.
How to Created (Obj-browse,Obj-save,Obj-open,Obj-Delete) In Pega:

Data Table creation In pega:
Obj-browse:This method Fetches Multiple Records From dattables

Obj-save:This method is used to insert or Update to the Data Tables

Obj-open:This method is used to Fetches Single Record from the Data tables based on Primary Key

Obj-delete:This method deletes  data from data table


"Data-"


Table classe's which inherited From "Data-" must not be belongs to a class group that is table classe's

are Global and the Properties are colummn can be accessed by an any Class Group.  

Sunday, 25 October 2015

Data Tables:Data tables are just like a relational Datatables but these are created internal to prpc

database for these tables we are not reuired to create any connection and there is no need to write

Queries in order to work this tables Prpc provides predefined methods

There   are 4 methods that are

1.Obj-browse

2.obj-save

3.obj-open

4.obj-delete

Select the Datatable in pega is click on pega button open below options we do select below type procedure.



Rules Inspector In Pega:Using Rules Inspector we can go back to design time Environment of a application while the Application is running Rules Inspector can be Identified.

How to choose that  option in pega is  see the  below Image: click the run button.next in below options to open

Saturday, 24 October 2015

How To Call An Activity From a Flow:An Activity can be called in Flow using Utility Shape the

Activity of type Utility


.
How To Call an Activity From Another Activity:Activity can be called from another activity in Two Different Ways:

1.Call
2.Branch

Call:We can call other Actvity and executes then Return back through the calling Activity and

Executes the Reamaing steps

Branch:It will call other  Activity and Executes it once the call Activity completed the control will

Exit of all Activitys .................can u see the below call&branch are the drop down list...........
Activity's:

Page-New: This Method Creates New user pages  on the key board 

Propet-Set: This method  used to select the property or assign properties


Show-page:It displays the page values in Xml Format.



Activity's can be created on the Techinical category 

Right click on Class group -new -techinical -Activity.


 First Open the Pages&classes Tab
Set the page Name ,Class Name .

After we can go to Steps Tab set the above methods

Friday, 23 October 2015

Activities In Pega: Activite is a rule where we implement our bussiness logic by using pre-defined 

methods 

At each and every step of an activity we can call our predefined methods.

3 steps set the activite in pega
1.page-new
2.property-set
3.show-page -------------------------------see the below Image -----------------------------------


Local Flow Action In Pega:
  • It keeps the work object at the same assignment (without moving),while still it perform some action
  • Dag and drop a buttoun to a your designed section 
  • create a section with single cell drag and drop the section on to the cell
create local flow action ,new flow action ,drag and drop the newly section.
below. in this type to select local flow action 

Thursday, 22 October 2015

Application Explorer in pega :




How to create Section In Pega Practically:








How to select When condition in Pega:





How to conditionally display the Layouts and Controls in section:

To conditionally Display Layout or we need to Create "When" rules' which return true or false.

When rules Can be created on the descisson category

Class-right click -New--Descisson-When

select after creating a WHEN Condition.











The Image of  practically in Next Post. of  When Condition
Thank you 

Wednesday, 21 October 2015

RulesInspector In Pega:

Goto Runbutton  Click RulesInspector->Html rules

it will open the UI section Drag drop the property of created section refresh the tab.


Changing the Display Name of the Application:


Application summary ->click on Name->description

SystemArchitect->operator->Name


Where Am I option In Pega:
It is one of the debugging tool in Prpc Which displaysthe current position of work object in a flow.

ClipBoard: It is one of the main debugging tool in Prpc which is the visuals representaion of work object data
the current running Application is held on the clip board pages 
Each page on the clip board must refered to  one class.


pyWorkpage:It is the UI page created on the clip board by the process commander, which holds all the dat related to UI.

px   : we can read but we can't write

py:We can read and write

pz:no read and no write

Tuesday, 20 October 2015

Creating a Flow:


  • Flow can be created on the process category
  • it defines the complete architecture or application
  • in orde to display user interface we need call the Flow action into flow
  • A Flow can be cassed in a outgoing connector to from assignement shape
  • Right click on outgoing connector in choose properties
  • Goto process tab of flow check create anew wok object(check)
  • skip create harness(check)
  • then save the flow
  • when we run the work object will be created at the start shape of the flow and ceated at the start shape of the flow and it reaches to end shape on its way complteing all the steps are in flow .
  • each work object will be uniuely identified by an id card-case id,pyID.

Monday, 19 October 2015

How to Create a Flow Action:After creation of section we do create  the Flow action.



GotoUserInterFace-RightClick on  Next Select the Flow Action and create the Flow Action

Drag And Drop the Existing Section.

ClassGroup RightClickon-New-UserInterface-FlowAction.

Flow Action is performing a Performing a action

Sunday, 18 October 2015


                                                      FLOW ACTION

Purpose

A flow action rule controls how users interact with work object forms to complete assignments. After selecting one flow action, users may fill in a section of the form to complete (perform) the assignment.

Where referenced

In a flow rule, developers can associate flow actions with connectors (arrows) and with assignment tasks. At runtime, the flow actions associated with an assignment determine the choices available to users as they perform the assignment.

Controls and Layouts

On the Layout tab, each flow action references one or more section rules that define the runtime presentation of the flow action. You can directly edit these section rules in the Flow Action form, using these controls and layouts. (When you save the flow action rule, the updated section rules are also saved.)

Containers

Layout Section Tree Tree Grid Grid

Basic

Button Check box Calendar Icon Image
Input Box Label Radio Buttons TextArea Select
URL

Advanced

AutoComplete Chart Data Field Dynamic Select List to List
List view Menu Bar Paragraph Smart Label

Short Descriptions

Choose the wording for the Short Description field carefully, so that it is meaningful in context to application users who must select one action from the list. Starting each Short Description text with an action verb such as "Approve", "Reject", "Send", or "Transfer" is often helpful to users. This is known as Inter-driven processing
Action Section
On Perform work object forms presented with the default action section, the form area created by a flow action can offer the most likely action as the default, while allowing the user to choose other actions:
Flow action
The text in the action's Short Description field appears as user-visible text in the action selection list.
Other formats are supported.

Access

Use the Application Explorer to access the flow action rules that apply to the work types in your application. Use the Rules Explorer to list all the flow action rules available to you.

Delegation

After initial development and testing, selected flow action rules can be maintained by line business managers rather than by application developers. The Layout tab of the form provides managers access to the fields most often updated.
For each flow action rule in your application, consider which business changes might require rule updates, and whether to delegate the rule to non-developers who then can make such updates directly. See

Category

Flow action rules are part of the User Interface category. A flow action rule is an instance of the Rule-Obj-FlowAction rule type.



How to create Section In  PegaPrpc:After creating properties next we go to UserInterface righclick

on this  after  open a tab select the section .

open the section we do the properties will drag drop the properties in  section


UserInterface-Section

Next create a flow action

and Next Create a flow



Saturday, 17 October 2015

Propeties in Pega:  how to create properties in pega

Goto class next

Class-New-Datamodel-Property

and create properties

Label                             PL(pogrammng Langauages)                                       pega

Name                              string/char                                                                   text

State                                dropdown                                                                   promptselect

Age                                   int                                                                               number

Gender                            radiobutton                                                                    radiobutton
How to Set Up Class Group In PegaIn order to setup class group follow the below steps :

Login to the pega

After click use existing work pool  

create division level abstract class

next create unit-level concrete class which inherits from "work-"


"Org-Div-Unit"

Friday, 16 October 2015

Abstract Class:Abstract class is rule created to supported the defination of rule,including other classes such rules can be inherited  by sub class of the abstract class rules with a class as akey part such as properties, activitys flows and models ...

it does end with "-"symbol

concrete class: A class that is not a abstract concrete class unlike abstract classes ,concrete class can have instances stored in the databases
selection of the class rule fom determine weather a abstract or concrete

concrete class doesn't have "-"symbol


concrete class nothing but a classgroup.

Pega is one of the Bpm(Bussiness process management) tool.

Bpm is methodlogy to manage process and workflows in organisation the goal of this methodlogy to increase efficency,performance agility in a day to day operation Bussiness.
Pega Acess groups:
Acess groups means permissions
pega containg different acess permissions

Devloper

User

BussinessAnalyst

Manager

Administrator
 permissions to acessing

Pega BackEnd  is  "Java" code run
Pega Installation

GO to ControlPanel->search->ActionCenter-> click Change User Accounts settings
this symbol was actually middile in the normal os we can change and restart the pc after installing the pega prpc


Thursday, 15 October 2015

Pega Installation:  We do install pega. contain
g the some of the s/w's  are
-pega
Enterprice licenced Default
J2K
DB2
Tomcat server


versions:called upon the
1.1.1
major.minor.patch




                                                                     INTRODUCTION(Pega 6.2)

Pega is a software to drive revenue growth,productivity and agility services,insurance,health care,government.

PRPC(Pega rules process commander):Prpc is just like a compiler.Pega means is  a company name and rules means set of rules .proceess is runs the programs  commander means assigning the roles.

Usage:Web Applications using Pega.

Pega is 3-Tier  architecture That is

1)UserInterface
2)BussinessLogic
3)Database
pega software based on this 3-Tier Architecture.




Connect -SOAP

Using Connect -SOAP We can Consume a Web service on the Web by Means of Simple Object acess protocol Consuming web services Click-Pe...