1
vote
1answer
25 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 R …
0
votes
1answer
23 views
Updating a Workflow assembly in CRM 4.0
I have created a workflow assembly for Microsoft CRM 4.0, and uploaded it to the server, storing it in the database, using the Plugin Registration Tool v2.2 from http://code.msdn.m …
0
votes
1answer
199 views
BizTalk 2006 Adapter for CRM 4.0 Response
HI,
i am using BTS 2006 adapter for MS CRM 4.0 to create records and to fetch data from MS CRM 4.0.
I want to get the response from CRM after the record is created or to fetch dat …
0
votes
1answer
38 views
ImportXmlWithProgress not updating result attribute of importjob
I tried to write some code to import a large customization containing 50+ entities. I used the microsoft article 'ImportXmlWithProgress Message (CrmService) as a bases, but was not …
0
votes
1answer
120 views
Installing MS CRM IFD does not update registry and database
When I am trying to install the IFD tool on an on-premise CRM installation it is not updating the registry and the database.
Should the user doing the installation have some speci …
1
vote
2answers
447 views
Performing complex query with Dynamics CRM 4.0
Hi,
I have two custom entites, Product and ProductType, linked together in many-to-one relationship. Product has a lookup field to ProductType.
I'm trying to write a query to fet …
0
votes
1answer
75 views
How to use IE Developer toolbar when customizing CRM Forms?
This is probably one of those questions with an obvious answer, but when I customize a form in CRM it appears in a pop-up without toolbars.
How can I enable the IE toolbar so tha …
1
vote
0answers
117 views
Customising CRM Contacts address list
There are 2 customisation tasks I have been asked about on the Outlook client CRM Contacts address list:-
1) Adding/removing columns to the list
2) Allow users to select email 1 …
0
votes
1answer
146 views
Unable to add user with CrmService API in Dynamics CRM
We have Dynamics CRM 4 update rollup 6 configured as an IFD and have set the UserRootPath using the deployment configuration tool. Adding users through the CRM interface works perf …
0
votes
1answer
31 views
SSRS parameter validation
I am using SSRS reports in MS Crm 4.0
I have two datetime parameters in my report. They are fine until someone type in an invalid format, e.g. 9/30/2008 or 40/09/2008 or random te …
1
vote
2answers
117 views
MS CRM recursive workflow and performance
I’m about right 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 …
0
votes
3answers
62 views
Code generation tools for crm 4.0
Is there any free code generating tool that can connect to crm server and create code for selected entities? The code should use SDK assemblies.
UPDATE:
@friism
C# code if possibl …
0
votes
1answer
140 views
Display and Use Advanced Find for Product Subscriptions by Account in Microsoft CRM 4.0
By default when viewing an account in edit mode you have access to Opportunities, Invoices, and Quotes which contain the products being shopped by the account and/or the sales depa …
1
vote
2answers
162 views
Ms CRM Rename ‘More Addresses’ in Account and Contact entities
Does anybody know how to rename 'More Addresses' in Account and Contact entities navigation pane?
The usual method would be to change the display options in the address/contact or …
2
votes
2answers
319 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">
…
