Posts

Showing posts from February, 2022

Pega For Beginners - How to create your first application in pega in 5 minutes

Image
 Hi there, you will learn today how to create a new application in Pega. But first of all, what is Pega:  Pega is a low-code software platform that helps organizations build applications to automate business processes, manage workflows, and make smart decisions using AI and rules. It’s widely used in industries such as banking, insurance, healthcare, and government to enhance efficiency and improve the customer experience. Saying that, to create the application, you can do it from Dev Studio following these steps: Log in to your Pega environment and click on Application and then New Application. It will appear showing the option to build from scratch or find an application type that Pega has already OOTB. If we click on search all types, it will show all the applications already created in Pega or the OOTB application that has all the assets predefined. Since im working with the personal edition, it doesn't show all the preloaded applications, so we are going with the option t...

How to save a Page List into data type, Pega Tutorials

Image
 Hi All, recently I had some troubles saving a list into a data type, that is something that I have never done before and there is so little information about it in the pega community sites, so let's get this done  to start you have to create a data type and have records on in, if you don't know how to do that, you can watch this video explaining step by step how to create a data type  https://youtu.be/rYex_UsTtMg  . The next thing that you will need is a page list property, when you are creating the page list property in page definition you have to add the class of the data type.  Once we create the page list the easy way to add records to it is through a table so on your section you can configure a table to configure a table select property on general than in order to add data, on table settings click on Operations and in row editing select inline and then click the row to edit and submit   save the section and test by adding some data to it, you wil...