简体   繁体   English

SSRS报告上的CRM(2015/3/6)插件

[英]CRM (2015/3/6) Plugins on SSRS Reports

We have a situation where we need to modify the data being returned by CRM. 在这种情况下,我们需要修改CRM返回的数据。 This was implemented within the application using plug-ins so every aspect of user interaction was managed. 这是在应用程序中使用插件实现的,因此可以管理用户交互的各个方面。

However, in SSRS reports, these plug-ins are not being called. 但是,在SSRS报告中,未调用这些插件。 We have investigated a number of other messages (such as execute), but haven't really come up with a viable solution as of yet. 我们已经研究了许多其他消息(例如execute),但是到目前为止,还没有真正提出可行的解决方案。 A post here which suggested the use of javascript code is not viable since we have a large number of reports. 由于我们有大量报告,因此在此处建议使用javascript代码的帖子不可行。

If there is anyone who has insight on this please let me know. 如果有人对此有见识,请告诉我。 TIA. TIA。

You are not the only person who scratched head trying to figure out why it happens and after investigating their reporting extension I discovered that data is fetched directly from SQL without usage of endpoint (so plugins are not triggered). 您不是唯一想弄清楚为什么会发生这种情况的人,在调查了他们的报告扩展名之后,我发现数据是直接从SQL获取的,而没有使用终结点(因此不会触发插件)。 FetchXml internally transformed to SQL. FetchXml在内部转换为SQL。

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

相关问题 为什么SSRS报告(Microsoft Dynamics CRM 2015)需要特定用户花费更长的时间 - Why SSRS reports (Microsoft Dynamics CRM 2015) takes longer for particular users SSRS报告和CRM市场营销列表 - SSRS reports and CRM marketing list 将开发CRM中的SSRS报告导入生产 - Import SSRS Reports from Development CRM into Production 如何在仪表板MS Dynamic CRM 2015中显示报告 - How to display reports in dashboard ms dynamic crm 2015 CRM 2015将SSRS报表添加到没有面板,工具栏和滚动条的仪表板 - CRM 2015 Add SSRS report to dashboard without panels, toolbars, scrollbar 使用LINQ创建自定义SSRS报表到CRM Dynamics 365 Online - Create Custom SSRS Reports Utilizing LINQ to CRM Dynamics 365 Online 使用SSRS的Dynamics CRM 2011报表的子报表问题 - SubReport Issue with Dynamics CRM 2011 Reports using SSRS 如何将CRM 2011 SSRS报告导出为SQL查询报告,而不是fetchXML报告? - How to export CRM 2011 SSRS reports as SQL query reports, instead of fetchXML reports? 通过外部电子邮件(SSRS、CRM 或其他方式)发送报告的最佳做法 - Best practice to send reports via external email (SSRS, CRM or other means) 我可以使用SQL Server 2008 R2在VS 2015中创建SSRS报告吗? - Can I create SSRS Reports in VS 2015 using SQL Server 2008 R2?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM