Master-detail issues

0
Hi there, I got a master-detail view, but I’m struggling with very basic operations : I added a “new” button, which create a new object (not commited yet) ; how can I refresh the view so the detail displays the new object ? I added a “delete” button in the detail ; how can I refresh the view so the first (or previous, or whatever) object is selected in the master list, and the detail view displays the newly selected object ? Thanks
asked
1 answers
1

Not sure about the setup of your page. and where the new object should end-up.

My first guess would be to create the object in a microflow and tick in the refresh in client option. Might be different depending on your frontend setup

answered