Hi,
I have hidden a button in the ribbon using a DisplayRule, but I can't seem to find any way to show this button using javascript? I can't get a reference to the control using formContext.
I want to hide the button by default. In the OnLoad event I want to make a request to a third party to decide if the button should be visible.
Is this possible to do?
/Frode