Workflows Context menu link disappears after changing to XSLT Data View
-
Monday, June 08, 2009 11:35 AMHi All,
I am trying to create an XSLT data view but I cannot seem to find the "Name (Link to document with edit item)" is missing from the field list.
The Name field that is available is missing the Workflow option from tyhe context menu - so it's incomplete. What do I need to do to get the complete list of options depending on the users rights to the list? Please help... this is my first SharePoint project so I am a bit of a novice!
Thanks
Srini
All Replies
-
Thursday, April 19, 2012 9:14 AM
Not only Workflows. Manage Permissions, Edit Document and some more options will be missing when we convert to XSLT dataview.
The only workaround so far I know is:
Add a New column to the dataview, say the title for the column "Workflows" , and we can use this code in XSL:
<TD> <a href="http://SharePoint.com/_layouts/Workflow.aspx?ID={@ID}&List={@GUID}&Source=http://sharepoint.com/<List-DocumentLib-URL>/Your-View-URL.aspx">Workflows</a> </TD>More info: http://salaudeen.blogspot.com/2012/03/workflows-manage-permissions-options.html
Regards,
Sal
- Edited by Salaudeen Rajack Thursday, April 19, 2012 9:33 AM
- Proposed As Answer by Salaudeen Rajack Friday, April 20, 2012 5:55 AM
- Unproposed As Answer by Hemendra AgrawalMicrosoft Community Contributor, Moderator Sunday, March 17, 2013 12:47 PM

