Hello All,
I am calling the interface through summary view of record type and create a button in related action. I am having a button in interface as well and when this button is clicked on it should display the related action button. But in my case related action displays after refreshing the page.
Any suggestions would be helpful.
Discussion posts and replies are publicly visible
In Related Action -> Visibility use a Boolean constant, keep its default value as false. Update the constant's value to true when you click the button on the form. To update constant's value you can use smart service. Once you are done with the Related Action you need to update the constant back to false.