0
votes
1answer
38 views

List GetRelatedFields() returns field ID that doesn't exists in dependant list

I have got list item exception. [ArgumentException: Invalid Field Name.] [ArgumentException: Invalid Field Name. {01b89bed-bbe3-4bcb-9b92-c64183ffe135} /Lists/AcceptanceAgreements] ...
0
votes
1answer
144 views

How can I create column in list which it able to change data (lookup column) in next column?

How can I create column in list which it able to change data (lookup column) in next column? For example: I have three lists with datas(names, numbers and adress) and I have other list with two ...
0
votes
2answers
167 views

How Can I create simple database in list Sharepoint Fundation?

How I can create simple database for example vacation request in SP list? It will looks like that: I create probably two list. In first list is vacation days people and on the second list is vacation ...
0
votes
0answers
218 views

Bug in SharePoint 2010 Lookup Columns in parent Site

I think i found a bug in SharePoint 2010 + Visual Studio 2010, and it is simple to simulate. I Created a lookup column in a parent site with the following CAML: <Field ...
2
votes
1answer
205 views

How to improve performance of lists with multi-lookups

I have a list that includes several lookup fields. Some of these are simple lookups (only one value allowed), others are multi-lookups (the "allow multiple values" checkbox is selected). I have ...
1
vote
0answers
68 views

Lookup columns into document template

I've a DocLib with the lookup field Field01 and I want to display the associated lookup columns as Field01:FieldA, Field01:FieldB... I already have them on the view, now I want the exact same ...
1
vote
0answers
102 views

How do I create a linked keyword index?

We have a 2000-document library that we use as a knowledge base. We're trying to create a hyperlinked index of keywords. In this simplified example, consider the following metadata for a document ...
1
vote
1answer
196 views

How to link two lists using a multi-valued lookup column?

I have two lists, one contains files, each file has one or more ID(depending on its content). These IDs are lookups to another list. Now, I generate another list on fly, this list has the ID column as ...