SPDisplayRelatedInfo is not working
SPDisplayRelatedInfo is not working as expected. While troubleshooting we tested SPServices GetListItems and we are getting error on SPFilterNode
When we changed $(xData.responseXML).SPFilterNode to window.$(xData.responseXML).SPFilterNode , it started working
It seems like SPDisplayRelatedInfo in turn might be calling SPFilterNode which we are not sure. We are not getting any error on browser console while calling SPDisplayRelatedInfo
Please help
When we changed $(xData.responseXML).SPFilterNode to window.$(xData.responseXML).SPFilterNode , it started working
It seems like SPDisplayRelatedInfo in turn might be calling SPFilterNode which we are not sure. We are not getting any error on browser console while calling SPDisplayRelatedInfo
Please help
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Hello, praveen!
Where are you trying to access it from? From the console or from the form? Somewhere else?
Where are you trying to access it from? From the console or from the form? Somewhere else?
Cheers
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
I think that the problem is that there are two JQuery libraries on your site, one comes with Forms Designer and another one is used to work with SPServices. Since our JQuery is limited to the form, it doesn't affect the work of the other JQuery library, but some methods might be unavailable if you try to access them from the form.
So, you must likely just need to use:
and you should be good.
So, you must likely just need to use:
Code: Select all
window.$(xData.responseXML).SPFilterNode
Cheers
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Read more about using SPServices here - viewtopic.php?f=4&t=150
Hopefully, this information should help you configure JQuery libraries to function correctly.
Hopefully, this information should help you configure JQuery libraries to function correctly.
Cheers
-
- Information
-
Who is online
Users browsing this forum: No registered users and 17 guests