Constellation CRUD actions

Hello everyone,

I had a requirement like I want to edit/delete the records in a table. I am using CRUD actions but there after adding or deleting or editing the submit button is not working.

Could any one please help me with this requirement?

Please find the attachment below as I am getting the result as follows but submit action is not working:

Thanks in Advance

Prasad

@Prasad Reddy Muddam

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.

Here are some other discussion that are relevant here:

Unable to update or add record from a table view in constellation UI | Support Center (pega.com)

How to perform Edit/Delete actions in table in constellation? | Support Center (pega.com)