CRM 4 添加选项列表值
我想为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用元数据 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.