Discussion
1
Replies
75
Views
Posted: November 7, 2015
Last activity: November 9, 2015
Closed
Pega7: How to save html form to mysql using acitivty in flowaction?
I have configured mysql database with pega, created work class with mapping, generated some activities... so I cant call activity in flow action to save form(form properties mapped to class which is entity map of mysql db table).
I need simple steps : fill form and just persist it. Which is the right way use this scheme?
Now I have mysqlDb-table-PegaClass-Form with mapped properties...
Thanks
I need simple example of CRUD - how to save form in the flow, get by id, edit and delete, example with external db and with only pega. Have we materials wich clearly describe it?