SlideShare a Scribd company logo
1 of 8
Download to read offline
PEGA TRAINING CONTENT
PEGA PRPC 7.2
1) PEGA BPM Demo.
2) About PRPC IDE, Operators (Logins).
3) Creating a new Application using application Wizard.
4) Class Group and Its importance, Understanding Class Group and Predefined Classes in
PEGA.
5) Inheritance in PEGA and its Types, Direct and Pattern Inheritance.
Working with User Interface in PEGA
6) Web Page Creating and Excecuting its execution using a flow.
1. Understanding Property and Property rule form.
2. Understanding User Interface Design Using Sections.
• Understanding Flow Action.
1. Understanding PRPC Process Flows.
2. Creating a Work Object and Understanding the Work Object.
3. Changing the WO Status using Assignment Shape.
7) Understanding the Debugging Tools.
1. Clipboard.
2. Where Am I?
• Understanding the System Created User Page ‘pyWorkPage’.
8) Creating a UI Form, Displaying the Layout and controls conditionally.
1. Creating a Multi Layout Section.
2. Creating a Section with Dynamic and Free Form Layouts.
• Understanding ‘When’ Condition.
1. Creating and Using When rule in the Visibility of layouts and properties.
Working with Business Logic in PEGA
9) Introduction to Business Logic by Using Activity.
1. Creating Activity.
2. Understanding User Pages, steps and Basic Methods in Activities like Page-New,
Property-Set, Page-Remove, and Show-Page.
• Visiting the Debugging Tool ‘Tracer’ and Understanding the Tracer.
Working with Instructions in Activity
10) Calling One Activity from another activity by using Call and Branch Instructions.
1. Understanding the Difference between Call and Branch Instructions.
2. Using and Understanding the Difference between Exit-Activity & End-Activity Methods.
• Calling or Invoking a Flow from Activity.
1. Parameters in activities and passing parameters from one activity to another activity.
2. Understanding the parameter page on Tracer.
11) Creating Data Storage Rules, Data tables. Complete Understanding of
1. What is ‘Does not belong to Class Group’?
2. Difference between Obj-Save-Cancel and Rollback Methods.
• What is ‘Data-‘predefined class and its importance? Understanding Data Layer and Work
Layer.
1. Physical PR Table and pzInsKey, Test Connection of Class rule Form.
Revising UI rules to Ingrate User Interface with Activities (Business Logic)
12) Working with Data Storage Rules using the Activity Obj-Methods.
1. Obj-Browse.
• Implementing pxDropDown, populating the values into a drop down from a Data Storage
Rule.
• Implementing Cascading Dropdown controls.
13) Understanding and Working with Expression Builder.
1. Obj-Save.
• Understanding of Write Now Check Box, Commit Methods and Difference b/w
Write Now and Commit Methods.
• Generating the Primary Key using Expression Builder.
• Obj-Open using primary key & Obj-Open-by-Handle using pzInsKey.
• Explanation of Difference between Obj-Open & Obj-Open-By-Handle and when to t use
what method.
• Working with Operator Table by understanding OperatorID Page and Data-Admin-DB-
Operator Class.
• Working with Rule Data form to learn to get pzInsKey of any rule in PEGA.
14) Introducing Data Transform
1. Customizing the OOTB Data Transform pyDefault.
2. Working with Data Transform.
• Defaulting Values to Properties using DTF.
1. Updating One Page Data to Another page Using DTF.
2. Difference Between activity and DTF.
3. Complete understanding of When to use activity and when to use Data Transforms
• Revisiting activity to understand precondition and Transition and Expression builder.
15) Working with Declarative Rule by integrating with business appliacation.
1. Declare Expressions. Forward Chaining & Backward Chaining.
2. Declare Constraints.
• Declare On Change. Working with Property-Set and Page-Set-Messages Methods.
Difference between these two methods.
1. Declare Trigger.
2. Declare Pages.
3. Declare Index.
16) Introducing Rule Set and Versioning of Rules.
1. Rules, Rule Set and Versioning.
2. How to create a new rule-set version.
• Bulk Check-in of the Rules.
1. How to lock a rule set version.
2. Rule Set and Prerequisites.
Here After Your Application Development will proceed a way of ‘Enhancing the Application
and Creating different Version of the rules.
17) Revisiting the Flow Rules.
1. Types of Flows, Process Flow, Sub Flow and Screen Flows.
2. Understanding of When to Use Screen Flows Over Process Flows, Explanation of Save
on Last Step Option in screen flow.
• Invoking a Sub Flow or Screen Flow from Process Flow using Sub Process Shape.
1. Understanding Spin Off.
18) Understanding of Decision Rules and integrating these in the business application
development.
1. Decision Table, Decision Tree Calling a Decision table from or Tree From
• Decision Shape of Flow, Activity and Declare Expression.
• Differences between Decision table and Decision tree, when to use what.
• Discussion of How to return multiple properties from a decision table or tree.
• Discussion of Map Value.
• Using Fork in Decision Shape of Flow.
Advanced User Interface Concepts and Working with OOTB (Out Of the Box Rules)
19) Flow Action and It’s Types.
1. Connector Flow Action and Local Actions.
2. Working with Local Actions. Local Action as a Pop-up and Flow-Wide Local Actions.
• Working with Attachments, Understanding attachment Tables and Work Object
attachment classes.
1. Reusing the predefined sections to display attachments into our screens.
20) Portals and Harness & its Types.
1. Understanding portals, portals & harness relationship.
2. Adding secondary portals to Operators.
• Understanding and working with New, Perform, confirm and Review Harness.
1. Customizing the all the above harness rules.
2. Understanding OOTB Sections pyActionArea & pzActionAreaButtons.
3. Learning to customize the submit button and Hide it.
21) Dynamic System Settings & Revisiting the Expression builder.
22) Email Integration & Working with Outbound Email Integration.
1. Understanding Correspondence, Types of Correspondence and configuring the
parameters using DSS.
2. Working with OOTB email Activity and Working with correspondence Smart Shape.
23) Revisiting the Operator, Creating our own operators.
1. Complete Understanding of Operator, Access Group, Application, Rule Set and Rules
Relationship.
2. Operators with Different Access Groups.
24) Routing & Integrating Routing into our Application.
1. Types of routing.
2. Routing to Work list.
25) Understanding of Operator, Work Group, Work Basket relationship.
1. Creating Work Groups.
2. Creating Work Baksets.
• Routing to Workbasket
1. Conditional routing to Work list or Workbasket using Status of the WO.
2. Giving Work basket access to User Portal.
26) Service Level Agreement in PEGA (SLA).
1. Understanding SLA, Types of SLA.
2. Understanding pySLAName property in pyDefault Activity.
• SLA, Urgency and Time Intervals.
1. Understanding Escalation Activity.
27) Agents.
1. Types of Agents, Modes of Agents, Agent Time Intervals.
2. Creating Agents.
• Working with Standard and Advanced Agents and integrating with email Activities.
1. Understanding Agent Queue.
2. Entering the items into agent Queue using the Method Queue-For-Agent and Using the
OOTB Activity QueueForAgent.
3. Differences between Standard and Advanced Agents.
• When to use what mode of Agent?
• Understanding Agent Access Group.
28) Working with External Data Base.
1. Creating external DB and Tables.
2. Integrating PRPC with External DB.
• Using Connect SQL Rule to access the Data from External Tables.
1. Using RDB-Methods, RDB-List, RDB-Open, RDB-Save and RDB-Delete.
2. Understanding when to use Obj Methods and When to use RDB Methods.
29) Working with Connect-SOAP.
1. Consuming a web application using SOAP protocol from PRPC application.
2. Creating and Understanding XML Stream and Parse XML rules.
• Using Apply-Parse-XML Method.
1. Understanding of Simulations.
30) Working with Service-SOAP.
1. Creating our Own Service using SOAP Protocol and consuming it From the Application.
2. Understanding the properties pySOAPError, pyStatusMessage, pyStatus.
31) Exception Handling in PEGA.
1. Error Handler Flows in SOAP and Connect SQL Rules.
2. Exception handling in activity steps using Transition.
• Understanding and using the OOTB when rules Step Status fail, step status good and step
status warn.
32) Working with File Listener.
1. Creating a Service Package Rules.
2. Creating Service-file Rule
• Creating a File-Listener rule.
1. Implementing a scenario with File Listener to load the Data From file listener into PRPC
application and process it.
2. Understanding Listener acidity and Parse Key.
3. Understanding the Listener processing.
33) Likely hood, Spin Off Flow, Split Join And Split For each.
34. Rule Resolution Algorithm with Explanation.
35. Rule Availability.
36. Rule Cache.
• Class Hierarchy.
35) Locking Concepts in PRPC.
1. Rule Set locking.
2. Work Object Locking.
• Types of Locking.
1. Locking Tables.
2. Default Locking time.
3. How to unlock a rule set without password.
36) Staging in PEGA 7.2.
1. Stages Overview
2. Case Type.
• Alternate Stages.
Real Time Implementation.
• Enterprise Application Architecture.
• Methodology and Project Process Explanation.
• Explanation of How an Application gets triggered In Live (Production) environment.
1. Dev, Integration , UAT (User Acceptance Testing) and Production Servers Explanation.
2. Intermediate Servers, LDAP, SSO, Web.XML, prweb, PRServlet relation.
• Authentication and Authorization process in PEGA.
1. Authentication Service, Auth Activity, Operator Access Verification in PEGA.
Real Time Training w.r.to Process.
• Real Time Process, Team Structure, Assigning of Requirements, Requirement Gathering
tools, Deployment Process, Deployment Tools and Approvals.

More Related Content

What's hot

Adf & Jdeveloper overview
Adf & Jdeveloper overviewAdf & Jdeveloper overview
Adf & Jdeveloper overviewRohan Walia
 
ADF Bindings & Data Controls
ADF Bindings & Data ControlsADF Bindings & Data Controls
ADF Bindings & Data ControlsRohan Walia
 
Ganesh profile
Ganesh profileGanesh profile
Ganesh profileGanesh Kamble
 
QA Automation testing online training
QA Automation testing online trainingQA Automation testing online training
QA Automation testing online trainingDivya Shree
 
leela.veda Resume
leela.veda Resumeleela.veda Resume
leela.veda ResumeLeela vedagiri
 
8+ years of experience in Java/J2EE technologies
8+ years of experience in Java/J2EE technologies8+ years of experience in Java/J2EE technologies
8+ years of experience in Java/J2EE technologiessukanyanarra
 
Rajiv Ranjan ODI_Developer
Rajiv Ranjan ODI_DeveloperRajiv Ranjan ODI_Developer
Rajiv Ranjan ODI_DeveloperRajiv Agrawal
 
Basha_ETL_Developer
Basha_ETL_DeveloperBasha_ETL_Developer
Basha_ETL_Developerbasha shaik
 
Sap bods online training
Sap bods online trainingSap bods online training
Sap bods online trainingsapehsit
 
Kasinathan_P-Resume
Kasinathan_P-ResumeKasinathan_P-Resume
Kasinathan_P-ResumeKASINATHAN P
 
Kamal Resume
Kamal ResumeKamal Resume
Kamal ResumeKamal Singh
 
]project-open[ Workflow Developer Tutorial Part 1
]project-open[ Workflow Developer Tutorial Part 1]project-open[ Workflow Developer Tutorial Part 1
]project-open[ Workflow Developer Tutorial Part 1Klaus Hofeditz
 
]project-open[ Workflow Developer Tutorial Part 4
]project-open[ Workflow Developer Tutorial Part 4]project-open[ Workflow Developer Tutorial Part 4
]project-open[ Workflow Developer Tutorial Part 4Klaus Hofeditz
 
Kumari Priyanka_4-5 years Informatica experience
Kumari Priyanka_4-5 years Informatica experienceKumari Priyanka_4-5 years Informatica experience
Kumari Priyanka_4-5 years Informatica experiencekumari priyanka
 

What's hot (20)

Adf & Jdeveloper overview
Adf & Jdeveloper overviewAdf & Jdeveloper overview
Adf & Jdeveloper overview
 
ADF Bindings & Data Controls
ADF Bindings & Data ControlsADF Bindings & Data Controls
ADF Bindings & Data Controls
 
CV_Pranay
CV_PranayCV_Pranay
CV_Pranay
 
Oracle fusion dba online training
Oracle fusion  dba online trainingOracle fusion  dba online training
Oracle fusion dba online training
 
Oracle adf
Oracle adfOracle adf
Oracle adf
 
Ganesh profile
Ganesh profileGanesh profile
Ganesh profile
 
QA Automation testing online training
QA Automation testing online trainingQA Automation testing online training
QA Automation testing online training
 
leela.veda Resume
leela.veda Resumeleela.veda Resume
leela.veda Resume
 
RamMohan_Testing_8Exp_Resume
RamMohan_Testing_8Exp_ResumeRamMohan_Testing_8Exp_Resume
RamMohan_Testing_8Exp_Resume
 
8+ years of experience in Java/J2EE technologies
8+ years of experience in Java/J2EE technologies8+ years of experience in Java/J2EE technologies
8+ years of experience in Java/J2EE technologies
 
Rajiv Ranjan ODI_Developer
Rajiv Ranjan ODI_DeveloperRajiv Ranjan ODI_Developer
Rajiv Ranjan ODI_Developer
 
Basha_ETL_Developer
Basha_ETL_DeveloperBasha_ETL_Developer
Basha_ETL_Developer
 
Chowdary_PLSQL
Chowdary_PLSQLChowdary_PLSQL
Chowdary_PLSQL
 
Sap bods online training
Sap bods online trainingSap bods online training
Sap bods online training
 
Kasinathan_P-Resume
Kasinathan_P-ResumeKasinathan_P-Resume
Kasinathan_P-Resume
 
Kamal Resume
Kamal ResumeKamal Resume
Kamal Resume
 
]project-open[ Workflow Developer Tutorial Part 1
]project-open[ Workflow Developer Tutorial Part 1]project-open[ Workflow Developer Tutorial Part 1
]project-open[ Workflow Developer Tutorial Part 1
 
]project-open[ Workflow Developer Tutorial Part 4
]project-open[ Workflow Developer Tutorial Part 4]project-open[ Workflow Developer Tutorial Part 4
]project-open[ Workflow Developer Tutorial Part 4
 
Kumari Priyanka_4-5 years Informatica experience
Kumari Priyanka_4-5 years Informatica experienceKumari Priyanka_4-5 years Informatica experience
Kumari Priyanka_4-5 years Informatica experience
 
Nitin Paliwal
Nitin PaliwalNitin Paliwal
Nitin Paliwal
 

Viewers also liked

Pega CPBA Training course content
Pega CPBA Training course content Pega CPBA Training course content
Pega CPBA Training course content Ashock Roy
 
PEGA CSSA Dumps | PEGA 7.1 CSSA Dumps
PEGA CSSA  Dumps | PEGA 7.1 CSSA Dumps PEGA CSSA  Dumps | PEGA 7.1 CSSA Dumps
PEGA CSSA Dumps | PEGA 7.1 CSSA Dumps Ashock Roy
 
PEGA CSSA Training call/whats app :+91-9908107432
PEGA CSSA Training call/whats app :+91-9908107432PEGA CSSA Training call/whats app :+91-9908107432
PEGA CSSA Training call/whats app :+91-9908107432Ashock Roy
 
PEGA CERTIFIED BUSINESS ARCHITECT - BUSINESS SPECIFIC
PEGA CERTIFIED BUSINESS ARCHITECT - BUSINESS SPECIFICPEGA CERTIFIED BUSINESS ARCHITECT - BUSINESS SPECIFIC
PEGA CERTIFIED BUSINESS ARCHITECT - BUSINESS SPECIFICAshock Roy
 
Pega Sample Resume | Pega cssa resumes
Pega Sample Resume | Pega cssa resumesPega Sample Resume | Pega cssa resumes
Pega Sample Resume | Pega cssa resumesAshock Roy
 
pega cssa sample Resume
 pega cssa sample Resume pega cssa sample Resume
pega cssa sample ResumeAshock Roy
 
Ram pega cssa resume
Ram pega cssa resumeRam pega cssa resume
Ram pega cssa resumeAshock Roy
 
Pega 7dumps
Pega 7dumps Pega 7dumps
Pega 7dumps Ashock Roy
 
Pega Mock questions
Pega Mock questionsPega Mock questions
Pega Mock questionsAshock Roy
 
Pega 7 csa questions,pega training in USA
Pega 7 csa questions,pega training in USAPega 7 csa questions,pega training in USA
Pega 7 csa questions,pega training in USAAshock Roy
 
Pega Training institutes in Banglore ( ashockroy99@gmail.com)
Pega Training institutes in Banglore ( ashockroy99@gmail.com)Pega Training institutes in Banglore ( ashockroy99@gmail.com)
Pega Training institutes in Banglore ( ashockroy99@gmail.com)Ashock Roy
 
Creating New Application
Creating New ApplicationCreating New Application
Creating New ApplicationAshock Roy
 
Pega Online Training +91-9908107432
Pega Online Training +91-9908107432Pega Online Training +91-9908107432
Pega Online Training +91-9908107432Ashock Roy
 
Pega 7 CSA DUMPS,pega csa dumps
Pega 7 CSA DUMPS,pega csa dumps Pega 7 CSA DUMPS,pega csa dumps
Pega 7 CSA DUMPS,pega csa dumps Ashock Roy
 
Pega poc | Pega projects
Pega poc | Pega projectsPega poc | Pega projects
Pega poc | Pega projectsAshock Roy
 
Pega Training ( whats app : +919908107432)
Pega Training ( whats app : +919908107432)Pega Training ( whats app : +919908107432)
Pega Training ( whats app : +919908107432)Ashock Roy
 
Pega sample resume
Pega sample resumePega sample resume
Pega sample resumeAshock Roy
 
pega Resumes ' pega 7 training classes in USA
pega Resumes ' pega 7 training classes in USApega Resumes ' pega 7 training classes in USA
pega Resumes ' pega 7 training classes in USAAshock Roy
 
Pega csa7.1 dumps and tips
Pega csa7.1 dumps and tipsPega csa7.1 dumps and tips
Pega csa7.1 dumps and tipsManjunath K
 
Pega Training institutes in Mumbai
Pega Training institutes in MumbaiPega Training institutes in Mumbai
Pega Training institutes in MumbaiAshock Roy
 

Viewers also liked (20)

Pega CPBA Training course content
Pega CPBA Training course content Pega CPBA Training course content
Pega CPBA Training course content
 
PEGA CSSA Dumps | PEGA 7.1 CSSA Dumps
PEGA CSSA  Dumps | PEGA 7.1 CSSA Dumps PEGA CSSA  Dumps | PEGA 7.1 CSSA Dumps
PEGA CSSA Dumps | PEGA 7.1 CSSA Dumps
 
PEGA CSSA Training call/whats app :+91-9908107432
PEGA CSSA Training call/whats app :+91-9908107432PEGA CSSA Training call/whats app :+91-9908107432
PEGA CSSA Training call/whats app :+91-9908107432
 
PEGA CERTIFIED BUSINESS ARCHITECT - BUSINESS SPECIFIC
PEGA CERTIFIED BUSINESS ARCHITECT - BUSINESS SPECIFICPEGA CERTIFIED BUSINESS ARCHITECT - BUSINESS SPECIFIC
PEGA CERTIFIED BUSINESS ARCHITECT - BUSINESS SPECIFIC
 
Pega Sample Resume | Pega cssa resumes
Pega Sample Resume | Pega cssa resumesPega Sample Resume | Pega cssa resumes
Pega Sample Resume | Pega cssa resumes
 
pega cssa sample Resume
 pega cssa sample Resume pega cssa sample Resume
pega cssa sample Resume
 
Ram pega cssa resume
Ram pega cssa resumeRam pega cssa resume
Ram pega cssa resume
 
Pega 7dumps
Pega 7dumps Pega 7dumps
Pega 7dumps
 
Pega Mock questions
Pega Mock questionsPega Mock questions
Pega Mock questions
 
Pega 7 csa questions,pega training in USA
Pega 7 csa questions,pega training in USAPega 7 csa questions,pega training in USA
Pega 7 csa questions,pega training in USA
 
Pega Training institutes in Banglore ( ashockroy99@gmail.com)
Pega Training institutes in Banglore ( ashockroy99@gmail.com)Pega Training institutes in Banglore ( ashockroy99@gmail.com)
Pega Training institutes in Banglore ( ashockroy99@gmail.com)
 
Creating New Application
Creating New ApplicationCreating New Application
Creating New Application
 
Pega Online Training +91-9908107432
Pega Online Training +91-9908107432Pega Online Training +91-9908107432
Pega Online Training +91-9908107432
 
Pega 7 CSA DUMPS,pega csa dumps
Pega 7 CSA DUMPS,pega csa dumps Pega 7 CSA DUMPS,pega csa dumps
Pega 7 CSA DUMPS,pega csa dumps
 
Pega poc | Pega projects
Pega poc | Pega projectsPega poc | Pega projects
Pega poc | Pega projects
 
Pega Training ( whats app : +919908107432)
Pega Training ( whats app : +919908107432)Pega Training ( whats app : +919908107432)
Pega Training ( whats app : +919908107432)
 
Pega sample resume
Pega sample resumePega sample resume
Pega sample resume
 
pega Resumes ' pega 7 training classes in USA
pega Resumes ' pega 7 training classes in USApega Resumes ' pega 7 training classes in USA
pega Resumes ' pega 7 training classes in USA
 
Pega csa7.1 dumps and tips
Pega csa7.1 dumps and tipsPega csa7.1 dumps and tips
Pega csa7.1 dumps and tips
 
Pega Training institutes in Mumbai
Pega Training institutes in MumbaiPega Training institutes in Mumbai
Pega Training institutes in Mumbai
 

Similar to PEGA Training in Chennai call/whats app :+91-9908107432

Pega 7.2 Training course(8019256326)
Pega 7.2 Training  course(8019256326)Pega 7.2 Training  course(8019256326)
Pega 7.2 Training course(8019256326)Nikhila vedula
 
Library Management System
Library Management SystemLibrary Management System
Library Management SystemMartins Okoi
 
Diksha sda presentation
Diksha sda presentationDiksha sda presentation
Diksha sda presentationdikshagupta111
 
XPages Application Layout Control - TLCC March, 2014 Webinar
XPages Application Layout Control - TLCC March, 2014 WebinarXPages Application Layout Control - TLCC March, 2014 Webinar
XPages Application Layout Control - TLCC March, 2014 WebinarHoward Greenberg
 
Application Layout Control
Application Layout ControlApplication Layout Control
Application Layout ControlTeamstudio
 
Datastage Online Training
Datastage Online TrainingDatastage Online Training
Datastage Online TrainingNagendra Kumar
 
Online Library Management
Online Library ManagementOnline Library Management
Online Library ManagementVarsha Sarkar
 
Informatica power center online training
Informatica power center online trainingInformatica power center online training
Informatica power center online trainingSmartittrainings
 
Architecting an ASP.NET MVC Solution
Architecting an ASP.NET MVC SolutionArchitecting an ASP.NET MVC Solution
Architecting an ASP.NET MVC SolutionAndrea Saltarello
 
INFORMATICA ONLINE TRAINING @ Qotraining
INFORMATICA ONLINE TRAINING @ QotrainingINFORMATICA ONLINE TRAINING @ Qotraining
INFORMATICA ONLINE TRAINING @ QotrainingQualitytrainings
 
INFORMATICA ONLINE TRAINER
INFORMATICA ONLINE TRAINERINFORMATICA ONLINE TRAINER
INFORMATICA ONLINE TRAINERQualitytrainings
 

Similar to PEGA Training in Chennai call/whats app :+91-9908107432 (20)

Pega 7.2 Training course(8019256326)
Pega 7.2 Training  course(8019256326)Pega 7.2 Training  course(8019256326)
Pega 7.2 Training course(8019256326)
 
Unit 5
Unit 5Unit 5
Unit 5
 
Library Management System
Library Management SystemLibrary Management System
Library Management System
 
Diksha sda presentation
Diksha sda presentationDiksha sda presentation
Diksha sda presentation
 
XPages Application Layout Control - TLCC March, 2014 Webinar
XPages Application Layout Control - TLCC March, 2014 WebinarXPages Application Layout Control - TLCC March, 2014 Webinar
XPages Application Layout Control - TLCC March, 2014 Webinar
 
Application Layout Control
Application Layout ControlApplication Layout Control
Application Layout Control
 
Datastage Online Training
Datastage Online TrainingDatastage Online Training
Datastage Online Training
 
Online Library Management
Online Library ManagementOnline Library Management
Online Library Management
 
Informatica power center online training
Informatica power center online trainingInformatica power center online training
Informatica power center online training
 
Datastage Online Training
Datastage Online TrainingDatastage Online Training
Datastage Online Training
 
Java UI Course Content
Java UI Course ContentJava UI Course Content
Java UI Course Content
 
Architecting an ASP.NET MVC Solution
Architecting an ASP.NET MVC SolutionArchitecting an ASP.NET MVC Solution
Architecting an ASP.NET MVC Solution
 
Informatica
InformaticaInformatica
Informatica
 
Informatica
InformaticaInformatica
Informatica
 
Informatica
InformaticaInformatica
Informatica
 
Slideshare
SlideshareSlideshare
Slideshare
 
INFORMATICA ONLINE TRAINING @ Qotraining
INFORMATICA ONLINE TRAINING @ QotrainingINFORMATICA ONLINE TRAINING @ Qotraining
INFORMATICA ONLINE TRAINING @ Qotraining
 
Informatica
InformaticaInformatica
Informatica
 
Informatica
InformaticaInformatica
Informatica
 
INFORMATICA ONLINE TRAINER
INFORMATICA ONLINE TRAINERINFORMATICA ONLINE TRAINER
INFORMATICA ONLINE TRAINER
 

More from Ashock Roy

Pega certification dumbs
Pega certification dumbsPega certification dumbs
Pega certification dumbsAshock Roy
 
PEGA CSA7. 1 exam-blueprint
PEGA CSA7. 1 exam-blueprintPEGA CSA7. 1 exam-blueprint
PEGA CSA7. 1 exam-blueprintAshock Roy
 
Pega certification dumps
Pega certification dumpsPega certification dumps
Pega certification dumpsAshock Roy
 
Pega overview
Pega overviewPega overview
Pega overviewAshock Roy
 
PEGA 7 Course Content
PEGA 7 Course ContentPEGA 7 Course Content
PEGA 7 Course ContentAshock Roy
 
PEGA 7 Course Content (2)
PEGA 7 Course Content (2)PEGA 7 Course Content (2)
PEGA 7 Course Content (2)Ashock Roy
 
Pega Prpc course details
Pega Prpc course detailsPega Prpc course details
Pega Prpc course detailsAshock Roy
 

More from Ashock Roy (7)

Pega certification dumbs
Pega certification dumbsPega certification dumbs
Pega certification dumbs
 
PEGA CSA7. 1 exam-blueprint
PEGA CSA7. 1 exam-blueprintPEGA CSA7. 1 exam-blueprint
PEGA CSA7. 1 exam-blueprint
 
Pega certification dumps
Pega certification dumpsPega certification dumps
Pega certification dumps
 
Pega overview
Pega overviewPega overview
Pega overview
 
PEGA 7 Course Content
PEGA 7 Course ContentPEGA 7 Course Content
PEGA 7 Course Content
 
PEGA 7 Course Content (2)
PEGA 7 Course Content (2)PEGA 7 Course Content (2)
PEGA 7 Course Content (2)
 
Pega Prpc course details
Pega Prpc course detailsPega Prpc course details
Pega Prpc course details
 

Recently uploaded

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 

Recently uploaded (20)

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 

PEGA Training in Chennai call/whats app :+91-9908107432

  • 1. PEGA TRAINING CONTENT PEGA PRPC 7.2 1) PEGA BPM Demo. 2) About PRPC IDE, Operators (Logins). 3) Creating a new Application using application Wizard. 4) Class Group and Its importance, Understanding Class Group and Predefined Classes in PEGA. 5) Inheritance in PEGA and its Types, Direct and Pattern Inheritance. Working with User Interface in PEGA 6) Web Page Creating and Excecuting its execution using a flow. 1. Understanding Property and Property rule form. 2. Understanding User Interface Design Using Sections. • Understanding Flow Action. 1. Understanding PRPC Process Flows. 2. Creating a Work Object and Understanding the Work Object. 3. Changing the WO Status using Assignment Shape. 7) Understanding the Debugging Tools. 1. Clipboard. 2. Where Am I? • Understanding the System Created User Page ‘pyWorkPage’. 8) Creating a UI Form, Displaying the Layout and controls conditionally. 1. Creating a Multi Layout Section. 2. Creating a Section with Dynamic and Free Form Layouts. • Understanding ‘When’ Condition. 1. Creating and Using When rule in the Visibility of layouts and properties.
  • 2. Working with Business Logic in PEGA 9) Introduction to Business Logic by Using Activity. 1. Creating Activity. 2. Understanding User Pages, steps and Basic Methods in Activities like Page-New, Property-Set, Page-Remove, and Show-Page. • Visiting the Debugging Tool ‘Tracer’ and Understanding the Tracer. Working with Instructions in Activity 10) Calling One Activity from another activity by using Call and Branch Instructions. 1. Understanding the Difference between Call and Branch Instructions. 2. Using and Understanding the Difference between Exit-Activity & End-Activity Methods. • Calling or Invoking a Flow from Activity. 1. Parameters in activities and passing parameters from one activity to another activity. 2. Understanding the parameter page on Tracer. 11) Creating Data Storage Rules, Data tables. Complete Understanding of 1. What is ‘Does not belong to Class Group’? 2. Difference between Obj-Save-Cancel and Rollback Methods. • What is ‘Data-‘predefined class and its importance? Understanding Data Layer and Work Layer. 1. Physical PR Table and pzInsKey, Test Connection of Class rule Form. Revising UI rules to Ingrate User Interface with Activities (Business Logic) 12) Working with Data Storage Rules using the Activity Obj-Methods. 1. Obj-Browse. • Implementing pxDropDown, populating the values into a drop down from a Data Storage Rule. • Implementing Cascading Dropdown controls. 13) Understanding and Working with Expression Builder.
  • 3. 1. Obj-Save. • Understanding of Write Now Check Box, Commit Methods and Difference b/w Write Now and Commit Methods. • Generating the Primary Key using Expression Builder. • Obj-Open using primary key & Obj-Open-by-Handle using pzInsKey. • Explanation of Difference between Obj-Open & Obj-Open-By-Handle and when to t use what method. • Working with Operator Table by understanding OperatorID Page and Data-Admin-DB- Operator Class. • Working with Rule Data form to learn to get pzInsKey of any rule in PEGA. 14) Introducing Data Transform 1. Customizing the OOTB Data Transform pyDefault. 2. Working with Data Transform. • Defaulting Values to Properties using DTF. 1. Updating One Page Data to Another page Using DTF. 2. Difference Between activity and DTF. 3. Complete understanding of When to use activity and when to use Data Transforms • Revisiting activity to understand precondition and Transition and Expression builder. 15) Working with Declarative Rule by integrating with business appliacation. 1. Declare Expressions. Forward Chaining & Backward Chaining. 2. Declare Constraints. • Declare On Change. Working with Property-Set and Page-Set-Messages Methods. Difference between these two methods. 1. Declare Trigger. 2. Declare Pages. 3. Declare Index.
  • 4. 16) Introducing Rule Set and Versioning of Rules. 1. Rules, Rule Set and Versioning. 2. How to create a new rule-set version. • Bulk Check-in of the Rules. 1. How to lock a rule set version. 2. Rule Set and Prerequisites. Here After Your Application Development will proceed a way of ‘Enhancing the Application and Creating different Version of the rules. 17) Revisiting the Flow Rules. 1. Types of Flows, Process Flow, Sub Flow and Screen Flows. 2. Understanding of When to Use Screen Flows Over Process Flows, Explanation of Save on Last Step Option in screen flow. • Invoking a Sub Flow or Screen Flow from Process Flow using Sub Process Shape. 1. Understanding Spin Off. 18) Understanding of Decision Rules and integrating these in the business application development. 1. Decision Table, Decision Tree Calling a Decision table from or Tree From • Decision Shape of Flow, Activity and Declare Expression. • Differences between Decision table and Decision tree, when to use what. • Discussion of How to return multiple properties from a decision table or tree. • Discussion of Map Value. • Using Fork in Decision Shape of Flow. Advanced User Interface Concepts and Working with OOTB (Out Of the Box Rules) 19) Flow Action and It’s Types. 1. Connector Flow Action and Local Actions.
  • 5. 2. Working with Local Actions. Local Action as a Pop-up and Flow-Wide Local Actions. • Working with Attachments, Understanding attachment Tables and Work Object attachment classes. 1. Reusing the predefined sections to display attachments into our screens. 20) Portals and Harness & its Types. 1. Understanding portals, portals & harness relationship. 2. Adding secondary portals to Operators. • Understanding and working with New, Perform, confirm and Review Harness. 1. Customizing the all the above harness rules. 2. Understanding OOTB Sections pyActionArea & pzActionAreaButtons. 3. Learning to customize the submit button and Hide it. 21) Dynamic System Settings & Revisiting the Expression builder. 22) Email Integration & Working with Outbound Email Integration. 1. Understanding Correspondence, Types of Correspondence and configuring the parameters using DSS. 2. Working with OOTB email Activity and Working with correspondence Smart Shape. 23) Revisiting the Operator, Creating our own operators. 1. Complete Understanding of Operator, Access Group, Application, Rule Set and Rules Relationship. 2. Operators with Different Access Groups. 24) Routing & Integrating Routing into our Application. 1. Types of routing. 2. Routing to Work list. 25) Understanding of Operator, Work Group, Work Basket relationship. 1. Creating Work Groups. 2. Creating Work Baksets.
  • 6. • Routing to Workbasket 1. Conditional routing to Work list or Workbasket using Status of the WO. 2. Giving Work basket access to User Portal. 26) Service Level Agreement in PEGA (SLA). 1. Understanding SLA, Types of SLA. 2. Understanding pySLAName property in pyDefault Activity. • SLA, Urgency and Time Intervals. 1. Understanding Escalation Activity. 27) Agents. 1. Types of Agents, Modes of Agents, Agent Time Intervals. 2. Creating Agents. • Working with Standard and Advanced Agents and integrating with email Activities. 1. Understanding Agent Queue. 2. Entering the items into agent Queue using the Method Queue-For-Agent and Using the OOTB Activity QueueForAgent. 3. Differences between Standard and Advanced Agents. • When to use what mode of Agent? • Understanding Agent Access Group. 28) Working with External Data Base. 1. Creating external DB and Tables. 2. Integrating PRPC with External DB. • Using Connect SQL Rule to access the Data from External Tables. 1. Using RDB-Methods, RDB-List, RDB-Open, RDB-Save and RDB-Delete. 2. Understanding when to use Obj Methods and When to use RDB Methods. 29) Working with Connect-SOAP.
  • 7. 1. Consuming a web application using SOAP protocol from PRPC application. 2. Creating and Understanding XML Stream and Parse XML rules. • Using Apply-Parse-XML Method. 1. Understanding of Simulations. 30) Working with Service-SOAP. 1. Creating our Own Service using SOAP Protocol and consuming it From the Application. 2. Understanding the properties pySOAPError, pyStatusMessage, pyStatus. 31) Exception Handling in PEGA. 1. Error Handler Flows in SOAP and Connect SQL Rules. 2. Exception handling in activity steps using Transition. • Understanding and using the OOTB when rules Step Status fail, step status good and step status warn. 32) Working with File Listener. 1. Creating a Service Package Rules. 2. Creating Service-file Rule • Creating a File-Listener rule. 1. Implementing a scenario with File Listener to load the Data From file listener into PRPC application and process it. 2. Understanding Listener acidity and Parse Key. 3. Understanding the Listener processing. 33) Likely hood, Spin Off Flow, Split Join And Split For each. 34. Rule Resolution Algorithm with Explanation. 35. Rule Availability. 36. Rule Cache. • Class Hierarchy. 35) Locking Concepts in PRPC.
  • 8. 1. Rule Set locking. 2. Work Object Locking. • Types of Locking. 1. Locking Tables. 2. Default Locking time. 3. How to unlock a rule set without password. 36) Staging in PEGA 7.2. 1. Stages Overview 2. Case Type. • Alternate Stages. Real Time Implementation. • Enterprise Application Architecture. • Methodology and Project Process Explanation. • Explanation of How an Application gets triggered In Live (Production) environment. 1. Dev, Integration , UAT (User Acceptance Testing) and Production Servers Explanation. 2. Intermediate Servers, LDAP, SSO, Web.XML, prweb, PRServlet relation. • Authentication and Authorization process in PEGA. 1. Authentication Service, Auth Activity, Operator Access Verification in PEGA. Real Time Training w.r.to Process. • Real Time Process, Team Structure, Assigning of Requirements, Requirement Gathering tools, Deployment Process, Deployment Tools and Approvals.