For Saving Application Specific Data , Do we need to create Data Tables for Every class ?
Hi , I am new to pega so please excuse and guide me through this task .
I have got a Case With three stages , in the first stage i am collecting Customer Information attached in the picture , I am trying to save this Customer Info in DataBase
Step 1 :
From Records , SysAdmin created the below class
XXXX-Exchange-Data-Customer
Step 2 :
Under the Above Customer class , created the follwoing properties as needed .
Age , City , FirstName , LastName , State , City , Street , Zip
Step 3 :
Under My case XXXX-Exchange-Work-Auto , created a Single Page Property mapping to above class (XXXX-Exchange-Data-Customer)
Step 4 :
The defination of XXXX-Exchange-Data-Customer is
Concrete , does not belong to class Group , and when clicked on Test Connection to DataBase , this is mapped to
to table fsshuffle.pr_other in database PegaDATA.
My Question is , Do i need to create the Data Table (Data Type ) with the above Customer Information ?? and whether should i write a Activicty to do this ?
is my approach correct ??
When i ran the Case the Customer Page is getting displayed and when clicked on Submit Button , its not saving the Customer
***Edited by Moderator Marissa to update categories***