Tagged Questions
0
votes
0answers
37 views
List view group by Lookup field only grouping by string value of Lookup, ignoring ID part
I have custom lookup field of my custom list definition:
<Field Name="MyLink"...Type="Lookup" Mult="FALSE" ShowField="Title"../>
Then I have list view in SharePoint Foundation 2010, created ...
2
votes
2answers
321 views
How to create web-related lookup field to 'pages' list?
I have SharePoint site collection 'http://microsoft.com/' with few child webs ex:
http://microsoft.com/news/
I want to create lookup field to 'Pages' list. On each child web lookup field should ...
3
votes
1answer
291 views
Set a date/lookup in ListInstance elements.xml
I have two lists. The first one has customers and the second one has Orders. Now i want to add some (test) data in the elements.xml of the listinstances. For customers this works without a problem
...