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 4.

learn more… | top users | synonyms

1
vote
3answers
26 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 ...
0
votes
1answer
18 views

SOAP error when trying to get data from MS CRM 4.0

I'm trying to retrieve some data from a clients CRM server. The main issue I'm currently facing is that the credentials I can work with have limited permissions to the system. Thus, I cannot use the ...
1
vote
1answer
44 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 ...
1
vote
1answer
84 views

How do I get the value of a custom field in Microsoft CRM 4.0 with JavaScript?

How do I get the value of a custom field in Microsoft CRM 4.0 with JavaScript? Here's what works: This will get me the ID, for the first element in my resources field, ...
2
votes
1answer
37 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
44 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 ...
0
votes
1answer
50 views

Report rsExecutionNotFound when exporting to other formats

I am using CRM 4.0 SSRS. I can display reports which take a long time. When a report displays I can export to Excel, XML or another file type within in 10 minutes. But after exactly 10 minutes, I ...
0
votes
2answers
23 views

Updating newly added field in CRM 4.0

I have added few fields into crm entity. Its fine whenever I save/update a record from the CRM form. However updating or saving the record using the web service does not populating the newly added ...
-1
votes
1answer
53 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
2answers
20 views

Get the lastest record with distinct values for a column

I have the following data: SalesID Source Name Modified On S12345 ABC John 5/8/2013 5:44 S12345 ABC Tom 5/8/2013 5:45 S11111 EFG Sam 5/8/2013 5:46 S11111 EFG Don 5/8/2013 5:47 I want to ...
0
votes
1answer
47 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
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 ...
0
votes
2answers
99 views

Adding Service Reference Error : mscrmservices/2007/CrmService.asmx?WSDL

I have been trying to add https:///mscrmservices/2007/CrmService.asmx?WSDL to my service References after upgrading from CRM4 to 2011: the error message: There was an error downloading ...
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 ...
-2
votes
1answer
100 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
0answers
59 views

Optimizing retrives in MS CRM 4

In order to calculate the amount of hours our company spends in various categories of services, I currently have to query all tasks (in the past 5 weeks, roughly 1200) in CRM. Further to querying all ...
0
votes
0answers
59 views

Why does my retrieve multiple query in ms crm4 return multiples of the same exact row

So I've encountered this a few times now. I run a retrieve multiple query on an entity in crm and then when I try to catch one in particular that has a caseType of 9, I print out On Site FullTime ...
-1
votes
1answer
92 views

window.parent.opener gives Permission Denied [closed]

i am using window.parent.opener on one of the crm forms. My scenario is as follows. I have a entity e showing in Service and Settings area. Now i try to create a record from Service. i Open the create ...
1
vote
2answers
142 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.
0
votes
2answers
78 views

Writing to incidents in C#

I am using CRM 4 and the SDK to grab cases like so: public List<Case> GetCases() { List<Case> cases = new List<Case>(); #region Retrieve Resolved Cases ...
5
votes
4answers
149 views

Is there any way to know if a MS CRM exception was thrown by a plugin?

As the title states, I'm looking for a way to tell the difference between an error caused by my code or basic CRM functionality and an error thrown by any custom plugin that may be installed on the ...
0
votes
4answers
79 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.
1
vote
2answers
291 views

How to open an existing entity form using JavaScript in CRM?

If a custom ribbon button is clicked, is it possible to open an existing entity form using JavaScript or is there some other ways to open the existing form (e.g. campaign form)?
0
votes
1answer
112 views

import many to many relationship in CRM 2011

I am currently migrate some legacy data from CRM 4.0 to CRM2011, however, there is big barrier on the Many-to-Many relationship importing, I have search for the solution and get this from codeplex ...
0
votes
2answers
161 views

How can we set second picklist value dynamically with string value is know in CRM Dynamics 4.0

I have two pick-list in Car details entity. I'm setting the Model (cir_model) Picklist value with from the input parameter (that is CrmNumber) of Custom Workflow activity and it's working as expected, ...
1
vote
3answers
59 views

Why do we need to restart the CRM server after registering the custom workflow using Plugin Registration tool to make that work properly

Can we have any alternative way to make run-able the custom Workflow activity in Workflow steps. All the time what I do is register the dll using Plugin registration tool and then restart the server. ...
1
vote
0answers
84 views

How to set lookup value to a N:1 relationship record and then create it

There use to be a 1:N relationship between Contact (contact) and Car Details(cir_cardetails) - I have now passing a parameter for Contact as a lookup for Car Details like below public static ...
1
vote
1answer
73 views

CRM 4 email router error

I heed some help. We have na email router for CRM 4 for sending emails. All was fine till this week. It started to send this error and doing nothing. Error message: An error occurred while ...
1
vote
1answer
116 views

Integrating Dynamics CRM SDK with ASP MVC

I have recently been reading up on the MVC tutorials on ASP.NET and most if not all of the tutorials use Entity Framework and DbContext to perform CRUD operations on data. I'm planning to create an ...
0
votes
1answer
224 views

How to add button in particular form using Ribbon Workbench in CRM

I need to add Button in particular form using Ribbon workbench in CRM so how to do this? Screen shot is show below , when i click campaign in navigation pane , i need "Add to Campaign" button in ...
0
votes
1answer
106 views

Query Expression by CRM Drop Down List value

In MS CRM 4, using c#, I am trying to query all accounts where a field that's picklist, is equal to "No". I know that picklists contain both an id and a value for each item but I want to query just ...
0
votes
1answer
68 views

Retrieve a single entity's nvarchar field in ms crm4 using c# and asp.net

This is my code so far, im trying to retirieve the nvarchar string value of kez_customparamvalue. Normally for a decimal or float id use something like CrmDecimalProperty hoursAsCrmNumber = hours as ...
0
votes
1answer
81 views

Unable to register the Custom workflow using plugin Registration tool, it's saying doesn't support int32 type

I have created a model property in my custom workflow code, generated assembly of the code. I have then tired registering of the assembly file using plug-in registration tool but at the end of ...
1
vote
2answers
52 views

CRM 4.0 : self referential relationship throws error on save

Let's say that we have two contact entities (the father and the son). I've created a 1:N relation with contact (self referential) and insert the lookup field. When I set the new field to any another ...
2
votes
3answers
92 views

Change the name when Customizing CRM 2011

I customize the campaign form and i face the some problem 1.How to customize the name "GENERAL".i need the name instead of GENERAL .Where to change?or which property should i change? 2.cant delete ...
1
vote
1answer
63 views

Customize the Microsoft Dynamic CRM 2011

I need to Customize the information Area in Ms Dynamics CRM. Which means i need to Add one more link after that General,Administration,then I need to add new Link in campaign new Form.If I click ...
0
votes
0answers
33 views

Get response from campaign

Should I get "assigned Campaign response" (which means status of the Campaign) in my crm2011? need workflow conditions about this.Thanks in Advance.
0
votes
2answers
90 views

Disable status reson in campaign Form in CRM2011

How to Disable the status reason control when the status is "Approved" which is in campaign in the Microsoft Dynamics CRM?How to Write the Workflow?
0
votes
1answer
37 views

Get back from the Assigned Campaign to my campaign Area [duplicate]

I Create and assign one campaign to another Team-mate in "wait for approval".IF my team-mate is "Approved" that assigned campaign.At that time how to i get back that same campaign to my campaign area ...
0
votes
1answer
426 views

Retrieving custom entities in CRM 4 C#

In our CRM environment users have a 1:N relation to an available hours entity which represents their actually available hours for the week. I'm looking for a way in c# to retrieve all the available ...
0
votes
1answer
193 views

Retrieve a fields value from a custom entity using C# in MSCRM 4

In our CRM environment we have a custom entity type in settings for custom parameters in which entities contain a name, type, and value. I need to get one of these "parameters" in a web application ...
2
votes
1answer
54 views

How to add a sample Buttom inside Ribbon in ms dynamics CRM

I'm new to CRM , now i just want to add a sample button named as sample in Ribbon, i have exported "customized XML" , from here how to add custom id , command id etc. Thanks in Advance.
2
votes
1answer
106 views

How to add CustomAction Id in Customization xml in ms dynamics CRM

Im a beginner to MS Dynamics CRM 2011 , and now need to add sample button in Ribbon. Now i added CustomAction Id.. below CustomActions in Customization.xml file , but while importing into CRM , it ...
0
votes
1answer
86 views

Best approach to execute stored procedures from within CRM using a Custom Button

I am looking for some advice. We have multiple systems that sync from Microsoft Dynamics 4 (CRM) on a nightly basis. However I am often asked to manually execute the SP during the day as the sync is ...
2
votes
1answer
74 views

Determine height of iFrame

I have an iFrame in Dynamics CRM (2011 on premise) which contains an aspx file which loads transaction line items (like an invoice line item). The quantity of line items is highly variable, from 1 to ...
2
votes
1answer
174 views

CRM Dynamics Workflow Waiting Conditions

I have a question regarding a problem I'm facing. Is there any way I can have a workflow waiting for another workflow to finish (or at least fire a couple of seconds after the first has executed)? My ...
4
votes
1answer
112 views

Can't create managed solution in CRM 2011 after importing CRM 4.0 Org

I am upgrading a CRM 4.0 org to a CRM 2011 org. I started the process by importing the CRM 4.0 org into the CRM 2011 org. It seems that I am now unable to create a managed solution from what I have ...
0
votes
3answers
118 views

Create an Incident by web service into Dynamics CRM4

I have been literally banging my head on the desk for days on this one. My create account xml request works fine, but my incident xml request doesnt work. Here it is below, any help would be greatly ...
3
votes
1answer
168 views

Retrieve SystemUser info from TeamMembership CRM 2011

I'm trying to get SystemUser info from TeamMembership. I've been trying with these snippets but the first one, create a new entity, but don't retrieve all info of the user, like email address, phone ...
0
votes
2answers
71 views

Unable the perform import using CSV file, permission issue on CRM dynamics

I have created a Data Map- 'Ipad App Geveva Event' for importing lead records using csv file from Import function on CRM. I have then set the permission on role which user is having. But when I click ...

1 2 3 4 5 12