Posts

Showing posts from December, 2015

Link Field for the Workflow Task List in SharePoint 2010

I noticed that the display name for the "Link" field for WorkflowTask content type has changed to "Related Content" with static name "WorkflowLink." The Link field normally contains the Url to the List and the title/name of the item that the workflow task is referring to in a comma delimited format. I was using the Link field to get the associated item information.  Excerpt from C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\ctypes\ctypeswss.xml: <ContentType Version="0" Group="_Hidden" Name="$Resources:WorkflowTask" ID="0x010801" Description="$Resources:WorkflowTaskCTDesc" Hidden="TRUE"> <FieldRefs> <FieldRef Name="Link" ID="{58ddda52-c2a3-4650-9178-3bbc1f6e36da}"/> <FieldRef Name="OffsiteParticipant" ID="{16b6952f-3ce6-45e0-8f4e-42dac6e12441}"/> <FieldRef Name="Offs