Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft. It has built in support for Sales, Marketing and Service. This tag is reserved for Dynamics CRM Online.
18
votes
2answers
637 views
CRM 2011 Online Plugin Uploader to support CI
I'm involved in developing a sandboxed Microsoft Dynamics CRM 2011 Online plugin and have a set of tests that I can drive from a xUnit front end on my local machine given that I right-click the ...
8
votes
1answer
14k views
CRM 2011: Getting entity with Javascript
I am working on some CRM 2011 Online customisations and I need to get an entity using javascript.
The entity I need will be based on the ID value of another field (a Contact entity) - this Contact ID ...
6
votes
4answers
4k views
Call C# Code from Ribbon JScript CRM Online 2011
I need to have some code execute on the click of the ribbon button on an entity that updates some related data from CRM Online 2011. I would prefer not to have to write all of this logic in JScript. ...
5
votes
1answer
44 views
how to set a link text while adding link in sitemap?
I was trying to add a link in the sitemap. you can see in following picture what I got after I import the customizations xml.
how to change the name "Unknown3205" ???
I have added this following ...
5
votes
2answers
3k views
Email responses to tracked crm email not tracking correctly
We have a widespread problem with email responses to outgoing crm email, that has been tracked, not getting auto tracked by Outlook + crm addin. Our crm is 2011 online. We have a variety of outlook ...
4
votes
2answers
193 views
How do I search for lead or account using Dynamics CRM SDK?
Can someone please provide a sample code for retrieving leads by email in CRM SDK? Is there any built in function that works like this?
Guid leadID = someLeadManager.GetByEmail(email);
4
votes
3answers
1k views
MS CRM 2011 - New Polaris UI - how can I get it?
How can I get the new Polaris UI that was supposed to be released December? I heard it was released then was recalled. How can I access a beta copy for a client demo?
4
votes
2answers
311 views
How to save base64 file to the client using JavaScript?
I have the gotten a certain result from the Notes tab.
The link you see inside the iframe is the name of the file.
I have the DocumentBody from the annotation in some format that looks like base64.
...
4
votes
2answers
3k views
Call javascript function from another javascript webresource
There is one JavaScript web resource in CRM 2011 called new\_/Script/genericJScript.js. Which contains some functions say, \_retrieveRecord() and \_Context() as below. And I need to call these methods ...
4
votes
1answer
8k views
CRM 2011 - Set value of currency field with javascript
I really can't find how i can retrieve the value from a currency field and set it as a value for another currency field for another entity.
My following code is not working:
var entities = ...
4
votes
1answer
89 views
CRM 2011 - E-mail snapshot of Dashboard to a particular user
I have a request of a customer who wants his dashboards to be send weekly/daily to him via E-mail (PDF or IMAGE). I have searched for hours to find a decent solution, but I can’t seem to find one. ...
4
votes
1answer
859 views
Establish connection to Dynamics CRM Online web service from Windows 8 metro style app
I have serious problem with creating a connection to dynamics CRM online from my Window 8 metro style application.
My code works fine under normal (full) .net framework, but fails under WinRT
...
3
votes
3answers
1k views
Applying OrganizationServiceProxy when connecting to CRM Dynamics On-line
I'm connecting successfully to on-premise server using the organization service by this code.
using (OrganizationServiceProxy proxy = new OrganizationServiceProxy(
Organization,
HomeRealm,
...
3
votes
2answers
176 views
Script strange behavior CRM online ru12
Microsoft Dynamics has been nothing but a charm to work with. MS Dynamics CRM is a really good technology but lately everything starts to ... sucks?
Reading from many places i was aware that roll up ...
3
votes
3answers
143 views
Dynamics CRM 2011 Online - how do you read all products for an order?
I have the following code...
var oDataPath = Xrm.Page.context.getServerUrl() + "/xrmservices/2011/organizationdata.svc
var oDataSelect = "/SalesOrderSet?" +
"&$filter=(guid'" + id + "')" +
...