Articles
File listener in Pega
Introduction Here comes the missing piece in my file processing series posts. FILE LISTENER As a recap, here are my previous posts related to file processing Service File – Parse delimited – Till now we have seen, how to parse the data using parse rules and
Service file configurations in Pega
Introduction I hope you liked my last post on parse delimited rules. If you need to recap, please visit the following link In Parse delimited post, we learned how to parse the input data using delimited characters. This is my own view on file processing in Pega I can say, this is the common architecture
Service file tutorial
Introduction This post is all about working out a tutorial on service file rules in rule. I have explained the configurations about service file rule in my previous post It a mandatory pre-requisite to go through my previous post before continuing this post I have already explained the business requirements in my previous post. External
Parse delimited in Pega
Introduction In this post, we will see more in detail about parse rules and different parsing methods Parse delimited rule operates mostly in conjunction with service file rules that are used in file processing. What is file processing? We know that almost all applications work with data. Data can be captured in multiple ways. The
Screen flow in Pega
Introduction This is one of the interesting topic in flow rule (at least to me :)). When I think about screen flow model outside Pega, first thing that comes in my mind is cleartax.in I believe most of the Indian IT guys use cleartax to file their income tax. The best thing about clear tax
System setting and dynamic system setting rules in Pega
Introduction In this post, we will see more in detail about configuring the system settings. Let’s talk some basics about system settings. Think about any software you install, You have an option to customize few settings. For example, If you are installing a software in either Mac OS or Windows platform, then you may have
Navigation rule in Pega
Introduction It’s been long since I made a post on user interface rules! In this post, I am going to explain about, how to configure a navigation rule. What is a navigation rule? You might have seen this in all the websites where you can click and move to another screen / page. Let’s see
Rule delegation in Pega
Introduction In this post we will see how and why a rule can be delegated to the business users. Before jumping into the delegation part, let me briefly explain the software life cycle from the developer point of view. Consider any android application, we do see some updates happen periodically in certain time interval. Every
Field value rules in Pega
Introduction In this post we will see more in detail about field value rules. What is a field value rule? The name speaks, field value rule can be defined in 2 ways – Value for a field or caption for a field. Field values can be used in many ways! Restrict selection of items. In
Get Next Work in Pega
Introduction In this post we will see in detail about Get Next Work functionality. Why Get Next Work? Imagine I am an employee working for a bank. The bank uses Pega application to service the customer. Let me take the loan request scenario, which I used in my previous post. Please go through the below
Assignments – Worklist vs Workbasket in pega
Introduction In this post we will more in detail about the commonly used two types of assignments in Pega.. Worklist and Workbasket Generally what do you mean by assignments? A piece of work allocated to someone. BPM – Business Process Management. Pega is a BPM tool. Every BPM application involves processing Cases and works. Who
Duplicate search in case management
Introduction In this post we will see in detail about duplicate search in case management. I used the claim cycle as example. Please visit the below links to know more in detail Let’s take the insurance claim example. I have a business requirement like, the same insurance policy cannot have more than one claim.This is
Case management – configuration settings in stages, processes and steps
Introduction This is the continuation of my previous post. Please go through my previous post before proceeding. In this post, we will see more in detail about the configuration settings available in stages, processes and steps What are the configuration settings in each stage? Click on the stage label. On the right side, you see
Case management – Introduction
Introduction In this post, we will see some basics about case management. What is Case? – Case defines work! Every organization have their own business processes. Think of any Insurance company XYZ (no amazon this time ;D), they must have some claim process. Claims – I will talk in terms of home insurance. Insurance policy provides
Configure reports in User portal
Introduction Welcome to my 50th post!! In this post, we will see more in details about how to create reports and personalize from user portal. In earlier versions, normally developers create the reports for the business users. Developer use, report definition rules to create reports and UI rules to display them in the user portal.In
Report Definition – List reports, summary reports, Report viewer, Report editor
Introduction In this post we will see the types of reports and then the capabilities in report viewer and report editor For report definition basics, please visit the below link To know about Class joins, Declare index joins, Associations and Sub reports, please visit the below link What are the types of reports? There are
Report Definition – Class join, Declare Index join, Associations and Sub reports
IntroductionIn the previous post, we saw a simple example to fetch the data from a single table. For more details, please visit the below link However there may be situations, where we need data from more than one table.Can Report definition support this? Yes it is 🙂 In SQL, you might have come across the
Report Definition in Pega
Introduction In this post, we will see in detail about report definition rule, how to create a new RD and its usage. I love the term ‘Data’. Every business process requires some data. Think of any organization – bank, finance. They collect the data and use the data for their business processes.Every BPM application requires