Hi Everyone,
I am opening an interface 2 from interface 1 through record summary on click of link in interface 1. I need to have a cross icon in interface 2 upon clicking it, will open the first interface again. Can anyone please help me.
Discussion posts and replies are publicly visible
Generally it's pretty easy (trivially easy, even) to have a link store an alternate state in a local variable, and based on the value of that variable, show a completely different interface. Then of course on that interface you can have links/buttons/icons/whatever-you-like that will revert that local variable back to its default state, showing the original interface again.