Is it possible to go to the edit view of an sharepoint 2010 list item directly from email? I have a workflow that sends an email to a user to edit a list item. The link -at this time- takes them to the list. I would like for the link to take them to the edit view of that item. thanks,
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Yes, you'd just need to craft a hyperlink to the edit form in the email body.
Use the SPD interface to add in a workflow variable for the current item ID or task ID in the URL above where the [] are. |
|||
|
|
|
Use Sharepoint Designer: In the body of the form "send an e-mail", find 'edit hyperlink' button in the upper right corner of the message. for field address, click lookup for string or 'fx' in Data Source, select “Workflow Context”. for field from source, select "Current Item URL". Now Save, publish and test. |
|||||
|
|
you just set property in CreatTask
than after you can access listitemid like below
Hops its helps someone.. |
|||
|
|

