简体   繁体   English

在 Dynamics 365 中修改统一客户端界面的命令栏

[英]Modifying the Command Bar for the Unified Client Interface in Dynamics 365

In the new Unified Client Interface for Dynamics 365 I am trying to hide some buttons.在 Dynamics 365 的新统一客户端界面中,我试图隐藏一些按钮。 Specifically the "Show Chart" and "Appointment" buttons.特别是“显示图表”和“约会”按钮。 I am using the Ribbon Workbench 2016. So far I've searched but I don't see any other tool for modifying the command bar.我正在使用 Ribbon Workbench 2016。到目前为止,我已经进行了搜索,但没有看到任何其他用于修改命令栏的工具。

I create a solution with my entity with metadata only.我使用我的实体创建了一个仅包含元数据的解决方案。 I then open the solution in Ribbon Workbench 2016. I cannot find these buttons.然后我在 Ribbon Workbench 2016 中打开解决方案。我找不到这些按钮。 I've tried using the tabs "Command Bar", "Ribbon", and "Tablet" and cannot see these buttons.我试过使用选项卡“命令栏”、“功能区”和“平板电脑”,但看不到这些按钮。

My question: How can I modify the command bar for the Unified Client Interface?我的问题:如何修改统一客户端界面的命令栏?

统一客户端界面中的命令栏

Which entity have you added in your solution?您在解决方案中添加了哪个实体?

To hide the button shows you need Activity entity.要隐藏按钮显示您需要活动实体。 Once you have activity entity in ribbon workbench you need to select home grid and there you find the buttons.在功能区工作台中有活动实体后,您需要选择主网格,然后在那里找到按钮。 Also last time I played it activity entity, it was bit tricky as Microsoft does not easily allow to customize activity entity Wrt ribbon.也是上次我玩活动实体时,它有点棘手,因为微软不允许自定义活动实体 Wrt 功能区。

There are two types:有两种类型:

Application Ribbon - common for entities like Home grid (buttons like Edit, Deactivate, etc), Entity form (buttons like Save, New, etc), Dashboard to include superset of basic buttons across the entire application. Application Ribbon - 常见于主页网格(编辑、停用等按钮)、实体表单(保存、新建等按钮)、仪表板实体,以包含整个应用程序中基本按钮的超集。

Entity Ribbon - specific to corresponding entity based functionalities and only for that entity only without disturbing other entities. Entity Ribbon - 特定于相应的基于实体的功能,并且仅适用于该实体,而不会干扰其他实体。

Now Microsoft introduced some built-in un-customizable Ribbon buttons like Show Chart which is invisible in both ribbons.现在微软引入了一些内置的不可定制的功能区按钮,比如在两个功能区中都看不到的Show Chart Unfortunately we have to ignore them for now, as there is only unsupported approach available, which is not recommended.不幸的是,我们现在必须忽略它们,因为只有不受支持的方法可用,这是不推荐的。

MS support team in this community thread says: 此社区线程中的MS 支持团队说:

Actually, the "Show Chart" button and "Run report" button are both built-in buttons within a Model-Driven form or D365 CRM form, which could not be hidden or deleted.实际上,“显示图表”按钮和“运行报表”按钮都是模型驱动表单或 D365 CRM 表单中的内置按钮,无法隐藏或删除。

In addition, currently, there is no way to hidden or delete the "Show Chart" button and "Run report" button (built-in buttons) from a Model-Driven form within PowerApps.此外,目前无法从 PowerApps 中的模型驱动表单中隐藏或删除“显示图表”按钮和“运行报告”按钮(内置按钮)。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 全名控件在 Dynamics 365 Unified 界面中不起作用 - Fullname control is not working in Dynamics 365 Unified interface 按日期划分的Dynamics 365统一界面过滤视图 - Dynamics 365 unified interface filtering views by date Microsoft Dynamics 365 统一接口 - JavaScript - Microsoft Dynamics 365 Unified Interface - JavaScript Dynamics 365 - 统一客户端界面与旧版 Web 界面中的字段对齐方式不同 - Dynamics 365 - Fields Align in Section Differently in Unified Client Interface vs. Legacy Web Interface Unified Client Interface中的Dynamics 365(9.0)-如何在“新建”按钮和可编辑表单上方启用网格? - Dynamics 365(9.0) in Unified Client Interface - How to enable Grid above New button and editable Form? Dynamics 365 CRM 统一界面中搜索结果的不同视图 - Different Views for Search Results in Dynamics 365 CRM Unified Interface 在 Dynamics 365 CRM 统一界面中重新加载/刷新子网格时重新加载表单 - Reload Form on reload/refresh of subgrid in Dynamics 365 CRM Unified Interface 无法使用 C# 中的“Microsoft.CrmSdk.XrmTooling.CoreAssembly”连接 Dynamics 365 统一接口 - Not able to connect Dynamics 365 Unified Interface by using "Microsoft.CrmSdk.XrmTooling.CoreAssembly" in C# 在带有统一接口的Dynamics 365中,我可以创建一个托管的解决方案来自定义Sales Hub应用程序吗? - In Dynamics 365 with Unified Interface, could I create a manged solution to customize the Sales Hub App? Dynamics 365 CE 统一接口 - 部分中的 2 列布局仅显示一列 - Dynamics 365 CE Unified Interface - 2 column layout in section showing one column only
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM