Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I found the XSL code for my web part, but I don't know where to change from the task url to the task list url: Commented Jul 10, 2017 at 18:18
  • 1
    Again, just pointing you in the right direction. What you have is the .webpart file in your screenshot above. This by default will refer to ItemStyle.xsl file in your Style Library --> XSL Style Sheets in Site Contents. This file is what needs to be edited to get the field that you want. I would advise against editing the file, instead you can create a copy and rename it. The new file needs to be referenced in the .webpart file above. A better step by step example is also available here codeproject.com/Articles/756834/… Commented Jul 10, 2017 at 18:47
  • I'm still unclear on what exact steps I need to take. Do I need to edit the .webpart file at all or just the ItemStyle.xsl? What do I need to add to the ItemStyle.xsl file? Commented Jul 10, 2017 at 20:30