Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Are you saying that the phone numbers for those items are not null and the query is specifying them as null? What is the problem exactly? What are you expecting to get? Commented May 4, 2016 at 13:37
  • Is there any particular reason why you want to work with XML instead of JSON? set xhr.responseType = 'json'; (this is plain JavaScript.. I don't know the $.ajax syntax) Commented May 4, 2016 at 15:44
  • I found that the issue was due to the field being null in most places. I added text in the fields and it seemed to resolve the issue. Commented May 13, 2016 at 15:45