Hi all
I have 2 model driven apps and a custom button.
My requirement is to set the label of the button dynamically when I open any of the two apps.
Suppose I have App1 and App2. So if I open App1, then button's label should be Button1. And if I open app2, then button's label should be Button2.
Thank you