We are trying to modernize an application from Theme Cosmos to Pega Constellation. On a landing page Table component sourced by a Work class list data page, we need users to be able to modify a case field (like a case’s Priority property) directly from the row grid layout without opening the case full screen.
We enabled “Allow editing records” on the view. The three-dot icon shows up on the rows, but it displays “no actions available”.
To give it a view to open, we tried with the Data Designer of our Work case class and created an Action on actions tab with a basic field layout. However, the three-dot row menu still just displays “No actions available.”
Does Constellation completely block row-level modal editing pyEdit forms when a table is sourced by a Work class?
If this approach is restricted, what is the OOTB alternative to let users update case data directly from a landing page list view?