You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when using a web resource containing FetchXml to load the data, this does not work in the mobile app. This would be due to the XMLHttpRequest object being used to retrieve the web resource.
Suggest using WebAPI.retrieveMultipleRecords against the webresource endpoint to retrieve the content instead. If using a resx web resource this will be presented as name value pairs in a JSON string from the contentjson attribute.
The text was updated successfully, but these errors were encountered:
davidrleslie
changed the title
FetchXml Web Resource in Mobile App
NToN MultiSelect FetchXml Web Resource in Mobile App
Oct 30, 2020
Great set of controls here.
However, when using a web resource containing FetchXml to load the data, this does not work in the mobile app. This would be due to the XMLHttpRequest object being used to retrieve the web resource.
Suggest using WebAPI.retrieveMultipleRecords against the webresource endpoint to retrieve the content instead. If using a resx web resource this will be presented as name value pairs in a JSON string from the contentjson attribute.
The text was updated successfully, but these errors were encountered: