0

Is the following solution applicable on WSS 3.0 with SharePoint Designer 2007?

Change Title (linked to item with edit menu) to different column

When I open the AllItems.aspx I find the ViewFields section looking like this:

<ViewFields>
<FieldRef Name="Attachments"/>
<FieldRef Name="_x0395__x039a__x03a4__x0395__x03"/>
<FieldRef Name="_x0391__x03a1__x002e__x0020__x03"/>
<FieldRef Name="_x0395__x03a4__x039f__x03a3_"/>
</ViewFields>

So I tried to change it to:

<ViewFields>
<FieldRef Name="Attachments"/>
<FieldRef Name="_x0395__x039a__x03a4__x0395__x03" LinkToItem="TRUE"/>
<FieldRef Name="_x0391__x03a1__x002e__x0020__x03"/>
<FieldRef Name="_x0395__x03a4__x039f__x03a3_"/>
</ViewFields>

Unfortunately after I save the page and preview nothing seems to change..

lephleg
  • 189
  • 1
  • 3
  • 11

0 Answers0