Saturday, 30 June 2018

Create a new application in Pega

Normally in programming languages it takes a lot of time to create a new applications from scratch but in pega we have a wizard to create a new application. So in few clicks we can create a brand new pega application skeleton.
Steps:-
After logging in open the new application wizard in web based pega IDE. Click PegaRULES icon from top toolbar and select "New Application".







There are the following details you have to provide as part of this wizard:-

Basic Information:- Application Name, Description, Org etc.

Business Objectives:- what this application will be used for..

Define Cases:- Here you can provide multiple cases

Define Data:- Provide the data information which will be used to interact with the application

Here you can select  either Implementation only or Framework only or both based on your requirement.
Implementation Only:- Application will created on the top of PegaRULES or the Framework you select.

Framework Only:- It will a create a framework application which can be used to build other application on the top of it.






 
And after providing all the details for each screen you can submit and an application will be created.


No comments:

Post a Comment