The dynamics-crm-4 tag has no wiki summary.
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
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 ...
3
votes
1answer
206 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
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
763 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 ...
2
votes
1answer
37 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
0answers
112 views
CRM 4.0 Multiple Execute Calls
I'm trying to update a field on a phone call entity, then close it. Current to do so as far as I can tell, takes two calls. But this is painfully slow as it's taken 30 minutes to process 60 phone ...
2
votes
1answer
487 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
117 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
2answers
91 views
early bound classes usage
Please excuse any irritation that may come through.
So after using the early bound classes for a while now our team has noticed some cons that make early bound classes pretty useless.
Issues:
...
2
votes
2answers
114 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
1answer
368 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
120 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
94 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
153 views
Sql query causing MS CRM Dynamics 4.0 slowness issue
My CRM application uers are facing slowness issue at a particular part of day and it has been found that a SQL query fires(attached below) at 1 PM daily causing the same:
select count(*) from ...
2
votes
2answers
134 views
Exclude members from a list in Dynamics CRM 4 and 2011
Just as the title says I need to exclude members from a list. I've tried using advanced find to come up with the xml query however I haven't made much progress.
What I am trying to do is to process ...
2
votes
1answer
1k views
Create a Many to Many relationship in CRM 4 and 5 in C#
I need to create/define a Many to Many relationship between a Lead and a custom entity as well as between a Contact and a custom entity. I can't seem to find any code examples of what I want to do.
...
2
votes
1answer
392 views
Customizing close opportunity dialogue box in crm 4.0
I need to add a new field to the close opportunity dialog box.
Is there any way to do this?
2
votes
1answer
752 views
Why does Microsoft Dynamics CRM 4.0 occasionally fail when calling the RetrieveMultiple web service?
I have C# using the CRM RetrieveMultiple web service to update Lead entity records. Everything works perfectly 80% of the time.
About 20% of the time, it fails. On failure, here is the SoapException ...
2
votes
1answer
317 views
Updating an expired Contract entity to draft in Microsoft Dynamics Crm
Hi I have been working on updating expired contracts in Microsoft Dynamics Crm 4.0. So that they change state to Draft and has an expired date in the future set. I have been doing this through the ...
2
votes
2answers
324 views
MS CRM 4.0 SDK - Initial query delay / speedup loading of .NET applications
I am using the C# .NET SDK for MS CRM 4.0. More especially, I use the XRM interface of the SDK.
When I start my client application, the first query (e.g. get all crm systemusers) has an overhead of ...
2
votes
1answer
135 views
Button url caching Dynamics CRM 4 issue
I have added a custom button, with url + javascript by chaning the isv xml file, as described on
http://msdn.microsoft.com/en-us/library/cc150860.aspx
and all works fine. However, when I try and ...
2
votes
1answer
307 views
How to delete entity link in Dynamics CRM 4 using webservices
If I have a 1:N relationship with A with B. Is there a web service method that I could use to remove the link between A and B[i] with out actually removing the entity B[i], if the Id of both are ...
2
votes
2answers
542 views
Creating a single CRM plugin DLL to store in the CRM database
Since the suggested way of storing plugins in MS CRM is via the CRM database, I figured it's about time to do something about the method I'm currently using, which is storing the DLLs on the disk.
...
2
votes
3answers
688 views
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
...
2
votes
1answer
852 views
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 ...
2
votes
2answers
519 views
Updating entites in Dynamics CRM 4 through the CRM-webservice takes forever
Im having some trouble with Dynamics CRM 4. Im trying to update prices and availability with the crm-service in a WPF-app but it takes forever. Up to half an hour with about 6000 products. Should it ...
2
votes
1answer
1k views
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 ...
2
votes
4answers
1k views
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 ...
2
votes
3answers
1k views
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 ...
2
votes
2answers
507 views
How to access data in Dynamics CRM?
What is the best way in terms of speed of the platform and maintainability to access data (read only) on Dynamics CRM 4? I've done all three, but interested in the opinions of the crowd.
Via the ...
2
votes
2answers
714 views
Why won't my styles show in a Dynamics CRM 4 IFRAME?
I have created a web page (ASP.NET) that includes a stylesheet to mimic Dynamics CRM styles. This is to be used in a CRM IFRAME (within a form).
The stylesheet is referenced as follows:
<head ...
2
votes
3answers
1k views
Dynamics CRM: Create users with specific GUIDs
For integration purposes our users in Dynamics CRM need to have the same GUIDs as in the rest of our environment (several custom web apps built on ASP.NET and SQL Server 2005). But when we try to ...
2
votes
2answers
851 views
MS CRM can't add users after database restore
We have restored an old ms CRM database over a newer version. But when I try and add users which were already existed in newer version I get an error.
If I delete the users from our of active ...
2
votes
1answer
836 views
Microsoft CRM, how do I get all the members of a list using CrmService?
I am developing a tool that needs to read data from Microsoft CRM using the webservice API.
I need to get all the members of a marketing list. I can get all the lists in the system using the ...
2
votes
2answers
3k views
Retrieving display value of lookup field in Dynamics CRM C# plugin
I am trying to retrieve the display value of a lookup field in a plugin for MS Dynamics CRM 4.0. The value of the attribute is a GUID which points to another entity (owner of salesorder in this case). ...
2
votes
2answers
530 views
CRM File attachments
CRM saves attachements in AnnotationBase base table.
How can I convert the text in the DocumentBody entity back to file and save it the file system.
I’m comfortable with plugins and workflow ...
2
votes
1answer
1k views
Creating a PDF of a Dynamics CRM 4.0 report programmatically
We are currently in the midst of upgrading our CRM 3.0 installation to CRM 4.0.
One of the things we were doing from our external web site is pulling a PDF of a report using the ReportViewer control ...
2
votes
3answers
595 views
Microsoft Dynamics CRM 4.0 using 3.0 Callouts and Workflows
We are migrating to CRM 4.0 from 3.0. In this process, we have had our data migrated from our existing CRM 3.0 instance to a new CRM 4.0 instance.
This has been going all well and good until I got to ...
2
votes
1answer
666 views
IE7 and posting a form in an iframe in MS CRM = new window
I have an ASP.Net MVC Page with a very simple form on it: One Textbox and a submit button. The form uses the standard mvc BeginForm() syntax:
<% using (Html.BeginForm()) { %>
When the page is ...
2
votes
2answers
1k views
How to create a new record with a particular GUID
Using the Dynamics CRM I'm trying to create an instance of an entity. I would like to manually set the GUID, but if I had the attribute that is the primary key to the DynamicEntity, I get following ...
2
votes
1answer
296 views
How do I publish a Dynamics CRM4 plug-in with multiple assemblies?
My plugin DLL is really simple but references fifteen or so other DLLs. How do I register this?
2
votes
2answers
5k views
How can I link entities in a CRM 4.0 query using the web service and return columns from both?
I have a query that I need to execute against CRM. It is the equivalent of the following in SQL:
SELECT A.*, B.*
FROM Table1 A INNER JOIN Table2 B
ON A.ID = B.ID
I created a query and added a ...
2
votes
5answers
11k views
Update Custom Entities in MS CRM 4.0 via Custom Workflow
I have created a custom entity in MS CRM 4.0 and am trying to update a couple of the attributes via a custom worflow in .Net. I have read through several of the forums and blog posts and am still ...
2
votes
5answers
2k views
Creating or Updating Custom Entites in MS CRM 4.0
For a requirement i was asked to export information into a custom entity that was created in MS CRM 4.0. I am trying to do this programmatically and I have not found a single code that actually ...
2
votes
2answers
3k views
Retrieving Attribute names of an Entity in MS CRM 4.0
I am back again with another question on ms crm.
The latest thing i am trying to do is retrieve the attribute name and type that exist in an entity, Dynamic Entity to be precise. I have the following ...
2
votes
2answers
4k views
Accessing Controls on page loaded in IFrame in MS CRM 4.0 using Javascript
I have a custom aspx page loaded in a IFrame in one of the modules in MS CRM 4.0. This page basically has 6 textboxes (txtValue1, txtValue2 and so on..) with values in it. I want to access these ...
1
vote
1answer
10 views
How to refer Javascript file in HTML in CRM 2011
I have created two Javascript webresources with name new_/Scripts/My.JSON2.js and new_/Script/My.RestOperations.js which contains namespace called MYTEST. And in the same place I created one html ...
1
vote
1answer
33 views
Get calling UserID from Custom Workflow in Dynamics CRM 4
I want to get the UserID of the current user from whom the Workflow was executed in Dynamics CRM 4.
I did it using the
IWorkflowContext.UserID
but it gets the ID of the Workflow Owner.