Using a lookup to return data from a list on a different site
At first glance this doesnt look possible OOTB but it is, just not very obvious! The way to achieve this is to: 1) Create a list at say Site Collection level which contains a column with the data in...
View ArticleHow to autopopulate Infopath fields using Sharepoint list data
1) Get your Sharepoint list into XML format 2) Set up a data connection using the above XML file as your datasource 3) Now you need to configure rules and filters on your list box. Let’s say that your...
View ArticleSharepoint 2010: Lookup columns in Data Views using SOAP & REST webservices
If you are using a webservice & a dataview to display list data across sites in Sharepoint 2010 you may come across this problem when displaying lookup columns. A lookup field is stored in the...
View ArticleK2 Blackpoint / Blackpearl: Using Sharepoint lookup columns in K2 processes
As you probably know lookup columns in Sharepoint are stored in this format “ID;#String†(record number & then the string value). I was trying to use a lookup value in a K2 process to make up...
View Article