Hi All,
I'm on Dynamics 365 online and applying an Enable rule using Ribbon workbench to disable a button on Account Form level, based on value in the telephone number field.
Its a simple value rule, where I'm inverting the result(InvertResult = True) when the value is not the one which I need.
But the button is being HIDDEN and not DISABLED on the form if the InvertResult = True , so in that sense the Enable rule is working like a Display rule. But my requirement is to have the button disabled(not clickable).
Can you guys help me understand what I may be doing wrong here ?
Thanks