简体   繁体   English

Sharepoint工作流程任务列表标题URL

[英]Sharepoint Workflow Task List Title URL

I am fairly new to SharePoint 2010 Development. 我是SharePoint 2010开发的新手。 I have created a Task Tray Web Part to list all the tasks (from Workflow Tasks List) awaiting action by the currently logged in user. 我创建了一个任务托盘Web部件,以列出所有任务(从工作流任务列表中),这些任务正在等待当前登录用户执行的操作。 It is required that when the user clicks on a task on the web part, the associated Infopath form opens for action. 要求当用户单击Web部件上的任务时,打开关联的Infopath表单以执行操作。 I cannot retrieve the URL behind the "Title" Column of the Workflow Task List. 我无法检索工作流任务列表的“标题”列后面的URL。 Can you show me how to retrieve the URL behind the Title Column of a Workflow Task List in code? 您能告诉我如何在代码中检索工作流任务列表的“标题”列后面的URL吗? C#,VB.Net or JavaScript? C#,VB.Net还是JavaScript? Is there another way of achieving this? 还有另一种方法可以实现这一目标吗? Thank you. 谢谢。

I kind of took my second advice/comment. 我有点第二条建议/意见。 I wrote a function that generates the required URL. 我写了一个生成所需URL的函数。 Using this, I can now call any workflow list item. 现在,我可以使用它调用任何工作流程列表项。 If I ever find a way to solve the original challenge, I'll be sure to post it here. 如果我找到解决原始挑战的方法,请确保在此处发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM