how to hide a pre-filter window in CRM 2011?

这一生的挚爱 提交于 2019-12-11 02:13:25

问题


I'm looking for a way how to hide a pre-filter in CRM 2011.

I created a sipmle report by using business intelligent studio. Eventially, the reports shows a table with data (SQL query like select column1, column2....from table)

when I open it in CRM I get a window where I have to built filter.

Is there any way avoid such window?

I found that I cand set a query in filter by default but anyway It doesn't help except this screen

thanks in advance


回答1:


To remove the pre-filter page, you have to remove the corresponding Report Parameter in the RDL report, which is named as CRMFilteredEntityName, e.g. CRM_FilteredAccount.



来源:https://stackoverflow.com/questions/16231532/how-to-hide-a-pre-filter-window-in-crm-2011

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