Skip to main content

Notifications

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,085 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

  • Verified answer
    Community Member Profile Picture
    on at
    RE: Failed to load resource: the server responded with a status of 400 (Bad Request)

    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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 54

#3
dkrishna Profile Picture

dkrishna 6

Featured topics

Product updates

Dynamics 365 release plans