Premkumar G

how to use formats & mixins in skin rule

Introduction If I had bored you with the previous topics, then get a look into it. COLOURFUL UI  ðŸ™‚  Content + Presentation = A good application See whenever you come across a website, first people’s eyes go to the presentation part.Presentation should be at least a decent one to attract viewers. Let’s concentrate on presentation part here. …

how to use formats & mixins in skin rule Read More »

How to configure Service Level Agreement(SLA) in Pega?

Introduction Service Level Agreement main objective is to process any time bound requirements in the application. Imagine, Timesheet application. If an employee fails to submit timesheet by end of month (April 30th), then he/she has to be sent with a reminder email. If he/she didn’t submit after 5th of next month, then we should send …

How to configure Service Level Agreement(SLA) in Pega? Read More »

Declare Trigger & Declare On Change in Pega

Introduction In this post we will see how to configure a declare trigger and declare on change rule in Pega. Unlike Declare expression where we set value for a single property, Trigger & On change rules focus on executing an activity in response to any business events.Both theses rules get invoked automatically and they don’t …

Declare Trigger & Declare On Change in Pega Read More »

How to configure declare expression in Pega

Introduction In this post we will see how to configure a declare expression rule in Pega. It is mainly used in computing property value based on expression.This rule comes under declarative category.It executes declarative and hence there is no need  to call these rules manually. We can just configure the rules and no need to …

How to configure declare expression in Pega Read More »

Access roles & ARO configuration in Pega

Introduction Access roles – Granular part of access group. Let me bring the authorization model again. Scenario: Amazon organization opt for a single application for 2 different divisions – Sales & Service.They have individual manager for the two divisions and group of users(call center agents) work for their respective division. We have different functionalities out …

Access roles & ARO configuration in Pega Read More »

Enterprise Class Structure in Pega

Introduction Pega is an enterprise software.Designing enterprise class structure is the basic to begin before creating an application. In  simple words, we are going to map our class structure with the client organization. Here you can see five enterprise class structure layers connected via Inheritance. Organisation LayerDivision LayerUnit LayerFramework LayerImplementation Layer Org, Div, Unit layer …

Enterprise Class Structure in Pega Read More »

Framework and Implementation application – with example

Introduction In this post you see the basics about framework and implementation application in Pega. The primary focus of any application will be to increase the maximum re-usability as well as support scalability. Consider, Amazon organization. They have 3 divisions: SalesServiceMarketing Amazon plans to provide Pega CRM solution to Sales division and if it is a …

Framework and Implementation application – with example Read More »

Database class mapping wizard in Pega

Introduction In this post we will see how to use database class mapping wizard Pega 7 introduced a separate database schema for rule and data. PegaRules – Contains rule tables.PegaData – Contains data instances like work item. All the work and data tables resides in PegaData, whereas the rule tables reside in PegaRules. Data can …

Database class mapping wizard in Pega Read More »

Data type and Cascading control example in Pega

Introduction Data type is a generic term to include any data instances. Pega have many inbuilt data instances. Access groups, class group, organization, unit etc., are all data instances. Note: Data instances cannot be locked and they don’t belong to any ruleset version. Go to App explorer and type Data-Admin- You can see some list …

Data type and Cascading control example in Pega Read More »

Server side and Client side validation in Pega

Introduction In this post we will learn about the server side and client side validation in Pega We all may be aware of the Server-Client Architecture. Here Client sends a request to Server.Server responds with a response. In Pega, we have 2 types of Servers: Application Server (Websphere, weblogic, etc,.)Web Server (Tomcat) Clients can be …

Server side and Client side validation in Pega Read More »

error: Content is protected !!
Scroll to Top