How to send the Assignment Email with a link to the task in it SharePoint 2013 Visual Studio Workflow

一曲冷凌霜 提交于 2019-12-11 04:48:43

问题


I have developed a Visual Studio 2012 workflow for SharePoint 2013.

I am trying to find a way to simply send a link to the actual Task in the Assignment email. I have created a variable and set the "TaskItemId" in the output sections of the properties to that variable.

I then reference my variable in the body of the AssignmentEmailBody property. When the email gets sent the TaskID is null. In sharepoint designer there is a "Start Task Initation Process". I am guessing it creates the task first, returns the ID and then moves on to everything else.

Does anyone have ideas on how to solve this?


回答1:


simple way!

< a href='%TaskSpecial: TaskUrl%'>%Task: Title% < /a>



来源:https://stackoverflow.com/questions/18391795/how-to-send-the-assignment-email-with-a-link-to-the-task-in-it-sharepoint-2013-v

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