由于其托管属性的配置,您无法为此组件完成此操作

You can not complete this action for this component because of the configuration of its managed properties

我正在尝试在 Dynamics CRM 中将一个字段设置为可选字段

实体名称为 Case,字段内部名称为 customerid

当我尝试将其从强制更改为可选时,我收到以下错误消息

You can not complete this action for this component because of the configuration of its managed properties.

这发生在 Dynamics CRM online 中

我很确定你做不到。

它是在平台级别强制执行强制行为的少数字段之一,而大多数强制字段仅在用户界面上强制执行。

如果我没记错的话,尝试通过 API 创建一个没有客户的案例将导致异常。

查看我最近配置的 CRM Online 上 customerid 字段的托管属性,显示我无法更改要求级别 - 我什至没有将其设置为可选的选项。

我想从表单中删除该字段,但无法从 UI

所以我用了XRMToolBox

有一个名为 FormXML Manager 的插件,在 XRMToolBox 中启用它并加载实体。完成后,您可以删除必填字段并发布表单