Hi,
I want to hide Go Live button in marketing email form load based on the custom script.
1. In ribbon workbench, right click the Go Live button, click Customize command.
2. Created Enable rule, specified custom script will return false or true.
3. Add the enable rule to the 'msdyncrm.msdyncrm_marketingemail.GoLive.Command'.
4.The command is already mentioned in the Go Live button -> command property.
This functionality is working perfectly. But the problem is, while loading the form, an empty alert popup is displaying with OK button. I could not trace how this popup is displaying.
If I remove the enable rule, then the popup is not displaying...
Kindly help me to sort out this.