Is there any way to edit the list view with embedded pages in inline. Fo example, i have a dropdown control in the embedded pages that need to be edited. Clipboard struture is pyworkpage–> student–>(courses enrollment which is in embedded table and the courses are course value is choosen from dropdown source). I know that i need to click on edit action for a record where i can see the pop. But am asking to edit inline.
Yes, it is possible. We implemented a similar use case for a case type to display the transactions, and users can then select the required transactions with a checkbox & proceed with the case.
Attaching a screenshot of the configuration for your reference.
But my ask is the list view.. lets say i have the list view which is sourced from datapage and if i want to edit that particular record i have to click on edit from the three and update the record. My clipboard has nested pages where i wanted to edit the nested record
Forgive me if I missed something, but can you even do a list view on embedded data? And why are you focused on list views in particular?
To display embedded data within a case in a table and edit inline, I would just add the data object to my view, rather than a list view, and then select the table rows option.
Data Reference Property doesn’t offer Inline Editing for Tables. Embedded Data property offers inline Editing. Data Reference offers ONLY Modal dialog to perform Add/Edit records.