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
4
votes
2 answers

How to create a non-nullable CRM basic type like int or double?

When we create a new field in Microsoft Dynamics CRM, it will create it in the database as NULL allowed. How can you create a field in CRM that is NON-NULL in the backing database, like they do use for some of their own fields? Selecting the…
Abel
  • 56,041
  • 24
  • 146
  • 247
4
votes
2 answers

There should be only one owner party for an activity in CRM 2011 Workflow

I created one system workflow in CRM 2011 to assign a record to Team on creation of an activity as shown in the below figure. When workflow triggered, its not assigning record to team, instead its giving an error "Invalid Argument". In error…
4
votes
1 answer

Pre & Post-Entity Images on Update-Plugin CRM 2011

I hope somone can help me with a problem I been trying to deal with over some time now. I have a create plugin and a update plugin. For testing purposes my create plugin (Pre-Operation) does a simple calculation and puts the result on a field after…
A Robben
  • 299
  • 2
  • 5
  • 20
3
votes
1 answer

MSCRM Sitemap link to .htm page. How do I pass parameters?

I have a Site Map link that opens up a Web Resource .htm page. Everything works great except I want to pass some values to that page. I assumed I could pass them as a querystring since there is the Xrm.Page.context.getQueryStringParameters() method…
3
votes
1 answer

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 calls and I have around 200,000 to do. Is there a way…
Merds
  • 53
  • 10
3
votes
1 answer

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 an ASPX page in the CRM 4 ISV folder. This code…
jacobappleton
  • 538
  • 8
  • 22
3
votes
1 answer

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?
Daltrey
3
votes
1 answer

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:
user482375
3
votes
1 answer

Adding Annotation

I am trying to add a annotation via code and the annotation adds fine but it won't add the correct CreatedBy user. It just adds the annotation and sets the createdby user to the admin. This is what I am using: Entity annotation = new…
user482375
3
votes
3 answers

Dynamics CRM - Daylight savings time

Daylight savings time kicked in on March 27 in Ireland. Since then any records that have been added to Dynamics have had any date fields set to an hour behind the actual time they were added. What's weird is that the web UI returns the dates…
dlarkin77
  • 867
  • 1
  • 11
  • 27
3
votes
0 answers

Eager loading child properties using LINQ to CRM

Is there anyway I can eager load client defined child properties on a CRM entity using the LINQ to CRM Provider supplied in SDK 4.0.12? I'm looking for something the same as the pattern in Entity Framework as shown here. I'd love to be able to do…
Darren Lewis
  • 8,338
  • 3
  • 35
  • 55
3
votes
1 answer

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 Detail.InnerText…
3
votes
1 answer

How to delete a user in MSCRM 4.0

Do you know of a way to get rid of CRM User accounts in MSCRM 4.0? After some user accounts have been deleted in AD we're faced a lot of issues while importing the organisation to another server stating that there are issues with the user…
Chris Richner
  • 2,863
  • 2
  • 26
  • 38
3
votes
2 answers

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 about 5 seconds. The overhead occurs before…
nang
  • 421
  • 6
  • 16
3
votes
3 answers

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. The trouble however is that I don't know how to…
MBender
  • 5,395
  • 1
  • 42
  • 69
1
2
3
45 46