Unable to update or add record from a table view in constellation UI

I have added list view and added create and edit view forms for the table. When editing the record of the table, im getting “internal error occured while fetching results from data view” .

Any suggestions?

@Vishal Venkatesh

Where is your data sourced from? Is it a Pega data object that you are trying to edit?

There is some general guidance on this functionality here: Enabling CRUD operations for list-based landing pages (pega.com)

A couple of things you can check:

  • Does the data type have default data sources setup to assign data pages for record lookup, list, and save? You can check this in the Settings / Default data sources tab of the data type in App Studio.
  • Is the Savable data page configured with appropriate save plan? For a Pega Data type you should have a Database Save and Database Delete as shown in the below linked documentation.

Configuring CRUD endpoints on a Pega system of record

Configuring CRUD endpoints on an external system of record (pega.com)