Stump the Panel Topic: Executing a workflow directly from a list view http://www.endusersharepoint.com/STP/ SharePoint QA en Mon, 20 Jul 2009 23:29:54 +0000 eric on "Executing a workflow directly from a list view" http://www.endusersharepoint.com/STP/topic/executing-a-workflow-directly-from-a-list-view#post-8503 Thu, 16 Jul 2009 16:11:34 +0000 eric 8503@http://www.endusersharepoint.com/STP/ <p>It is just a hyperlink in a dataview web part that points directly to the approve/reject screen for that item.</p> <p><code>&lt;a href=&quot;Workflows/ApproveReject/ApproveReject.aspx?ID={@ID}&amp;amp;List={$ListID}&quot; onclick=&quot;javascript:this.href = unescapeProperly(escape(this.href)); GoToLink(this); return false;&quot; target=&quot;_self&quot;&gt;Approve/Reject&lt;/a&gt;</code></p> <p>The above code is taken directly from the dataview web part. </p> JohnM on "Executing a workflow directly from a list view" http://www.endusersharepoint.com/STP/topic/executing-a-workflow-directly-from-a-list-view#post-8479 Wed, 15 Jul 2009 20:15:10 +0000 JohnM 8479@http://www.endusersharepoint.com/STP/ <p>One of the fab 40 templates, absence requests, exposes a link in the request data view that allows you to kick off the Accept/Reject workflow with single click. How do you do that? </p>