Pega For Beginners - How to create your first application in pega in 5 minutes
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 to build from scratch.
You will have three UI options where you can choose to build the application. You can choose an application with a traditional ui, or if you want something more flexible and dynamic, you can create with the them cosmos or React, and the latest update ,Constellation.
We are going to select the traditional UI, then click next. You can name your application and create it
You can define the users for your app and the roles for each user. We are going to skip and click on done.
If we click on applications, it won't show up there. This is because Pega, when you create an application, automatically creates all the assets needed for the application to run. One of these assets is the access groups,
Access groups help us to define roles and permissions for users to interact with the application, since my user doesn't have the access group, im not able to access the application
To add the access group, we have to click on your user in the lower left corner, and then under the user, you will find the application access, and then you can search for the access group for your application and add it to your user.
When you log in again, you will be able to find the application.
.
Comments
Post a Comment