Cross-site Lookup with multiple values
Posted: 13 Mar 2014
So I have looked at getting the values from a cross-site lookup with multiple values.
First item:
fd.field('CrossSiteLookup').control('data')[0]['Title']
Second item:
fd.field('CrossSiteLookup').control('data')[1]['Title']
So, how do you know how many values are in the field so you can get all of them?
First item:
fd.field('CrossSiteLookup').control('data')[0]['Title']
Second item:
fd.field('CrossSiteLookup').control('data')[1]['Title']
So, how do you know how many values are in the field so you can get all of them?