停用文件按钮“jewel”中的项目在 2011 年客户关系管理中

发布于 2025-01-03 08:36:01 字数 93 浏览 0 评论 0原文

是否可以隐藏或停用文件按钮中也称为宝石按钮的菜单项?我可以使用 JavaScript 完全隐藏文件按钮,但我只想隐藏或禁用弹出菜单中的某些菜单项。

先感谢您

is it possible to hide or deactivate a menu item in the file button called also jewel button? I´m able to hide completely the file button with javascript, but I want to hide or disable only some menu items in the flyout menu.

Thank you in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沙与沫 2025-01-10 08:36:01

您将在应用程序功能区中找到这些 Jewel 按钮。您可以选择通过一些隐藏 HideCustomActions 在您的customizations.xml 中隐藏这些按钮。您将找到的一些 Jewel 按钮的名称如下:

 - Mscrm.Jewel.NewMenu.NewActivity
 - Mscrm.Jewel.NewMenu.NewRecord;

例如,在您的customizations.xml 中的约会ribbondiffxml 部分中,您可以有一个HideCustomAction,如下所示:

<HideCustomAction HideActionId="CustomHideAction.JewelMenu.NewActivity" Location="Mscrm.Jewel.NewMenu.NewActivity" />

You will find these Jewel buttons within the application ribbon. You can choose to hide these buttons in your customizations.xml via some hide HideCustomActions. The names of some of the Jewel buttons you will find are:

 - Mscrm.Jewel.NewMenu.NewActivity
 - Mscrm.Jewel.NewMenu.NewRecord;

For example, within your appointment ribbondiffxml section within your customizations.xml, you could have a HideCustomAction like:

<HideCustomAction HideActionId="CustomHideAction.JewelMenu.NewActivity" Location="Mscrm.Jewel.NewMenu.NewActivity" />
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文