Tagged Questions

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. It can be used as an xRM platform.

learn more… | top users | synonyms (2)

8
votes
5answers
2k views

How is your experience with Microsoft Dynamics CRM

I would like to know about your experience with Microsoft Dynamics CRM. Strengths, weak points. How good are its features. How hard is to develop some funcionality? How it is perceived by its ...
7
votes
2answers
3k views

Microsoft Dynamic CRM integration SharePoint

Have any of you done a MS CRM 4.0 and Sharepoint integration. Any Pointers? I am new both the CRM and SharePoint. After a little more research, Id like to refine my question. I basically want to use ...
6
votes
1answer
166 views

MS CRM 2011 CrmSvcUtil gives error

Im trying to use the CrmSvcUtil with the following command: C:\TMP\sdk\microsoft.xrm\tools>crmsvcutil.exe /connectionString:"Authentication Type=AD; Server=myip; User ID=myusername; Password=xxx" ...
6
votes
5answers
1k views

Micrsoft CRM 3.0 web service via PHP Soap class

I would like to create new contacts and leads using php. I can't quite figure out how to call the methods of the mscrm 3 web service. The php soap class seems quite simple to use. I am able to ...
6
votes
4answers
4k views

Custom search in Dynamics CRM 4.0

I have a two related questions. First: I'm looking to do a full text search against a custom entity in Dynamics CRM 4.0. Has anyone done this before or know how to do it? I know that I can build ...
5
votes
2answers
2k views

CRM 2011 “$ is undefined”

I have created following code, and I have included this as web resource on the CRM 2011 form to be called on field onchange event of lookup field. Everything is working fine before the $.ajax({... ...
5
votes
3answers
2k 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
3answers
1k views

LINQ to Dynamics CRM Query filtering records locally

I have written a Linq to CRM query using CRM 2011 RC (v5) LINQ-to-CRM provider. I have a locally declared List<T> which I want to join to a CRM entity and I want the query to be executed on the ...
5
votes
6answers
4k views

How do you handle the fetchxml result data?

I have avoided working with fetchxml as I have been unsure the best way to handle the result data after calling crmService.Fetch(fetchXml). In a couple of situations, I have used an XDocument with ...
5
votes
3answers
3k views

Watin - how to test site with popup pages

I'm using WatiN (Web Application Testing in .Net) to do integration testing on a Dynamics CRM 4.0 website. CRM uses a lot of popup windows - eg clicking on a Contact in a list opens a new browser ...
4
votes
2answers
4k views

How to update a CRM 2011 Entity using LINQ in a Plugin?

We are able to create new entities without any issues, but updating an existing entity in a plugin this does not appear to be working. This is for CRM 2011. var crmContext = new ...
4
votes
1answer
167 views

Callbacks from MS Dynamics CRM to a webservice

We're building a system that is tightly integrated with a clients CRM install, and need to have a callback fired when an entity is updated, created or deleted. This callback will ideally send the ...
4
votes
1answer
778 views

How to Refresh the parent Form in CRM Dynamics 5.0 after action is completed on custom child form?

I have a parent form called ISSUE. This Issue form has a button called IG on the Form Ribbon that opens custom Html Page. Now after the Submit button is clicked on the Custom form that performs some ...
4
votes
2answers
4k views

How to clear Lookup field in MS Dynamics CRM 4.0 using JavaScript

I'm trying clear the value of a lookup field via Javascript. I've tried this: crmForm.all.new_mylookupfield.DataValue = null; But that isn't working. I inspected the DataValue of the lookup when it ...
4
votes
3answers
564 views

Microsoft Dynamics UI Guidelines

SAP provides UI Guidelines for CRM WebClient User Interface. Is there something similar for Microsoft Dynamics CRM or Microsoft Dynamics in general?
3
votes
1answer
34 views

setting up permissions by “Client Status” field on Client entity

We have a few "Clients" marked as "Employee" in our CRM 2011 system. How would we create a security role to only allow certain users to access client records that have the above criteria? Thanks, ...
3
votes
1answer
145 views

MS Dynamics CRM, Web resources (.html) and “custom” Doctype

I'm trying to create heat map on bing maps ajax control using some data from CRM database. For that I created web resource and uploaded it to CRM. I set up button which when clicked open my web ...
3
votes
1answer
182 views

Business Units vs Teams in CRM 2011

I've been told a few times that Business Units in CRM 2011 are "tricky" and shouldn't be set up lightly since they have irreversible consequences for a CRM 2011 implementation. On the other hand, ...
3
votes
2answers
184 views

How to debug jScript for Dynamics CRM?

Are there any tricks or tools for debugging those jScripts that you write in the web resources and attach to an event on a form ? I have to customize a Dynamics CRM 2011 instance, which includes ...
3
votes
1answer
2k 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 = ...
3
votes
2answers
925 views

CRM 2011 - Assign new owner to appointment. “There should be only one owner party for an activity”

I need to change the owner of an appointment record when creating a new appointment. I'm using a plugin for the create message and i've found this code to assign a new owner to the appointment: ...
3
votes
1answer
323 views

Add new contact record to Dynamics CRM via REST call

I know nothing about how Dynamics works, nor do I know anything about its data model (nor do I understand its lingo, so I apologize in advance if I'm using the wrong terms). I am building a website ...
3
votes
2answers
118 views

Precision error in JScript?

I'm a jscript newbie and I've a problem. I'm writing a script to validate an IBAN bank account number in Belgium. I need to replace some letters by their position in a searchstring and afterwards I ...
3
votes
1answer
187 views

Customise a control in dynamics crm

I've written code that can make a phone dial a number from a function call, that's done and dusted. What I would like to achieve is adding a Dial button to each phone number field on the forms in ...
3
votes
1answer
1k views

Are composite joins possible using FetchXml in Microsoft Dynamics CRM 4.0?

I am using FetchXml to query CRM 4.0. We have a special case that will require a composite join between CRM entites. The FetchXml schema indicates that multiple link-entity elements are allowed, and ...
3
votes
1answer
376 views

Is Access 2007 with a touch-screen POS interface the right choice to convert my INFORMIX-SQL app?

I have evaluated several development tools for converting my informix SQL-based app. They are: Genero/4Js, FileMaker, Oracle APEX, VFP, Clarion and Access 2007. I have a CRUD pawnshop app (see ...
3
votes
3answers
3k views

CRM plugin to execute when opportunity is reopened

I need to write a plugin for Dynamics CRM 4.0 that executes when a closed opportunity is reopened in order to change the salesstagecode. My questions are: When I register a new step to the plugin, ...
3
votes
2answers
753 views

MS CRM recursive workflow and performance

I’m about to write a workflow in CRM that calls itself every day. This is a recursive workflow. It will run on half a million entities each day and deactive the record if it was not been upodated in ...
3
votes
2answers
1k views

MS CRM 4.0. FetchXML return columns even if empty

So it seems using FetchXML doesn't return a column if there is no data held for it in CRM. For example: <fetch mapping="logical" count="50"> <entity name="contact"> <attribute ...
3
votes
3answers
5k views

Connecting to Microsoft Dynamics CRM web service with Java?

Are there any online resources which show the basic steps to access the Microsoft CRM web service with a client written in Java? Which web service toolkit should I use? I tried it with JAXB but ...
3
votes
1answer
896 views

MS Dynamics CRM - database GUIDs

I was using the SDK for CRM, and printed out the PK on a bunch of instances of one of our entities. I repeated it with the database's filtered views, and got the same answer: ...
3
votes
3answers
1k views

MS WF state machine workflows and MS CRM Dynamics 4.0

MS CRM Dynamics 4.0 incorporates the MS WF engine. The built in designer allows the creation of sequential workflows whos activities have native access to CRM entities. Is it possible to: Create a ...
2
votes
1answer
23 views

How to map address changes from an account to it's child contacts

I have the following question, because I can't seem to find the answer in the documentation. I am using Dynamics CRM 4.0. My problem is the following, and I might be missing something here, but: If ...
2
votes
2answers
123 views

How to create and delete data from entity relationship many-to-many in CRM 2011?

How to create and delete data from entity relationship many-to-many in crm 2011? Code: QueryExpression qry = new QueryExpression(); qry.EntityName = "entity1_entity2"; qry.ColumnSet = new ...
2
votes
1answer
66 views

Last X Months does not function correctly in CRM 2011

I am creating a view and have tried to get the correct search created, but the results are unexpected. Basically I need to find all records that have been created in the last x months. I created my ...
2
votes
0answers
37 views

CRM 4.0 Javascript validation with JSLint

I've been asked to define our development handover requirements for our partners delivering customisations to our CRM 4.0 platform. I'm happy to give clear guidance on what we expect with regards to ...
2
votes
1answer
301 views

Connect to mscrmservices/2007/CrmService.asmx endpoint in CRM 2011 IFD/ADFS

We have just upgraded from Microsoft Dynamics CRM 4 to Microsoft Dynamics CRM 2011. Most of the upgrade has gone smoothly, however I have some custom code (written for CRM 4) which was implemented as ...
2
votes
0answers
87 views

Prevent JS-Window from closing without showing a prompt

In my MS CRM 4.0-application, there are several things to do before the window is closed. So I have to stop the window from closing in the onbeforeunload-function and do my stuff in different ...
2
votes
3answers
84 views

Can I create a custom implict type cast?

I have a class declared as such: public abstract class CrmAttribute <T> : ICrmAttribute { } And in one of the methods further down I have this castedValue = (T)value; castedValue is then ...
2
votes
2answers
75 views

Programmatically create an attribute map for custom fields on the lead/contact entities

So I have a CRM integration that adds two fields to the lead and contact. An integer and a Boolean. When we convert a lead into a contact I want those custom fields from the lead to carry over to the ...
2
votes
2answers
71 views

Deploying CRM solution

Using the crm 2011 sdk samples I've written a C# routine in Visual Studio to deactivate all active records in a custom entity. Now I'd like to wire this routine to a custom button on ribbon (figured ...
2
votes
1answer
267 views

FetchXML OR Condition

I have a FetchXML query and I have it so if participationtypemask equals 5 than it puts the users with a participationtypemask of 5 in the Required Column. But I also want to add it so if a user has ...
2
votes
1answer
104 views

Return NULLS in FetchXML

I am querying data from CRM 2011 using FetchXML to build a report in SSRS 2008. My query works, but it won't return records that link to a entity that is null. This is my Query: <fetch> ...
2
votes
1answer
81 views

CRM 2011 Revoke Impersonation

I am Impersonating a user to create the CreatedBy for Notes. But I only want to have it work with the Annotation Entity and use the normal admin to add the other records. Is there a way to associate ...
2
votes
2answers
2k 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 ...
2
votes
2answers
74 views

LINQ Checking all Records in Group

I am querying linqQuery from linqQuery2 because LINQ to CRM doesn't support GroupBy. The code below works, but it only checks against the first record found. Is there something like First() but checks ...
2
votes
2answers
151 views

Using Group in LINQ Query

I am using the LINQ to CRM provider. I am querying the information then I am using LINQ to query the LINQ to CRM query so I can use GroupBy, since the LINQ to CRM provider does not support it. This ...
2
votes
1answer
84 views

Crm dynamics custom action after clicking Invoice Paid

In MS CRM When user clicks Invoice Paid, I need to notify external site that this invoice was paid Is this possible to achieve this?
2
votes
2answers
201 views

Make Disabled Radiobuttons not greyed out (Behave as read-only)

I have a request from users to modify Microsoft CRM to make it's read-only fields not greyed out, but still read only. By inspecting the DOM I've learned that the radio controls are set as disabled. ...
2
votes
1answer
271 views

LINQ Error When using DefaultIfEmpty

I am trying to pull down the NULLS of the contacts and I am using DefaultIfEmpty to do it. But I am getting this error. "The method 'GroupJoin' cannot follow the method 'Join' or is not supported. ...

1 2 3 4 5 17