I have a List defined in a SharePoint Site e.g. Countries list.
In another site, I have a List that needs to have a column with multilookup to the above Countries list. (So these 2 sites are separate sites)
How would that be possible to configure this in SharePoint 2010?
Thanks,
That is possible but requires some programming or scripting, because cross site lookup field can’t be configured using web UI.
PowerShell code should be following:
Alternatively you can use LookupWithPicker field type, it has web UI control to configure cross-site lookpups: http://ilovesharepoint.codeplex.com/releases/view/44989.