Microsoft Dynamics online: change field's data type

一曲冷凌霜 提交于 2019-12-11 13:09:13

问题


What are the steps for changing Field's (not custom) data type? I go to Customizations -> Customize the System -> Entities -> Activity -> Fields -> Subject. I need to change Type from "Single Line of Text" to "Option set". How do I do that? I have Visual Studio 2012 and Microsoft Dynamics CRM SDK but I'm not experienced at it.

EDIT: Do I need to retrieve FormXml from SystemForm entity?


回答1:


You can't change the type of the field after its creation (you can only change the properties, for example the minimum and maximum value for numeric types or the optionset entries).

If is a custom field you can delete and add again with the right type, if is a standard field the suggested way is to hide it from forms and views and create a new custom field instead.



来源:https://stackoverflow.com/questions/18871243/microsoft-dynamics-online-change-fields-data-type

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!