Hi All,
I have a combo box who's item property is being linked back to a sharepoint list.
The sharepoint list has 3 columns: Title, Name, Email. Sometimes the email could be blank.
I have a combo box who's item property is being refered back to Name. But the records who's email addresses are blank are not coming up in the combo-box. Only the one's who have both name and email address is coming up, where this should not be the case, as the item property is set to myList.Name not myList.Email
Any suggestion?
Thanks,
Vishal
Solved! Go to Solution.
@Vishal2
Two questions:
#1 Have you gone into advanced settings and changed the delegation limit to 2,000 records?
#2 Have you tried simply making the Items property this?
MyList
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
What did you set the DisplayFields and SearchFields properties to? They should both be this.
["Name"]
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
@mdevaney Hey,
Yes. Tried doing that. But if I do that, it just comes up all blank in combobox. My list has 900+ records, is that a problem?
Thanks,
Vishal
@Vishal2
Two questions:
#1 Have you gone into advanced settings and changed the delegation limit to 2,000 records?
#2 Have you tried simply making the Items property this?
MyList
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Hey, Thanks for the reply again.
Yes and Yes, Tried that after your suggestion but unfortunately no luck 😞
Regards,
Vish
@Vishal2
Well that's super WEIRD! Is the name column a 'single line of text' data type in SharePoint?
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
It's working now. I believe it was the deligation limit. It took a while to come in effect. But it worked.
Thanks for your help. Really appreciated
Awesome. Best of luck in building your app!
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
User | Count |
---|---|
160 | |
84 | |
70 | |
64 | |
60 |
User | Count |
---|---|
205 | |
147 | |
94 | |
84 | |
67 |