Is there a setting to automatically store Case data in embedded pages in the Data tables that were created for the case data class
We have Citizen developers making apps in App studio where they build out the data model by making new data types. They then leverage those Data objects in the case during the course of the workflow. By default when data is entered in those data fields in the data objects of the case, it is only saved in the Blob.
Is there a global setting or approach to automatically have the commit/save on a case store the fields of an embedded clipboard page that has a corresponding Data table in the exposed columns of the tables created for the Data type? They wish to do pega reports off of the data tables.
Right now they are inserting activities to save the data type properties into the Data type tables and don't want to have to do that on every step.