crm 2011 how to hide/show the ribbon button with javascript

徘徊边缘 提交于 2019-11-29 07:56:03

You cant really do it (thanks Microsoft)..you can use the enable rules which have the custom rule option where you can use javascript function:

http://msdn.microsoft.com/en-us/library/gg328073.aspx

But in displsy rule you dont have the customrule option:

http://msdn.microsoft.com/en-us/library/gg334209.aspx

So there is an example how to use javascript in enable/disable rule:

http://howto-mscrm.com/2011/04/how-to-series-6-how-to-use-customrule.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!