Hi,
We developed a table and form in the same UI based on the following suggestion.
1059826
1. Created one view object based on the employees table.
2. dragged the view object to the UI as table.
3. dragged the view object as form.
4. set partial triggers on the form's container (panelformlayout) as tableId.
Tested the application with the edit options and everything is working fine. But the problem comes when we delete the record from table. it is not refreshing the form based on the newly selected row after deleting the record. If we commit the data the form contents are updated to the selected row (which is not desired).
Can you please suggest how to fix the issue, refreshing the form with the selected row after deleting the records.
Thanks and Regards,
S R Prasad