简体   繁体   English

在CRM报告中将Web服务用作数据源

[英]Use web service As Datasource in CRM reporting

I working with Reporting Service (SSRS) on CRM 2011 then 然后,我在CRM 2011上使用Reporting Service(SSRS)

I want to use Web Service as DataSource. 我想使用Web服务作为数据源。 I make simple web service that query data from CRM Database (not Filtered) 我制作了简单的Web服务,用于从CRM数据库中查询数据(未过滤)

then I call it's from report preview on VS2012 It's work fine but When I deploy my Report in CRM my report not working 然后我称它为VS2012上的报表预览,可以正常工作,但是当我在CRM中部署报表时,报表无法正常工作

when I use Filtered Entity in my web service with user sa when I test It's return 0 rows and also not working on CRM 当我在Web服务中与用户sa在测试中使用“过滤的实体”时,它返回0行并且在CRM上也不起作用

Anyone can tell me Can I use Web service as DataSource for run report on CRM ? 任何人都可以告诉我,我可以将Web服务用作DataSource来在CRM上运行报告吗?

Thank you. 谢谢。

You can't use WebService as a datasource for CRM 2011. You have 2 ways - use SQL DataSource or FetchXml DataSource. 您不能将WebService用作CRM 2011的数据源。您有两种方法-使用SQL DataSource或FetchXml DataSource。 You can read additional information here - https://msdn.microsoft.com/en-us/library/gg328097.aspx - same approaches would work for CRM 2011/2013/2015. 您可以在此处阅读其他信息-https: //msdn.microsoft.com/zh-cn/library/gg328097.aspx-同样的方法适用于CRM 2011/2013/2015。

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

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