在线生成SharePoint中的报表 [英] Generate Report in SharePoint online

查看:62
本文介绍了在线生成SharePoint中的报表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个要求,当项目被添加到列表中时,根据添加的项目,它应该创建一个报告并通过电子邮件发送给用户。


这是必须在SharePoint上在线完成。 


如果有任何方法可以告诉我。 



谢谢。




Hepsi

解决方案


您可以创建SharePoint提供程序托管的添加-in所以你可以为列表注册远程事件接收器,当项目被创建时,将触发远程ER
,这样你就可以用c#创建报告/发送电子邮件。


这里是关于为远程创建远程ER的一个链接网页列表供您参考。


https://social.msdn.microsoft.com/Forums/office/en-US/b9345757-f11f-46a7-b20f-2dfab7c16f0f/create- remote-event-receiver-for-list-on-host-web-itemadded-itemupdated?forum = appsforsharepoint


通过c#发送电子邮件,您可以查看以下链接。


https:// forums.asp.net/t/1812135.aspx?How+to+send+a+mail+with+attachment+in+c +


最好的问候,



I have a requirement wherein when the item gets added in a list, based on the item added, it should create a report and email it to the user.

THis has to be done in SharePoint online. 

Please let me know if there is any way to achieve this. 

Thanks.


Hepsi

解决方案

Hi,

You could create SharePoint provider-hosted add-in so you could register remote event receiver for a list, when an item got created, the remote ER will be triggered so you could create report/send email by c#.

Here is one link about create remote ER for host web list for your reference.

https://social.msdn.microsoft.com/Forums/office/en-US/b9345757-f11f-46a7-b20f-2dfab7c16f0f/create-remote-event-receiver-for-list-on-host-web-itemadded-itemupdated?forum=appsforsharepoint

Send email by c#, you could check below link.

https://forums.asp.net/t/1812135.aspx?How+to+send+a+mail+with+attachment+in+c+

Best Regards,

Lee


这篇关于在线生成SharePoint中的报表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆