For Creating new account using javascript I use this code
url: serverUrl + "/XRMServices/2011/OrganizationData.svc/AccountSet",
Now I want to retrieve all the account list using javascript odata query.
how can I use?
I tried with this,
url: serverUrl + "/XRMServices/2011/OrganizationData.svc/Account",
but its not working.
can u suggest me?
*This post is locked for comments
I have the same question (0)