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
Buttons do not support links. But you can use a card layout with a link to navigate anywhere.
But, from a UX perspective, opening a dialog just to navigate away makes not much sense and is counter intuitive compared to how related action dialogs are used in Appian.
So, I do not recommend that, but you now know how to achieve it.