Tagged Questions
0
votes
1answer
11 views
Cross site cross database lookup field SP2010
SiteCollection 1 in ContentDB 1 has List 1 with custom lookup field.
This lookup field returns all text fields from any selected list in a site collection specified. Each site collection is in a ...
0
votes
2answers
109 views
How to call a c# method in my XSL File
I have two lists Client and Project, each Client has from 0 to N Project stocked in his SPLookupField where multi values are allowed. And I created a new computed Column in the Client List where it ...
1
vote
1answer
71 views
SPQuery on null lookupfield
I have a contact list with a company lookup field and I need to retrieve those without any company associated
so I was thinking can I put it like this:
<Query>
<OrderBy>
...
1
vote
2answers
179 views
Allow Fill-in For Lookup Columns
Is it possible to enable Allow Fill-in option for Lookup type columns, like Choice type columns.
0
votes
1answer
59 views
Using a lookup to set the To: address on a sharepoint designer 2010 workflow email action
I have a sharepoint designer 2010 workflow with a email action. I want to set the value for the To: address to a field of the Current Item using a lookup ( [%Current Item:Vendor Contact%]. ...
2
votes
1answer
792 views
Maximum allowed values in a single sharepoint lookup column/ sharepoint list update
I am facing problem with my custom developed webpart which inserts data into a sharepoint list using excel sheet. I have a list with around 50+ columns in it, it has 10+ lookup columns in it, things ...
0
votes
1answer
539 views
Lookupfields not showing up in customlist sharepoint 2010
I have a custom list on dev-int environment, now I saved it as a template and moved it over to the dev-vm environment and created a list (Listl1) based on the template. Now this list consists of few ...
0
votes
1answer
701 views
Set lookup field value in infopath form on new Item(List Infopath form)
I have lookup field called project stage, on item created I'd like to set to its default value,(project start). Then this field can only be changed by the Workflow as the project moves to the next ...
1
vote
2answers
2k views
Sharepoint 2010 and Infopath form : lookup fields are displayed by their ID instead of text value
I'm trying to build a custom Infopath form for a list that contains 2 fields that I would like to get auto-completed:
Person: people picker field, filled with the current user
Team: lookup to the ...
1
vote
1answer
98 views
Creating lookups with OOTB Lists in SharePoint 2007
I am developing a solution which has multiple OOTB lists like Links, Contacts, Custom List and Document Library.
And, I have to create a lookup field in four lists which refer to a field in a Custom ...