简体   繁体   English

CRM 2011子网格-自定义表单

[英]CRM 2011 subgrid - custom form

Could you please help me with my issue. 您能帮我解决我的问题吗?

I have custom entity (for example custom_X ). 我有自定义实体(例如custom_X )。 In Invoice(CRM) I created subgrid - this is view for custom_X . 在Invoice(CRM)中,我创建了子网格-这是custom_X的视图。

In custom_X I have field type . custom_X中,我具有字段类型

So my question: How can I open default form for type 1 and custom form for type 2 ? 所以我的问题是:如何打开类型1的默认表单和类型2的自定义表单? (This is one entity. So it is posssible?) (这是一个实体。这可能吗?)

在此处输入图片说明

The easiest way to do this would be to make a custom grid using a 3rd party control set (ie KendoUI or ExtJS). 最简单的方法是使用第三方控件集(即KendoUI或ExtJS)创建自定义网格。 If you want to use OOB functionality, I supposed you can have a form load event on the main custom entity form which will redirect to the form you want based on type. 如果您想使用OOB功能,我想您可以在主自定义实体表单上发生表单加载事件,该事件将根据类型重定向到您想要的表单。

Hope that helps. 希望能有所帮助。

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

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