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.

learn more… | top users | synonyms

0
votes
0answers
29 views

vcards in MS dynamics crm 2011

Is there any way to export/send a vcard of the contact from MS dynamics CRM 2011? I met some builts for CRM 3 and 4, but there hasn't said anything about CRM 2011. thanks in advance
1
vote
3answers
24 views

How to get the contact form value in lead form dynamics crm 2011?

1.I create one new lead. 2.I Assign that lead to "Some person". 3.then I qualify the lead as a "contact". 4.I mapped lead form "Firstname" to contact form "Firstname".It was working Fine. my question ...
1
vote
3answers
54 views

MS CRM - setVisible

I am newbie with CRM and I was googling for how to hide and show a text field using jScript library in MS CRM (online) and found several options of using the function setVisible. I tried those ...
0
votes
1answer
18 views

Ignore Inactive List Members option in marketing List Creation?

When i create the new marketing list I find the "Ignore Inactive List Members options". What the use of of that?i Searched a lot but i Don't get the knowledge .what is the use of it?
0
votes
1answer
19 views

How to remove the member from marketing list in crm 2011?

I need to remove some member(here member represent as a lead) from the marketing list based on some condition.How to do this using javascript?Is possible to do this?
2
votes
1answer
68 views

How to Get Security Roles in CRM 2011 Using JavaScript?

I need to get the security roles which are associated to the current user in CRM Online. How do I do this using JavaScript?
0
votes
1answer
37 views

UI Record Counter of closed activities in ms crm 2011

I am trying to make an UI Record Counter of the Closed Activities showing the count of open activities. My list of parameters is: ...
1
vote
1answer
41 views

How to connect LYNC with CRM 2011 online?

Am using MS Dynamics online CRM2011.I need to integrate the lync with this CRM.How to do this?how to make a call for Lead through crm 2011 using lync.Is this possible?Is there any Solutions available ...
2
votes
1answer
36 views

How to add skype for phonecall for lead in crm 2011

im new to crm 2011 ,I need to call the particular lead. is there possibility to add skype to phone call in crm 2011 in lead page.which means is there any solutions are available to do this? Thanks in ...
0
votes
1answer
41 views

How to send email at specied time and date in crm 2011

after selecting lead and if Email button from ribbon is selected , then email form opens , here is it possible to set time and date for email to be send. i tried "Actual start , Actual end , Due date ...
-1
votes
1answer
47 views

How to send bulk email from marketing list using Workflow in crm 2011 [closed]

Is it possible to send email after marketing list is added to campaign , this sending email has to be done using workflow. Is it possible in workflow. my crm didn't have an option checked in "sending ...
1
vote
1answer
51 views

CRM 2011: Display the Body of an Email In Another Entity

Can I show the body (description) of an email in a custom entity? I have tried to copy the content of the description field into a field in the custom entity, but end up with all the formatting ...
0
votes
1answer
44 views

How to send mails to marketing list members in crm 2011? [closed]

I added some leads into the marketing list for example if i add 10 leads into one marketing list in crm 2011.Now i open the particular marketing list and select the all leads within that and send mail ...
0
votes
1answer
29 views

How to copy all Lead View elements to custom entity in crm 2011

Is it possible to copy all my view elements from lead Enntity to customized entity. If i create new elements in lead form then save close then i need to have those listview ...
0
votes
1answer
25 views

How to avoid spaces between to rows while generating report in crm 2011

While generating report there was a unnecessary space between two rows , if count increases then space also increases. So now how to avoid those spaces. I here by attached screen shot. Thanks in ...
-2
votes
0answers
72 views

How to get field values from another entity in Onclick of lookup field

In my lead form i have first name , lastname and lookup, if look up is selected i will get organization name , from account entity. also account entity contains first name and lastname. i need to get ...
0
votes
1answer
94 views

How to open the lookup form using javascript in crm 2011?

I create a new button in ribbon If i click that button ,i need to open the "Send Direct mail" look up form.How to open the following lookup form using javascript in crm 2011 when the button is ...
0
votes
4answers
129 views

LINQ where clause throwing error with 2nd where

UPDATE Even doing a search on the contacts firstName or LastName causes issues: var contacts = ( from c in context.ContactSet join m in ...
1
vote
4answers
67 views

What return type do I make this method?

Ive got the following code that returns a set of results from the CRM and then I bind it to a dropDownList: var context = new XrmServiceContext(); var contacts1 = ( ...
0
votes
0answers
33 views

Report Generation in crm 2011

I have the 10 contacts in CRM 2011.I need to generate the report based on the contacts.In that report need to having the "Count of the Contacts" which means if I generate the report,how to get number ...
0
votes
3answers
91 views

LINQ query returns duplicate despite Distinct()

Ive got the following query that binds to a DropDownList; if (!Page.IsPostBack) { var branchTags = ( from t in context.ContactSet ...
0
votes
1answer
45 views

EntityReference causes a runtime error

Ive only started delving into LINQ to CRM in the last 48 hours and could do with a little help. Ive built the following query that gives me a bunch of data about each contact and their company from ...
-2
votes
0answers
40 views

How to associate multiple leads to campaigns in crm 2011 [closed]

assume that there are 100 leads and 5 campaigns , so now how to assign those 100 leads to one campaign , and after associating how to perform an email send for those leads. Thanks in advance.
0
votes
1answer
75 views

Linq to CRM newb help required

Im trying to work with some data in the Dynamics Online of my client. They have some custom elements added by a 3rd party company who arent being at all helpful. I need to get contacts from the ...
0
votes
1answer
40 views

LINQ to Dynamics CRM query optimisation

I'm working with a website that links into a Dynamics CRM Online. I'm new to both of these but find the best way to learn is to put yourself under pressure. Anyway, I have the following LINQ query ...
0
votes
1answer
28 views

how to hide a pre-filter window in CRM 2011?

I'm looking for a way how to hide a pre-filter in CRM 2011. I created a sipmle report by using business intelligent studio. Eventially, the reports shows a table with data (SQL query like select ...
0
votes
1answer
31 views

How to add multiple leads to particular campaign in crm 2011

i tried to add multiple leads to campaign using marketing list and it works fine. But i need to add directly from lead s Homepage by selecting multiple leads, is it possible. Thanks in advance.
-2
votes
1answer
86 views

how to send email template on custom button click in crm

I done adding an custom button in grid view of customized entity , from here how to set action for that button to send email for selection of associated records. thanks in advance.
0
votes
2answers
112 views

Get entity record values from Audit Details Response

Auditing of an entity is enabled,I want the entity record after deletion.So I was trying to get that from audit entity records,like this: RetrieveAuditDetailsRequest request = new ...
0
votes
1answer
68 views

Update Plugin on CRM 2011 not fired when an optionset is updated from null to a valid value

I have a plugin that is registered on "update", "async", "post operation". This plugin in checks for a change in the field which is an option set, and performs certain functions. This plugin works as ...
0
votes
1answer
32 views

how an utility application connects with all three deployment types of CRM

I am working with an utility application which has user authentication(i.e. it takes username password from users as input). Previously I worked with CRM online. Now requirement is this utility should ...
0
votes
0answers
41 views

Parrot Search Not Working Properly

I use the Parrot for Integrate Social Media into the CRM.my problem is when i use the search button for search peoples it shows "No results Found".How can I overcome this issue?
4
votes
1answer
65 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. ...
0
votes
1answer
79 views

Custom Report using Business Intelligence Development Studio FetchXML

I want to create a custom report which will display all associated Products of all/any Order. That means in Order page its showing all Orders and associated Products, and in any Order record page it ...
1
vote
2answers
136 views

How to get the user name of thr crm 2011?

how to Write the javascript function for getting the username(not a owner) in crm 2011.
-1
votes
1answer
136 views

how to use GUID in oData query and parse JSON as well

I try to figure out how to deal with Odata query and XMLhttprequet in dynamics CRM However, whatever I tried to do, eventially hasn't been working. So, the trouble is how to send a oDAta query with ...
0
votes
4answers
77 views

How to prevent changing of owner name after assigning to other users in crm

If one lead is assigned to other users (eg: XX) , then owner name changes to XX , So how to stop the changing of owner name after assigning.
0
votes
2answers
28 views

Error while registering a custom workflow

While registering a custom workflow using plugin registration tool in SDK I m facing this issue. As you can see no DLL is showing in this package. what is the problem here?
0
votes
2answers
85 views

Creating an Order from Quote using Custom Workflow

I am creating a custom workflow which will trigger when status of a Quote will be changed and it will create an Order taking all the values from that Quote record. Now Creating an Order is the easy ...
0
votes
1answer
183 views

how to retrieve a field's value from another entity in MSCRM 2011?

I was able to buld such useful odata queryies by using CRMToolsODataQueryDesigner however I'm stuck how can I get value from a particular field of a form. for instance, I make the next odata query ...
0
votes
1answer
65 views

how to insert some data another form into new contact form in dynamics crm 2011?

So, I'd like to insert data that was taken from one form into a new another one. In my case, I have a contact's form. for example, and there is a lookup inside of it. I can find any account by using ...
0
votes
1answer
45 views

Navigating to Dynamic CRM home page after authentication

I need to navigate to dynamic CRM main page after external login authentication. http://msdn.microsoft.com/en-us/library/hh675404.aspx I have successfully able to retrieve the loged user details ...
0
votes
1answer
69 views

ACS and CRM Online - Cannot Create Identity Provider - Federation Metadata Fails

I'm trying to create an ACS WS-Federation identity provider that uses CRM Online as the identity provider. When I try to enter the federation metadata for CRM Online, it breaks. If I use the ...
-2
votes
2answers
93 views

How to read Exported Excel file? [closed]

I have exported entity records by Export to Excel , and saved it in local drive.What to do to make this data in tabular format.when I opened it in notepad,I show, its having data.I have only ...
0
votes
1answer
70 views

Redirect to Dynamic CRM Main page

I'm developing a Dynamic CRM custom online authentication login. I'm able to retrieve the logged user information now i want to redirect the logged user to the CRM page. below is what I've got. // ...
0
votes
1answer
72 views

How to customize Textbox in CRM 2011?

I need to create or customize the textbox in CRM 2011.If i enter the text in that text box it will show the link,which means to create the text box with link.like this, How to do this?Thanks in ...
0
votes
0answers
75 views

web method throwing `Object reference not set to an instance of an object`

I have a web service which create,update,assign task entity.Create,Update web method is working fine but in assign method its showing Object reference not set to an instance of an object.passing ...
0
votes
1answer
66 views

How to assign lead to campaigns in crm 2011

I have about 10 leads and 10 campaigns , now how to assign leads to campaigns in CRM 2011 and to generate report.. How to do this assignment . Thanks in advance.
0
votes
1answer
137 views

Dynamics CRM 2011 - How do you debug a custom workflow using CRM online?

We are using the online version of CRM. I have created a custom workflow but I can't seem to locate anything that will tell me how to debug it. Everything I've read refers to copying the pdb file into ...
0
votes
0answers
50 views

How to edit crm entity from sharepoint

I need to be able to update a CRM Online 2011 entity from a SharePoint 2013 web part. I was using the content editor webpart with JavaScript, to update a SharePoint list, but because JavaScript is ...

1 2 3 4 5