How to send the Assignment Email with a link to th

2019-07-28 00:11发布

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条回答
Melony?
2楼-- · 2019-07-28 01:09

simple way!

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

查看更多
登录 后发表回答