简体   繁体   English

如何在Microsoft Dynamics CRM中更改价目表项目实体的视图?

[英]How to change the views of Price-list Item Entity in Microsoft Dynamics CRM?

I want to change the views of Price-list item entity in Dynamics CRM. 我想更改Dynamics CRM中价目表项目实体的视图。

By default, Dynamics CRM doesn't allow us to change any view of price-list item entity, but still, I want to change those view. 默认情况下,Dynamics CRM不允许我们更改价目表项目实体的任何视图,但是我仍然要更改这些视图。

So, Is there any workaround or a way to change the views. 因此,是否有任何解决方法或更改视图的方法。

在此处输入图片说明

You can edit the XML: download the entity in a solution, and open in a text editor the customizations.xml file. 您可以编辑XML:下载解决方案中的实体,然后在文本编辑器中打开customizations.xml文件。

You'll be able to track down the FetchXML for the view inside the file (it's likely quite a big one) and change it. 您将能够跟踪文件内部视图的FetchXML(可能很大)并进行更改。 As always when dealing with FetchXML, the Advanced Find is your friend to almost-effortlessly achieve valid XML to put there. 与处理FetchXML一样,高级查找是您的朋友,几乎可以轻松地获得有效的XML。

After that, repack the solution and import it, the view vill be overwritten. 之后,重新打包解决方案并导入它,视图视图将被覆盖。

In case you're wondering, this is a supported customization. 如果您想知道,这是受支持的自定义。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM