This article is all about working out a tutorial on service file rules in Pega. It is a mandatory pre-requisite to go through my previous article on Service file configurations before continuing here. I have already explained the business requirements in my previous article. Business Requirement: External system sends us the input file with a […]
Service File Configurations in Pega
It is recommended to visit the previous blog article on Parse delimited rule before proceeding further In the Parse delimited article, we learned how to parse the input data using delimited characters. Here is our own view on file processing in Pega We can say, this is the common architecture for file processing irrespective of […]
Content storage and content source using Azure storage repository
In this blog artcile, we will see how we can store and manage the case attachments and pulse attachments in Azure blob storage container instead of the default Pega data storage. This tutorial was implemented using Pega personal edition 8.5, but the core concepts remain the same in higher versions as well It is recommended […]
Pega File processing Azure storage files
In this article, we will see how Pega file listener can process the file uploaded into Azure storage repository. We already have a dedicated article on file listener processing. In this article, we will concentrate more on accessing the file location part. We know how a file listener works – The listener can easily access […]
File listener Usage and Configurations in Pega
Here comes the missing piece in the file processing series articles. FILE LISTENER As a recap, here are my previous articles related to file processing Service File Parse delimited Till now we have seen, how to parse the data using parse rules and how to process the enter file using service file rules. […]
Generate PDF from Pega – Customize Styles
This is the continuation of the previous blog article on PDF generation. In this blog article, we will see how to customize the CSS styling for the generated PDF. The article was created using Pega 8.3 version! but the core concept remains the same! Use this blog article to learn the concepts and you can […]
Generate PDF from Pega – Using Pega APIs
In this blog article, we will see some basic Pega APIs that aid in generating PDF documents. The article was created using Pega 8.3 version! but the core concept remains the same! Use this blog article to learn the concepts and you can try the entire tutorial in the latest versions as well. What is […]
Excel processing in Pega
In this blog article, we will see how pega can read the Excel data. In the file listener series articles, we saw how you can read a CSV file. In this post, we will not be using listener, instead we will see about stand-alone APIs that can be used to parse the Excel file. The […]