Tip #408: “Value cannot be null” when configuring Outlook Client

Recently we found that users in a specific CRM environment could not configure CRM for Outlook. The error message returned by the configuration wizard was “Value cannot be null. Parameter name: String.” Client trace showed the following: >Failed to refresh entry. Exception Microsoft.Crm.Application.SMWrappers.InvalidOrganizationIdException: Invalid OrganizationId “e79c824a-fee4-40cf-9a2f-fb79112be8b6”.    at Microsoft.Crm.Application.SMWrappers.ClientOrganizationContextFactory .Get(Guid organizationId)    at Microsoft.Crm.Application.SMWrappers.ClientOrganizationContextFactory .Microsoft.Crm.IOrganizationContextFactory.GetOrganizationContext(Guid […]

Tip #405: Convert Your SQL To FetchXML The Easy Way (or Cai)

Kingswaysoft has recently updated their SQL2Fetch Convertor Let’s say you are moving from CRM On premises to CRM Online and you want to update your reports to work with CRM Online, you can take the SQL query from your report, paste it in the SQL box and click the “convert” button to generate FetchXML. This […]

Tip #404: Automatically Republish Duplication Rule

Way back in tip 193 we let you know that your duplicate detection rules will get automatically unpublished when you update your customization or import solutions. What we didn’t tell you is that there is a Codeplex solution that you can use to automate this process. The Duplicate Detection Rule Republisher creates a scheduled task that will […]

Tip #396: Please subscribe me to all you’ve got

Is there any CRM question that Adam “I bought the truckstop” Vero does not know the answer to? Apparently not. Another mini truck stop date with Adam. When Mitch “Only in Texas” Milam asked for a potion: Anyone have any magic for adding a Contact to multiple marketing lists at once? The Add to Marketing […]

Tip #376: Stay with the versions

Latest CRM Assemblies on Nuget

Andre “I’ve got 88 in my handle” Margono reports from the development trenches: Based on the recommended practice to get the latest assemblies of Dynamics CRM SDK through Nuget I encountered one problem when I recently working on a demo with a CRM online instance. Tipp Jarr: the problem Andre has encountered is that when […]