Savable Data Pages Question
Hi,
I am new to Pega, so I might need a little extra guidance and information on a basic level than most.
I am currently using a List type Data Page to pull information from a record definition and display it on a section in a flow action. The Record Definition pulls data from the class it resides in and another class using Class Joins. The Report Definition and the Savable List Data Page are in the same class.
My goal is to make edits to the table, and then on submit of the flow action, the database gets updated with the modified values, however, when submitted the flow action, the database does not get updated.
I have little to zero experience using Activities, but since it is a List structure Data Page, I created an Activity under Data save options with only one step, a method called Save-DataPage with the name of the Data Page and WriteNow option checked under Parameters.
I'm not sure what else to do, or why the method does not seem to save to the data base or if I'm using it correctly (there is no support guide for this method)
How should I configure the Data Page to submit modified changes of table and save it to the database mapped to both classes? If that is not possible, Database mapped to a single class?
Thanks