How to Create UI and Making it Part of Process {Work Flow} in PEGA?
- January 27, 2021
- Posted by: AtoZ Trainings
- Category: PEGA Technology

To create a form and add into transaction processing, follow below steps.
- Identify and create all the required property.
- Create a Section and Drag and drop all the above properties into layout of section.
- Create a flow action and include above created section into flow action.
- Create a flow, call the above flow action into flow using assignment shape outward connector.
- Apply the feature of “Create Work Object” to above flow, save and Run.
Requirement:- Create a form to capture customer basic details.
Implementation:-
This screen is going to generic for different business type. The related rules we create under Organization class.
- Creating properties.
Properties can be created under Data Model Category.
FirstName
Right click on Any class->Create-> Data Model->Property



In the Context choose “All Staete Insurance FW”

Now, choose Apply to Class “Org Class”.

In the rule set dropdown choose “Org Name”


Click on Create and Open button.

Accept the defaults and Click on Save.
Now this property is created and we can see this under Org Class.

DONE.
Similarly create all other properties.


Save. Done.
Age


Change property type to Integer


Save. Done.
Gender


Change the control to radio buttons.


Change the table type to local list.


Save. Done.
- Creating section
Section can be created under user interface category.
- Creating flow action
Flow action can be created under process category.
- Creating Flow.
Flow can be created under process category.
Author:Yoktha
Leave a Reply Cancel reply
You must be logged in to post a comment.