web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Failed to load resource: the server responded with a status of 400 (Bad Request)

(0) ShareShare
ReportReport
Posted on by 12,119 Moderator

Hi all

I am using this code to retrieve some records from businessunit

function retrive(){
var oDataEndpointUrl = serverUrl + "/XRMServices/2011/OrganizationData.svc/";
var query = "BusinessUnitSet?$select=address1_line1";

oDataEndpointUrl += query;
var contactRequest = new XMLHttpRequest();

//contactRequest.open("GET", ODataPath + "/ContactSet(guid'" + contactId + "')", false);
contactRequest.open("GET", oDataEndpointUrl, false);
contactRequest.setRequestHeader("Accept", "application/json");
contactRequest.setRequestHeader("Content-Type", "application/json; charset=utf-8");

contactRequest.send();
if(contactRequest.status == 200)
{

var retrievedTemplate = JSON.parse(contactRequest.responseText).d;
var retrievedTemplateRecord = retrievedTemplate.results[0];

}
else
{
//console.log('request failed.');
//Xrm.Page.getAttribute('cobalt_contactsemail').setValue("---No Contact Found---");
}
}

and it is giving me this error:

Failed to load resource: the server responded with a status of 400 (Bad Request)

Where may I wrong? please tell me

Thank You

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Community Member Profile Picture
    on at

    Field names should be schema names instead of logical names
    var query = "/BusinessUnitSet?$select=Address1_Line1"

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans