Questions tagged [dynamics-crm-4]

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.

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.

Olders versions

Newer versions

678 questions
9
votes
1 answer

WSImport generates conflicting XMLTypes for multiple Dynamics CRM 4.0 WSDL's

I'm currently working with the Dynamics CRM 4.0 webservice. First thing I did, was generating the right classes with wsimport for Java/JAX-WS based on the WSDL of the webservice. While generating the classes I got some errors: [ERROR] A…
NickGreen
  • 1,742
  • 16
  • 36
7
votes
1 answer

Stepping MVC Mini Profiler without nested usings

We're modelling a complicated system based around a complicated entity relationship in Dynamics CRM 4.0 Due to the nature of development we've had to implement a repository style pattern and have lots of different providers that relate to each…
Russ Clarke
  • 17,511
  • 4
  • 41
  • 45
7
votes
3 answers

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 window with the Contact's details. I want to…
Rocho
  • 195
  • 1
  • 2
  • 5
6
votes
4 answers

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 QueryExpressions with the web service and sdk but can…
Dan
  • 17,375
  • 3
  • 36
  • 39
6
votes
3 answers

Concatenated / Calculated Columns in Dynamics CRM View

I am new to MS Dynamics and I would like to know if there is a way of adding column to a view within that is a concatenation of some other columns, for example: Firstname + ' ' + Lastname As Fullname There doesn't seem like there is an obvious…
bigtv
  • 2,611
  • 5
  • 29
  • 42
5
votes
1 answer

Microsoft CRM Multiple Lines of Text field issue

I have a form with 3 fields with datatype Multiple lines of Text. I've been asked to display the complete content even if the entered text values are long for these 3 fields. So i went ahead and checked the Automatically expand to use available…
5
votes
1 answer

Left join in FetchXml?

How do i do a left join using FetchXml? Consider a simple SQL query like the following: select person.name, address.city from person left join address on person.addressid = address.addressid How would something simple like this be done using…
Luke Baulch
  • 3,626
  • 6
  • 36
  • 44
5
votes
1 answer

Building a QueryExpression where name field is either A or B

I'm trying to build a Dynamics CRM 4 query so that I can get calendar events that are named either "Event A" or "Event B". A QueryByAttribute doesn't seem to do the job as I cannot specify a condition where the field called "event_name" = "Event A"…
Mike
  • 1,233
  • 1
  • 10
  • 14
5
votes
3 answers

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, what attribute(s) should I filter on? What…
splatto
  • 3,159
  • 6
  • 36
  • 69
5
votes
4 answers

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 clients system. Something we continuously fall…
4
votes
1 answer

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 Dynamics CRM. Eventually this could also create a new…
4
votes
2 answers

How to Remove the addPreSearch Filter

I am trying to remove the PreSearch filer and my code is as below. How can I achieve the same? Xrm.Page.getControl("productid").removePreSearch(function () { Object }); Xrm.Page.getControl("productid").addPreSearch(function () { …
4
votes
5 answers

Want to learn Microsoft-Dynamics CRM. Please suggest for Dynamics Beginners?

I need to work on a Dynamics project in next 3 months with Pharmaceutical client. I have been working on .NET technologies from last couple of years. Now I am interestred in learning Microsoft Dynamics. Please suggest how and where to start for the…
Rita
  • 1,237
  • 5
  • 24
  • 46
4
votes
3 answers

Is there a way to export reports from Microsoft CRM4?

I'm setting up a proper dev environment for my client (dev/qa/stage/prod). I'd like to find a way to export reports so we can cleanly move from one environment to the next. Custom RDL type reports are easy (just import the RDL in the next…
Jake
  • 906
  • 10
  • 23
4
votes
1 answer

crm 2011 how to hide/show the ribbon button with javascript

I am trying to hide/show a button from CRM 2011 Ribbon on the bases of a condition defined in JavaScript. JavaScript function returns the true/false. So I wan't to change the XML to Hide/Show the button. I have tried to do it as below, but without…
Scorpion
  • 4,495
  • 7
  • 39
  • 60
1
2 3
45 46