The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
226 views

How to create web lookup field to 'pages' list in sharepoint?

I have SharePoint site collection with few child webs. I want to create lookup field to 'Pages' list. On each child web lookup field should point not to root site but to web Pages list. I got ...
-1
votes
1answer
2k views

sharepoint 2010 calculated columns using lookup columns [closed]

I have two custom lists in my site and the title column of the first list - say List A, is added as a lookup column to the second list - say List B. Now, in List B, I have a column already - say ...
0
votes
0answers
350 views

SharePoint 2010- lookup field localization

I have strange problem with lookup field localization in Sp 2010(English). I have: Elements file with lookup field: <Field ID="{14F79472-81C3-424A-9B5D-747FFFE20C0D}" Type="Lookup" ...
0
votes
1answer
126 views

Multi-Field Primary Key

For reasons I cannot understand, the people who supply my tables do not have any form of single field unique identification for the 20k+ entries in their tables. I have two fields, BuildingCode and ...
0
votes
0answers
2k views

In SharePoint, how to display lookup additional field in display form? [closed]

I have two lists: Projects and Tasks In the Tasks list, I have created a lookup field titled ProjectID which targets ID filed from the Projects list. Also, I have set for this field to display an ...
3
votes
2answers
2k views

Sharepoint lookup field and WebId="

I try to add lookup field in content type. Field has this definition: <Field ID="{c80e8e3c-7124-4772-a39d-5b69f131d542}" Name="Site" Group="Tieto Intranet Columns" ...
0
votes
2answers
619 views

Edit a SharePoint lookup field link from the linked “child” record

I have two lists in SharePoint, one each for projects and tasks, that I need to relate through the use of a lookup field. If I create the lookup field in the project list then I can assign multiple ...
6
votes
3answers
17k views

Add a lookup field to a content type in sharepoint

How can I add a lookup field to a content type in sharepoint using the xml definition? (I'm getting errors). Things to note: - The lookup list will exist when the content type is added to the ...
2
votes
3answers
2k views

Display SharePoint lookup field on publishing website

A page within our MOSS publishing website has a property which is a lookup field. I only want the selected text to be displayed when you view the page not in edit mode, but when I use the ...