Quantcast
Channel: Microsoft Dynamics CRM
Viewing all articles
Browse latest Browse all 154803

Forum Post: Xrm Web Api Offline

$
0
0
Hi all, i'm trying to use the Xrm.WebApi.offline API in Dynamics 365 to perform the CRUD operation in offline mode when using the mobile app without internet connection. I'm making this call Xrm.WebApi.offline.retrieveMultipleRecords("systemuser", "$select=businessunitid&$filter=systemuserid eq " + _userIdString + "&$expand=businessunitid", function (data) { successRetrieveOffline(data, formContext); }, function error(err) { //my error function }, true); but nothing happens. When i do the same call in online mode it works perfectly. The problem is that no error is raised, simply nothing happens. Anyone of you can help me please? I'm getting crazy with this since hours :( Thank you in advance

Viewing all articles
Browse latest Browse all 154803

Trending Articles