问题标签 [dynamics-crm-uci]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
612 浏览

dynamics-crm - 在 CRM Dynamics 365 移动应用程序和 Web 中选择不同的默认实体表单?

我们刚刚开始使用移动应用程序使我们的 CRM 365 OnPrem 环境运行良好,但是我们在 Web 上显示的表单在 365 移动应用程序上的布局并不好。我希望有一些方法可以根据用户进入的方式为移动应用程序和 Web 选择不同的默认表单,但我还没有找到这样做的方法。

因为这两种不同的环境不会以相同的方式布局,所以我想为移动应用程序构建一个表单,为 Web 构建一个表单,以便我可以相应地安排字段。只是没有合乎逻辑的方式在两者上使用相同的布局。

感谢您的任何建议。

0 投票
1 回答
1818 浏览

dynamics-crm - 无法从 UCI 的子网格中隐藏查看所有记录按钮

我无法从 UCI 隐藏“查看所有记录”按钮,该按钮在 Ribbon Workbench 中不可用。请参阅下面的屏幕截图以更好地理解 - 还有其他选择吗?在此处输入图像描述 在此处输入图像描述

目前我正在开发 MS Dynamics CRM 在线版本 9.1。我在互联网上搜索过,但在子网格上找不到与“查看所有记录”按钮相关的内容。我在添加子网格时检查了表单的任何设置,但没有运气。

0 投票
1 回答
201 浏览

dynamics-crm - D365 UCI menu items linking to specific system views

In using the new UCI interface with Dynamics 365, the menu editor allows me to create a menu item on the left that goes to a particular entity (in this case, Contacts).

WIthin Contacts, I have two saved views: "Supplier Contacts" and "Client Contacts".

I'm wanting to create two separate menu items that takes me straight to these particular system views. Is there a way to do this with the UCI App editor or do I need to put in a relative URL to the GUID representing the system view?

0 投票
1 回答
1031 浏览

dynamics-crm - D365 根据 UCI 中的字段值打开不同的表单(例如:联系人类型)

在将新的 UCI 界面与 Dynamics 365 结合使用时。在联系人中,我有两个保存的视图:“供应商联系人”和“客户联系人”。这取决于(您猜对了)供应商或客户的“联系类型”。

每个都有我想要查看表单的独特方式 - 子网格和字段中显示了一些唯一适用于相应联系人类型的关系。 因此,我想根据联系人类型显示两种不同的形式。

这首先可以在没有 Javascript 的情况下实现吗?如果需要 Javascript,我如何确保它加载并闪烁到正确的表单类型,而不会闪烁并且对用户来说太烦人?

0 投票
1 回答
565 浏览

dynamics-crm - Label positioning in D365 UCI is inconsistent

I've noticed that in some screens of a Dynamics 365 (D365) UCI application there are times where the label is found to the left or above the field. Obvious when looking at the Contact entity (above) and any other (to the left).

It is taking up more vertical real estate than I would like, however, cannot find where this is configured. Is there a property on the form or group that I am missing or is this something new in UCI that cannot yet be toggled?

(See example below)

Difference between labels above and to the left of field in UCI D365

0 投票
0 回答
198 浏览

dynamics-crm - Dynamics 365 Unified Interface 可编辑子网格不显示来自任何工作流的已取消步骤的错误消息

我们有一个通过可编辑的子网格调用的工作流。当工作流被取消时,我们会发送一条消息。这在经典界面中完美运行,但在统一界面中却不行。一切正常,除了在取消工作流时网格没有收到任何消息。我们想知道这个问题的解决方案。

0 投票
1 回答
377 浏览

dynamics-crm - Dynamics 365 统一界面按日期过滤视图

我们使用的是法语版 Dynamics 365 V9。在统一界面中,按日期过滤视图不起作用:例如,如果我们将 5 月 2 日(在日期选择器中)的 Leads 过滤为创建日期,则结果是 2 月 5 日创建的所有潜在客户(法国日期格式为 dd/mm/yyyy)。我们如何解决这个问题?我们是否必须为 Microsoft 创建支持票证?

0 投票
2 回答
1008 浏览

javascript - Dynamics CRM 统一表单中 IFRAME 的 setSrc 不起作用

我正在按照 J. Lattimar 的以下演练在 CRM 表单选项卡中添加文档导航。它在经典形式中工作正常,但对于统一形式,这些步骤不起作用,而是抛出异常,如发生的错误。知道如何让它工作吗?

https://jlattimer.blogspot.com/2017/01/show-sharepoint-documents-on-main-form.html

0 投票
0 回答
487 浏览

javascript - Dynamics 365 中电话号码格式的 Javascript

在最新更新之前,我们为 Dynamics 365 的统一接口设置的用于格式化电话号码的 Javascript 工作正常,现在它只在自定义界面中工作,并且已停止在 UI 中工作,有人知道如何解决这个问题吗?

0 投票
1 回答
30 浏览

interface - 如何更改我正在使用 App Designer for the Unified Interface 开发的 App 的唯一名称中的提供程序部分?

作为迁移到统一接口的一部分,我正在尝试为客户端创建一个应用程序。当我尝试从 App Designer 创建应用程序时,我看到唯一名称为“new_xxxx”。我想将“new_”部分更改为“xyz_”。我该如何做到这一点?我想更改突出显示的部分。

更改提供者的名称