M
Mohammed Siraj
Guest
Iram, we do not have a public client-side API (UI Action driven) to acheive this. Would suggest you use Ajax API, rbf_updateRecord to make the required changes & then refresh the page component, a related list in this case. To refresh page component: var listComp = rb.newui.page.PageContext.getPageComponent(682025); //where 682025 is the cell id of the PageCell that contains this component if(listComp){ listComp.refresh(); } Also, request you to post this requirement in IDEA's section with appropriate use-case.
Continue reading...
Continue reading...