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 3.
Questions tagged [dynamics-crm-3]
18 questions
6
votes
4 answers
Microsoft 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 connect and authenticate to the crm web service and get…

Ben
- 380
- 1
- 3
- 14
2
votes
1 answer
Can't add related entities in CRM 3.0
The story so far:
A couple weeks ago, a field completely disappeared from the AccountExtensionBase table but remained in the Account and FilteredAccount views. This caused the Main Info form in CRM itself (which draws from that table) to stop…

extarbags
- 247
- 4
- 12
2
votes
4 answers
How to create Dynamic send port for MS CRM 3.0/4.0 in BizTalk 2006?
HI ,
I want to create a dynamic send port for MS CRM 3.0/4.0 adapter. but i didn't get how to create it? Also i didn't get any methods to set user name and password required to access CRM.
CRM URL is : http://localhost:5555
User name:…

koOldeEp
- 21
- 5
1
vote
2 answers
Pull data from another entity in CRM 3.0?
I have a form with three fields that I'd like to populate based on three attributes of a different entity. What's the best way to do this? I tried this, based on stuff I found online:
if (crmForm.all.new_name.DataValue == null) { return; }
var sdk =…

extarbags
- 247
- 4
- 12
1
vote
2 answers
How can I append to a field on a form in a CRM Callout?
I can't find any information about this. I've got a CRM callout that fires from a form, and I need append to one of the fields; for example, the field might have something like "BH" in it, and I need the callout to do some calculations and alter the…

extarbags
- 247
- 4
- 12
1
vote
1 answer
Move Microsoft Dyamincs CRM 3.0 database from one SQL Server 2005 Server to another SQL Server 2005 Server
I found this documentation:
http://support.microsoft.com/kb/917948
Does anyone have a better suggestion to accomplish this task?

Willy
- 43
- 1
- 10
1
vote
1 answer
CRM 3.0 Callouts Running in CRM 4.0 Causing Infinite Loop
I recompiled a library of CRM 3.0 callouts and deployed them to my CRM 4.0 instance. One of my PostUpdate callout calls service.Update(). This is causing the update method to fire many times. It eventually stops due to timeout errors. This does not…

KClough
- 2,079
- 2
- 21
- 29
1
vote
1 answer
New MS CRM contact already has an Active Directory account. How do I pull from AD?
I have some clients that I'd like to put into Microsoft CRM (3.0 Dynamics). These people are already in a small Active Directory group for access to a couple of internal applications.
Is there a way to add these people to CRM and pull/push the…

Feckmore
- 4,322
- 6
- 43
- 51
1
vote
1 answer
CRM 3.0 outlook laptop client and .net 2.0 on windows 8 64bit
I'm trying to force an install of the Outlook Laptop client for CRM 3.0 on a Windows 8 machine. I get so far but then it won't recognize that .Net 2 is installed. I think because it wants it to be installed by User and as it's part of the .Net 3.5…

user2244352
- 11
- 3
1
vote
1 answer
Crm 4 event log warnings. CRM Parameter Filter - Invalid parameter
I am looking for a solution on the following issue. Any suggestions will be very welcomed! Thank you in advance.
Background: We just upgraded MS Crm 3 to Crm 4
Question:
Every time when a user tries to save a new record or an update of a record. A…

Kelvin
- 483
- 4
- 13
0
votes
3 answers
How can I migrate my data from Microsoft CRM 3.0 to 4.0.2?
hello guys i am new to data migration. My primary goal is to move the data from Microsoft CRM 3.0 to CRM 4.0.2. We are using SQL Server 2008 as our production server. Can anyone advise me on this?
Riya Reddy
0
votes
1 answer
How to update the webservice password in MS Dynamic CRM 3.0
I recently changed a password on what I thought was a little if not unused account at our company. Turns out this account is what our CRM system was using to call web services. I have updated this password on about everything I can find but I am…

c8irish
- 145
- 7
0
votes
1 answer
MS CRM 3.0 , CRMWEBSERVICE,
We have a ms crm 3 instance installed and running on a VM, we have created a separate project and are creating a custom web service.
We also added web references to the crm webservice as well as the metadata service and it connected fine. However…

Barry
- 171
- 1
- 11
0
votes
1 answer
Can a CRM 3.0 PreCreate callout fill form fields in advance?
I just finished my first CRM callout, and it's working great, but it doesn't actually seem to take effect until the form that calls it is saved. It's a PreCreate deal that assigns a value to one of the attributes present on the form. Is there any…

extarbags
- 247
- 4
- 12
0
votes
1 answer
CRM 3.0 Callout not working: event: postcreate, exception: System.InvalidCastException: Specified cast is not valid
Just trying to do a (I thought) simple callout to read a number from a text file stored on the CRM server, use it as one of the values on the CRM form, and increment the number and then rewrite it to the text file. When I load the form, the callout…

extarbags
- 247
- 4
- 12