sympmarc / SPServices

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is:issue is:open GetListItms show fine when using one list but data shows undefined on another.

bdoc848 opened this issue · comments

Hello. I'm stumped on why my data is coming up undefined. Here's the scenario. I have Sharepoint online 2016 and I have some code written that stores objects to an array and I can use that data when I need to like clicking through with a button. I tested the code on the MicroFeed list that comes with Sharepoint upon installation and it works GREAT!!!. But when I simply change to another list and try to show 2 different fields the correct number of records come back bu the data is undefined.

Update: The issue was that I had to use the internal name of the List Column. The internal name is different than the Display name in some cases