Building Your First PEGA Application
In this tutorial, you'll create your first PEGA application from scratch using App Studio. We'll build a simple 'Service Request' application that demonstrates the fundamental concepts of case management, process design, and user interface creation. This hands-on approach will give you practical experience with PEGA's low-code development capabilities.
Planning Your Application
Before jumping into development, it's important to plan your application structure and understand what you're building.
Creating Your Application
Let's start by creating a new application in App Studio using the guided application wizard.
Defining Your Case Type
The case type is the heart of your PEGA application. It defines the structure and lifecycle of the work you're managing.
Adding Data Fields
Define the data fields that will store information about each service request case.
Designing the Process Flow
Create the business process that defines how service requests move through the system.
Creating User Interfaces
Design the forms and screens that users will interact with during the case lifecycle.
Testing Your Application
Before deploying your application, it's important to test it thoroughly to ensure it works as expected.
Deploying and Sharing
Once you're satisfied with your application, you can deploy it for others to use.
Test Your Knowledge
Take the interactive quiz to reinforce what you've learned in this lesson.