Hi All,
I have a site which has home page. On Home Page we have a grid populated from Record List, when a user clicks on a record link it takes user to record summary. On record summary, we have record action which opens in the Dialog box. The requirement is that when user clicks on a button on this dialog box, he should be taken back to the Home page in the same window. Is this possible? any workaround or suggestions?
Discussion posts and replies are publicly visible
The related action dialog is, generally, only able to return the user back to the Record listing from which they initiated the related action. My own approach here would be to cause the Record links to open in a new tab (leaving the user's Site Home tab open in the original tab), which they could then simply close out when they're done with the related action on the newly-opened tab.