1
vote
0answers
59 views

How to set the background image in a chart in CRM 2011 XML

Im trying to add an image to the background of a radar chart in crm 2011 using XML. I've tried this: <ChartAreas> <ChartArea BackImage="c:\test\wheeltest1.jpg" BorderColor="White" ...
0
votes
0answers
131 views

XC1020: Build error occurred in the XAML MSBuild task: 'Token StartAttribute in state Element Content would result in an invalid XML document.'

I have added to a VS 2010 C# ActivityLibrary a XAML file I exported from Microsoft Dynamics CRM 2011. When I load the file I receive the following error: XC1020: Build error occurred in the XAML ...
1
vote
1answer
84 views

Fetching irregular data from CRM Dynamics

I've created a fetch XML that gives me all the contacts in a marketing list. I also would like to get the name of the list baked into the output. I've found two ways to achieve that, none of which is ...
1
vote
1answer
98 views

Reading LiveDeviceID.xml for password

I'm trying to connect to CRM Dynamics On-line and I can get there if I runt the following command from the console in order to get the user name and the password. deviceregistration.exe ...
1
vote
1answer
244 views

Importing an Excel 2003 xml file with multiple sheets into Microsoft Dynamics 2011

I'm trying to set up a data map in Dynamics CRM which will allow me to import customer data from a Microsoft Excel 2003 XML file that has multiple worksheets. Each entity information ("Accounts" and ...
0
votes
2answers
369 views

Dynamics CRM, Ribbon Button, Add linked child entity

I'm trying to add a button to the contact form which creates a child activity record linked to the parent contact. I'm using the Ribbon Workbench to attempt this. I've got the button showing ...
0
votes
0answers
622 views

No proper separation of headers and document XML Error

I'm receiving the following error: Error: wsdl error: Getting https://XXXXXXX.crm5.dynamics.com/MSCrmServices/2007/CrmServiceWsdl.aspx?uniquename=XXXXXXX - HTTP ERROR: no proper separation of ...
1
vote
1answer
232 views

XML Query to save client gender data in CRM2011

I am trying to save a dataset into the CRM2011 by using the SOAP API. Hopefully someone can explain how to save connected data, like gender. Under is the update xml for a minmum of data. Gender is ...
1
vote
3answers
2k views

Where to find information on SOAP/XML queries for Microsoft Dynamics CRM API

I'm working on a project for a client that wants to integrate their web site (built in PHP) with their Microsoft hosted Dynamics CRM 2011. I've found a great resource here for connecting to the ...
3
votes
1answer
4k views

Add Dropdown Menu to CRM 2011 ribbon

I 'm new to crm 2011. I've found documentation on how to add a new button to the ribbon. And how to group the buttons. But i need a dropdown menu button in the ribbon. How can i do this? I didn't ...
0
votes
1answer
513 views

CRM mail merge and Word Macros/FILLINs

I'm currently using Microsoft CRM4 Mail merge function, which stores Word files as XML files inside CRM. My client has a requirement to prompt the user for more information (not found in CRM) upon ...
0
votes
1answer
141 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 getting the output ...
7
votes
5answers
6k views

How do you handle the fetchxml result data?

I have avoided working with fetchxml as I have been unsure the best way to handle the result data after calling crmService.Fetch(fetchXml). In a couple of situations, I have used an XDocument with ...
3
votes
2answers
2k 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 ...