CRM 4 添加选项列表值

发布于 2024-10-06 10:58:51 字数 339 浏览 2 评论 0原文

我想为 CRM4 上的特定选项列表创建可能的值。

我可以看到可能的值位于字符串映射表中。我的问题是关于如何正确添加另一条记录。 objecttypecode (10063) 和 attributename (assessmenttype) 已经存在 - 我只需要向选项列表添加一个新选项。

当然,不想让我们的支持失效,我不能只是将记录添加到表中。

我已经导出了该实体的xml配置,并且可以在picklist属性节点的“options”节点下看到该文件中的picklist值。我已经导入了此自定义项,但显然这并不是需要完成的全部工作 - 我的新值既不在字符串映射表中,也不在表单上可见。还需要做什么?

I would like to create a possible value for a specific picklist on CRM4.

I can see that the possible values are located in the stringmap table. My question is about how to properly add another record. The objecttypecode (10063) and attributename (assessmenttype) already exist - I simply need to add a new option to the picklist.

Of course, not wanting to void our support, I cannot just add the record to the table.

I have exported the xml configuration of this entity, and I can see the picklist values in this file under the "options" node of the picklist attribute node. I have imported this customization but it clearly is not all that needs to be done - my new values are neither in the stringmap table or visible on the form. what else needs to be done?

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

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

发布评论

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

评论(1

白日梦 2024-10-13 10:58:51

您需要使用元数据 Web 服务来进行这些更新。查看 http://technet.microsoft.com/en-us/library/dd904037 .aspx 了解如何创建选项列表的演练。您还需要查看 UpdateAttributeRequest 类

You need to use the metadata web service to make these updates. Check out http://technet.microsoft.com/en-us/library/dd904037.aspx for a walkthrough of how to create picklists. You'll also want to look at the UpdateAttributeRequest class.

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