Don’t be like me!
This is the JavaScript:
var uriClientLegacy = "?$select = cca_legacyservicefee, defaultpricelevelid & $filter=accountid eq " + clientLookupId;
Xrm.WebApi.retrieveMultipleRecords("account", uriClientLegacy).then( function success(result) {
...
},
function (error) {
console.log(error.message);
// handle error conditions
alert(error.message);
});
And this is the…
Continue Reading Olena Grischenko’s Article on their blog
Xrm.WebApi. “The query parameter $select is not supported” error.
Don’t be like me! This is the JavaScript: var uriClientLegacy = “?$select = cca_legacyservicefee, defaultpricelevelid & $filter=accountid eq ” + clientLookupId; Xrm.WebApi.retrieveMultipleRecords(“account”, uriClientLegacy).then( function success(result) { … }, function (error) { console.log(error.message); // handle error conditions alert(error.message); }); And this is the execution result: {“error”:{“code”:”0x0″,”message”:”The query parameter $select is not supported”,”innererror”:{“message”:”The query parameter $select is…
Blog Syndicated with Olena Grischenko’s Permission
More About This Author
Array
Power Automate21 November 2023Modify Microsoft Entra ID Connector (Standard) to meet your security requirements
Power Automate13 October 2023As a System Administrator, I would like to create a DLP policy for my environment(s) so I can help protect data in my organization
Power Automate5 October 2023Microsoft Entra ID connector – least privilege
Power Automate3 October 2023Cancelling Dataverse via DLP policy on the Default environment