Hi,
My application having Master child table on Ui where Master table is on one page and Child table on another page, also the link is defined to navigate to child table from
the main page. On child table, user clicks on the icon which is present on each row of the table and click on this icon change the table Row's attribute values (like change
Status to 'Inactive' and Set Flag to 'Y'), once i click on Cancel button it redirect to the main page.
when i came back to same child record, its still having same changes like Status is 'Inactive' and Flag is 'Y'.. i want this to be refreshed or clear the chache when
came back to rhis records once its Canceled. it should show actual records from DB not the one which modified and canceled.
i have already tried clearCache() on child table's iterator but it didnot work.
please suggest something.
Jdev version : 12.1.3
Thanks