Monthly Archives: October 2012

How to consume WCF Service using Channel Factory

A Channel Factory is implemented by the IChannelFactory Interface and their associated channels are used by the initiators of a communication pattern. The Channel Factory class is useful when you want to share a common service contract DLL between the … Continue reading

Posted in General, MS CRM 2011 | Tagged , , | Leave a comment

Create E-mail Activity and Multiple E-mail Attachment in MS CRM 2011

Copy and paste the below function to get it work. You can use this function to create email activity and email attachment related to the same email activity from Plugin/ Custom Workflow / Or any external web application or windows … Continue reading

Posted in MS CRM 2011 | Tagged , , | 2 Comments

New Xrm.Utility Functions in Update Rollup 8 for Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online.

Xrm.Utility Reference The Xrm.Utility object provides a container for useful functions not directly related to the current page. These functions are available in every application page that supports scripting. You can use them in form scripts or in ribbon commands. … Continue reading

Posted in MS CRM 2011 | Tagged , | Leave a comment

How to call External WCF Service within CRM 2011 Plugins

Step 1: Build and Publish the WCF Service Step 2: Deploy the WCF Service Step 3: Create WCF client Create a WCF client using  ServiceModel Metadata Utility Tool (Svcutil.exe) by using following steps: On the Start menu click All Programs, … Continue reading

Posted in MS CRM 2011 | Tagged , , | 9 Comments