<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.dynamics.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Microsoft Dynamics CRM - Tips, Tricks &amp;amp; Add-ons - Inogic</title><subtitle type="html">Inogic is a hub of like minded professionals who believe that innovativeness is the key for providing the most optimum solutions in the SME segment.We are committed to putting our time and efforts to Research and Develop on Dynamics CRM so that you can be benefited by the cutting edge methodologies. We endeavor to share some of our work on this blog by introducing Tips, Tricks and products from our labs.
&lt;p&gt;Learn More: &lt;a target="_blank" href="http://inogic.com/"&gt;Inogic.com&lt;/a&gt;&lt;/p&gt;</subtitle><id>http://community.dynamics.com/blogs/crminogic/atom.aspx</id><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/default.aspx" /><link rel="self" type="application/atom+xml" href="http://community.dynamics.com/blogs/crminogic/atom.aspx" /><generator uri="http://communityserver.org" version="4.0.0.0">Community Server</generator><updated>2009-10-19T08:03:00Z</updated><entry><title>Active Directory integration for Users in Dynamics CRM</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/03/15/active-directory-integration-for-users-in-dynamics-crm.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/03/15/active-directory-integration-for-users-in-dynamics-crm.aspx</id><published>2010-03-15T06:17:00Z</published><updated>2010-03-15T06:17:00Z</updated><content type="html">It is common knowledge that Dynamics CRM is based on Windows authentication. This means that for the users to be able to access Dynamics CRM, they should exist in Active Directory (AD) before they can be added as Users in Dynamics CRM. At the time of adding a System User in CRM, it asks you to enter the windows logon id, with that entered, it automatically auto populates the other information for the user like user name, email address etc. This information is picked from the AD User account that...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/03/15/active-directory-integration-for-users-in-dynamics-crm.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=53967" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Integration" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Integration/default.aspx" /><category term="Active Directory" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Active+Directory/default.aspx" /></entry><entry><title>How to check the actual error reported for a Workflow failure </title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/03/08/how-to-check-the-actual-error-reported-for-a-workflow-failure.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/03/08/how-to-check-the-actual-error-reported-for-a-workflow-failure.aspx</id><published>2010-03-08T06:42:00Z</published><updated>2010-03-08T06:42:00Z</updated><content type="html">When a workflow fails, all it shows in CRM is a window similar to the following. in any way to identify the cause of the failure, especially if you were using a workflow assembly in the workflow. To check the actual error reported during the execution workflow, you can search for the error code and message column of the System Job. You can create an advanced find view as described below to get the error message. - Go to advance find select “system job” entity with “all system job”. - Change the condition...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/03/08/how-to-check-the-actual-error-reported-for-a-workflow-failure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=53136" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="workflow failure" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/workflow+failure/default.aspx" /><category term="worflow error" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/worflow+error/default.aspx" /></entry><entry><title>How to add scroll bar to CRM Dashboard accelerator </title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/03/02/how-to-add-scroll-bar-to-crm-dashboard-accelerator.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/03/02/how-to-add-scroll-bar-to-crm-dashboard-accelerator.aspx</id><published>2010-03-02T13:04:00Z</published><updated>2010-03-02T13:04:00Z</updated><content type="html">The CRM Dashboard accelerator released displays Dashboards in its Workplace. However there is one issue with it, that being that it does not provide scrollbars to scroll through the page to view all the available charts on the screen. In this blog we have describe how to add the scrollbar for this report page. For this we need to do some changes in the “sitemap” file and add one custom page with iframe control. Steps are: 1) Create the custom page (DBpage.aspx) with following code. &amp;lt;html&amp;gt; &amp;lt;head&amp;gt;...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/03/02/how-to-add-scroll-bar-to-crm-dashboard-accelerator.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=52596" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Dashboards" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Dashboards/default.aspx" /><category term="scroll bar" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/scroll+bar/default.aspx" /></entry><entry><title>How to Sort CRM views by more than one attribute</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/02/25/how-to-sort-crm-views-by-more-than-one-attribute.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/02/25/how-to-sort-crm-views-by-more-than-one-attribute.aspx</id><published>2010-02-25T14:22:00Z</published><updated>2010-02-25T14:22:00Z</updated><content type="html">Quite often there stems a need to have the CRM views sorted by more than one column being displayed. Say you would first like to sort accounts by Type followed by City and then by the account name. Using the CRM view designer, we can only provide the sorting for one column. You can however achieve this by using CRM shortcut key combination of Ctrl+Shift+Mouse Click on the selected columns of the view. By default this view is sorted by Account Type. The Sorting works in the sequence in which the columns...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/02/25/how-to-sort-crm-views-by-more-than-one-attribute.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=52208" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="attribute" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/attribute/default.aspx" /><category term="CRM View" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/CRM+View/default.aspx" /><category term="Sort" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Sort/default.aspx" /></entry><entry><title>Experiences with recovering a CRM database marked as SUSPECT </title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/02/12/experiences-with-recovering-a-crm-database-marked-as-suspect.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/02/12/experiences-with-recovering-a-crm-database-marked-as-suspect.aspx</id><published>2010-02-12T11:58:00Z</published><updated>2010-02-12T11:58:00Z</updated><content type="html">Unfortunately we had our CRM down because the CRM database was marked suspect in SQL. Had a tough time getting it back. Here we share our experience and the steps/commands that helped us get our system back up and running. These may not be the only way of fixing it and perhaps not everyone’s problem would be solved by following these but I hope some of the points below would perhaps get you closer to retrieving your data back. - Stop the SQL server service. - Go to Physical location of the suspected...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/02/12/experiences-with-recovering-a-crm-database-marked-as-suspect.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=50786" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="SQL Error" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/SQL+Error/default.aspx" /><category term="Database corrupt" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Database+corrupt/default.aspx" /><category term="Recover SQL Database" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Recover+SQL+Database/default.aspx" /></entry><entry><title>InoLink: QuickBooks - Dynamics CRM Integration Version 2.0 Released</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/02/09/inolink-58-quickbooks-dynamics-crm-integration-version-2-0-released.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/02/09/inolink-58-quickbooks-dynamics-crm-integration-version-2-0-released.aspx</id><published>2010-02-09T12:52:00Z</published><updated>2010-02-09T12:52:00Z</updated><content type="html">We have come up with the next version of InoLink: QuickBooks - Dynamics CRM Integration InoLink: QuickBooks is an integration link developed to integrate QuickBooks with Dynamics CRM. After detailed evaluation of the feedback received over a period of time we have come up with this version. What’s new in this version? 1. The general look and feel has been vastly improved for seamless integration with Dynamics CRM. 2. Better user experience in terms of use of Ajax for user feedback to processes. 3...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/02/09/inolink-58-quickbooks-dynamics-crm-integration-version-2-0-released.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=50345" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Integration" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Integration/default.aspx" /><category term="QuickBooks" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/QuickBooks/default.aspx" /><category term="Connector" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Connector/default.aspx" /><category term="Microsoft Dynamics CRM" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Microsoft+Dynamics+CRM/default.aspx" /><category term="InoLink" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/InoLink/default.aspx" /></entry><entry><title>Sharing access in Dynamics CRM</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/02/05/sharing-access-in-dynamics-crm.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/02/05/sharing-access-in-dynamics-crm.aspx</id><published>2010-02-05T06:34:00Z</published><updated>2010-02-05T06:34:00Z</updated><content type="html">Dynamics CRM has the concept of record ownership. A record can only be owned by single user and not by a team or more than one users. Depending on the security roles defined it is possible to restrict a user to have access to only records owned by them. However in most practical situation where people work in teams it would be required to allow a group of persons to have access to certain records in addition to the records owned by them. In such case you can use the concept of “Sharing” that is available...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/02/05/sharing-access-in-dynamics-crm.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=50035" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Dynamics CRM 4.0" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Dynamics+CRM+4.0/default.aspx" /><category term="sharing" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/sharing/default.aspx" /></entry><entry><title>CRM Relationship Behavior (contd) - Cascading rule for Relationship Behavior</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/02/02/crm-relationship-behavior-40-contd-41-cascading-rule-for-relationship-behavior.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/02/02/crm-relationship-behavior-40-contd-41-cascading-rule-for-relationship-behavior.aspx</id><published>2010-02-02T06:07:00Z</published><updated>2010-02-02T06:07:00Z</updated><content type="html">We had written on CRM Entity Relationships in one of our earlier post on this blog. To take this further today we would like to discuss the way the settings for the Cascading Rules affect the related entities when an action is performed on the main entity. Cascading Rules: Following action can be taken on the parent entity - Assign - Delete - Merge - Reparent - Share - Unshare The cascading rules let you decide the action to be taken on the child entities when any of the above action is taken on...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/02/02/crm-relationship-behavior-40-contd-41-cascading-rule-for-relationship-behavior.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=49645" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Relationship" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Relationship/default.aspx" /><category term="cascading rules" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/cascading+rules/default.aspx" /></entry><entry><title>InoDashboard – Dynamics CRM Business Intelligence Dashboard released</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/01/25/inodashboard-8211-dynamics-crm-business-intelligence-dashboard-released.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/01/25/inodashboard-8211-dynamics-crm-business-intelligence-dashboard-released.aspx</id><published>2010-01-25T11:58:00Z</published><updated>2010-01-25T11:58:00Z</updated><content type="html">Dynamics CRM requires a comprehensive tool for monitoring the KPI in a visual/dashboard format. Inogic labs has come up with InoDashboard, a Business Intelligence Dashboard designed for Microsoft Dynamics CRM to fill in this gap. This tool will allow the CRM users at each level to design a dashboard specific to them and include the reports and monitor areas specific to their interest. It comes along with a pre-packaged bundle of about 40+ reports that provide you with the most commonly requested...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/01/25/inodashboard-8211-dynamics-crm-business-intelligence-dashboard-released.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=48874" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Dynamics CRM 4.0" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Dynamics+CRM+4.0/default.aspx" /><category term="Dashboards" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Dashboards/default.aspx" /><category term="ASP chart controls" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/ASP+chart+controls/default.aspx" /></entry><entry><title>Increasing the length of address1_line1 attribute does not work - FIX</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/01/13/increasing-the-length-of-address1-line1-attribute-does-not-work-fix.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/01/13/increasing-the-length-of-address1-line1-attribute-does-not-work-fix.aspx</id><published>2010-01-13T12:14:00Z</published><updated>2010-01-13T12:14:00Z</updated><content type="html">We once happened to increase the length of the adress1_line1 attribute of account to 200. We had done this before with other attributes and it had worked just fine. So we were surprised when even after publishing the account entity after make the above change, we still received an error. To Fix this Error we had to instead increase the length of line1 attribute of the “customeraddress” entity and publish this entity. Once the above change was published we did not receive any more errors related to...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/01/13/increasing-the-length-of-address1-line1-attribute-does-not-work-fix.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=47089" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="address attribute" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/address+attribute/default.aspx" /><category term="address1_line1" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/address1_5F00_line1/default.aspx" /></entry><entry><title>Change left navigation lable ,display order on custom entity</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/01/11/change-left-navigation-lable-display-order-on-custom-entity.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/01/11/change-left-navigation-lable-display-order-on-custom-entity.aspx</id><published>2010-01-11T06:11:00Z</published><updated>2010-01-11T06:11:00Z</updated><content type="html">This blog will help you to customize your left navigation pane settings found on entity record. Like shown in below screen shot. You can change the order as well as label shown over here but note that this functionality will only apply on custom entity and not on system entity. This is CRM functionality where you can change the display label and order of the list on the left navigation. Following below steps for this: - Go to Settings --&amp;gt; Customization --&amp;gt; Customize entities and open the entity...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/01/11/change-left-navigation-lable-display-order-on-custom-entity.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=46577" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="custom entity" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/custom+entity/default.aspx" /><category term="navigation lable" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/navigation+lable/default.aspx" /><category term="display order" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/display+order/default.aspx" /></entry><entry><title>Debugging Script with CRM events</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/01/07/debugging-script-with-crm-events.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/01/07/debugging-script-with-crm-events.aspx</id><published>2010-01-07T05:43:00Z</published><updated>2010-01-07T05:43:00Z</updated><content type="html">Writing JavaScript in CRM is a tedious job and finding the error in your script is even more difficult. The best way to find the error cause is to debug it. The blog will give you the steps to debug the scripts added on form events in CRM. Steps to enable debugging script: - Go to Internet Explorer settings. - Click on Tools and select Internet Options. You will we see following screen. - On the Advanced Tab, under Browsing find the Disable script debugging (Internet Explorer) option and uncheck...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/01/07/debugging-script-with-crm-events.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=46576" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Scripting" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Scripting/default.aspx" /><category term="CRM events" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/CRM+events/default.aspx" /></entry><entry><title>How to change the properties of the Primary Attribute of an Entity </title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2010/01/05/how-to-change-the-properties-of-the-primary-attribute-of-an-entity.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2010/01/05/how-to-change-the-properties-of-the-primary-attribute-of-an-entity.aspx</id><published>2010-01-05T05:30:00Z</published><updated>2010-01-05T05:30:00Z</updated><content type="html">The blog will help you change the properties of primary attribute of an entity. Modifying properties of primary attribute is disabled when you try to do it from “Primary Attribute” tab. However you can change the properties if you opened the attribute from Attributes left navigation instead. Follow the steps below to change the requirement level for account entities primary attribute “name”. (Note the Ownership of entity does not matter here i.e. as “User” or “Organization”) 1. Go to Attributes and...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2010/01/05/how-to-change-the-properties-of-the-primary-attribute-of-an-entity.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=46574" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Primary Attribute" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Primary+Attribute/default.aspx" /><category term="requirement level" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/requirement+level/default.aspx" /></entry><entry><title>CRM Relationship Behavior</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/12/28/crm-relationship-behavior.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/12/28/crm-relationship-behavior.aspx</id><published>2009-12-28T12:08:00Z</published><updated>2009-12-28T12:08:00Z</updated><content type="html">The blog will help you in the scenarios when you requires to move records from one user to another user with some conditions. Like in scenario one of your sales rep leave the organization and you need to assign his records to the newly joined rep but you also need to keep the history of this old rep (completed work like activities etc) in such scenario you need to check what type relationship behavior is applied in your entity relationship. The relationship behavior feature of CRM handles action...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/12/28/crm-relationship-behavior.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=45939" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Relationship" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Relationship/default.aspx" /><category term="type of behavior" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/type+of+behavior/default.aspx" /></entry><entry><title>Send bulk mails from campaign and quick campaign using Mail Merge feature</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/12/18/send-bulk-mails-from-campaign-and-quick-campaign-using-mail-merge-feature1.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/12/18/send-bulk-mails-from-campaign-and-quick-campaign-using-mail-merge-feature1.aspx</id><published>2009-12-18T13:01:00Z</published><updated>2009-12-18T13:01:00Z</updated><content type="html">The blog will cover the process on how to send bulk emails using Quick Campaign as well as Campaigns with the help of Mail merge document. The Mail merge document allows ability to create your own word document in which you can format the mail content as per your requirement easily. The most useful feature of using mail merge is you can add images in the mail which you can not directly add in CRM mail. Send mail merge email using quick campaign You can create quick campaign from marketing list/CRM...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/12/18/send-bulk-mails-from-campaign-and-quick-campaign-using-mail-merge-feature1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=45326" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Quick Campaign" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Quick+Campaign/default.aspx" /><category term="mail merge" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/mail+merge/default.aspx" /><category term="Campaign" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Campaign/default.aspx" /></entry><entry><title>CRM data dictionary</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/12/09/crm-data-dictionary.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/12/09/crm-data-dictionary.aspx</id><published>2009-12-09T00:00:00Z</published><updated>2009-12-09T00:00:00Z</updated><content type="html">To check the CRM data dictionary you can browse to http://&amp;lt;ServerName:port&amp;gt;/OrganizationName/sdk/list.aspx where ServerName: Name of the server with port number. OrganizationName: Name of the organization. The data dictionary lists out both system and custom entities and attributes defined for the organization. If you click on the icon in the Definition column, you can view all the attributes in the selected entity. At the top you can view ownership type of the entity, its type code, whether...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/12/09/crm-data-dictionary.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=44134" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="CRM data dictonary" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/CRM+data+dictonary/default.aspx" /><category term="Metadata browser" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Metadata+browser/default.aspx" /></entry><entry><title>How to purge Log file of CRM database </title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/12/07/how-to-purge-log-file-of-crm-database.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/12/07/how-to-purge-log-file-of-crm-database.aspx</id><published>2009-12-07T09:02:00Z</published><updated>2009-12-07T09:02:00Z</updated><content type="html">Over a period of time, you will notice that the size of the transaction log file has grown exponentially and it has now used up most of the free disk space available on the drive. Transaction log keep a track of all updates being made to the database tables and is required for recovery or restore of the database. So it is important that we do not lose the transaction logs. However we can safely purge the logs for the transactions have been completed successfully. To free up the disk space used by...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/12/07/how-to-purge-log-file-of-crm-database.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=44131" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="truncate" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/truncate/default.aspx" /><category term="transaction log" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/transaction+log/default.aspx" /></entry><entry><title>How to Create "My views" for custom entities</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/12/03/how-to-create-34-my-views-34-for-custom-entities.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/12/03/how-to-create-34-my-views-34-for-custom-entities.aspx</id><published>2009-12-03T09:07:00Z</published><updated>2009-12-03T09:07:00Z</updated><content type="html">The Account entity in CRM comes along with pre-defined views for My Active Accounts. However, when you create a custom entity you will notice that by default only two views are created “Active” and “Inactive”. If you would like to add “My Active” and “My Inactive” views for custom entities, you would need to create them yourself by customizing the entity. To create a “My Active” view in custom entity just follow the below steps: Here we take an example of “Test” entity. Step 1: Navigate to Settings...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/12/03/how-to-create-34-my-views-34-for-custom-entities.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=43878" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="CRM View" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/CRM+View/default.aspx" /><category term="custom entity" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/custom+entity/default.aspx" /><category term="my views" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/my+views/default.aspx" /></entry><entry><title>Fix - Unable to connect to the remote server Error</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/11/30/unable-to-connect-to-the-remote-server-error-while-accessing-crm-page.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/11/30/unable-to-connect-to-the-remote-server-error-while-accessing-crm-page.aspx</id><published>2009-11-30T12:45:00Z</published><updated>2009-11-30T12:45:00Z</updated><content type="html">“Unable to connect to the remote server Error”, this error occurs because the connection is lost with the server. When you make authenticated calls, the client opens the connection and then closes it as well. The connection is not re-used. If you make such calls repeatedly to the server, all available connections get exhausted. This can be fixed by modifying one of the TCP/IP parameters to increase the # of connections available. You would also need to insert a delay in your code using the Sleep...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/11/30/unable-to-connect-to-the-remote-server-error-while-accessing-crm-page.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=43558" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="remote server error" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/remote+server+error/default.aspx" /><category term="unable to connect to the remote server" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/unable+to+connect+to+the+remote+server/default.aspx" /></entry><entry><title>How to Track the Next Action and Last Touch dates on Account</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/11/30/how-to-track-the-next-action-and-last-touch-dates-on-account.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/11/30/how-to-track-the-next-action-and-last-touch-dates-on-account.aspx</id><published>2009-11-30T05:59:00Z</published><updated>2009-11-30T05:59:00Z</updated><content type="html">Quite often you need to monitor and have workflows designed based on the &amp;quot;Last Touch Date&amp;quot; or the &amp;quot;Next Action&amp;quot; date. While the former should reflect the last interaction made with the customer, the later is to keep track of the next upcoming interaction with the customer. End users often believe the Modified date reflected on the Account form, is the &amp;quot;Last Touch Date&amp;quot;. Well, that is not true. The Modified date on the Account Form is only updated when any changes are...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/11/30/how-to-track-the-next-action-and-last-touch-dates-on-account.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=43544" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Workflows" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Workflows/default.aspx" /><category term="accounts" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/accounts/default.aspx" /><category term="Track next action" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Track+next+action/default.aspx" /><category term="last action" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/last+action/default.aspx" /><category term="last modified date" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/last+modified+date/default.aspx" /><category term="last touch date" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/last+touch+date/default.aspx" /></entry><entry><title>You receive an Sql Error when Importing Customizations</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/11/30/you-receive-an-sql-error-when-importing-customizations.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/11/30/you-receive-an-sql-error-when-importing-customizations.aspx</id><published>2009-11-30T04:38:00Z</published><updated>2009-11-30T04:38:00Z</updated><content type="html">You may come across the following error when you try to import the customizations for an entity that already exists in the system. This error is often a result of data type mismatch between the attributes in the new customization file being imported and the entity attributes already defined in CRM. Say for example an entity has an attirbute of the type picklist in CRM. However the same attribute is now defined to be of the data type int in the new customization file that needs to be imported. CRM...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/11/30/you-receive-an-sql-error-when-importing-customizations.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=43541" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Import customization error" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Import+customization+error/default.aspx" /><category term="SQL Error" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/SQL+Error/default.aspx" /></entry><entry><title>Tips on using Mail Merge Functionality in Dynamics CRM </title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/11/18/tips-on-using-mail-merge-functionality-in-dynamics-crm.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/11/18/tips-on-using-mail-merge-functionality-in-dynamics-crm.aspx</id><published>2009-11-18T08:53:00Z</published><updated>2009-11-18T08:53:00Z</updated><content type="html">Like most Contact Managers, Dynamics CRM too provides the Mail Merge ability. Recently we spent quite some time trying this out and we would like to share some of the findings that I am sure would assist other beginners in this area 1. Mail Merge functionality has been added as a privilege and so only users with the necessary privileges would be allowed to perform a mail merge. Mail merge is also available through the Web interface. 2. When the Mail merge process opens the Microsoft Word window to...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/11/18/tips-on-using-mail-merge-functionality-in-dynamics-crm.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=42581" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Dynamics CRM 4.0" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Dynamics+CRM+4.0/default.aspx" /><category term="Mailmerge" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Mailmerge/default.aspx" /><category term="templates" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/templates/default.aspx" /></entry><entry><title>Issues with deleting a picklist option from a Picklist attribute </title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/11/11/issues-with-deleting-a-picklist-option-from-a-picklist-attribute.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/11/11/issues-with-deleting-a-picklist-option-from-a-picklist-attribute.aspx</id><published>2009-11-11T10:42:00Z</published><updated>2009-11-11T10:42:00Z</updated><content type="html">CRM allows you to add/update/delete the picklist options of a picklist attribute. However, like most other contact managers that store the text/reference of the deleted picklist option in the records where it had been used, CRM does not store the reference. It differs in this regard. Once a picklist option has been deleted, all existing records that had used this value would be reset to “Default Value”. While checking out the picklist option sequencing in detail to explain it to our customer we found...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/11/11/issues-with-deleting-a-picklist-option-from-a-picklist-attribute.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=41848" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="picklist" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/picklist/default.aspx" /><category term="sequence" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/sequence/default.aspx" /></entry><entry><title>How to Increase the Tab limit in CRM Forms </title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/10/26/how-to-increase-the-tab-limit-in-crm-forms.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/10/26/how-to-increase-the-tab-limit-in-crm-forms.aspx</id><published>2009-10-26T13:04:00Z</published><updated>2009-10-26T13:04:00Z</updated><content type="html">By default the max number of tabs allowed in CRM Form is 8. The max tab limit is defined in JavaScript of formeditor.aspx. This page can be found at the following location “\Microsoft Dynamics CRM\CRMWeb\Tools\FormEditor”. You can change the count specified in the _iMaxTabs to increase the count as shown in the below screenshot. Note: This is an unsupported change and it could be overwritten if you install Rollups for CRM. ------------------------------------------------------- Posted by: Inogic...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/10/26/how-to-increase-the-tab-limit-in-crm-forms.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=40424" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Tab limit" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Tab+limit/default.aspx" /><category term="crm tabs" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/crm+tabs/default.aspx" /></entry><entry><title>Global Functions/Variables available in Dynamics CRM</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/blogs/crminogic/archive/2009/10/19/global-functions-47-variables-available-in-dynamics-crm.aspx" /><id>http://community.dynamics.com/blogs/crminogic/archive/2009/10/19/global-functions-47-variables-available-in-dynamics-crm.aspx</id><published>2009-10-19T07:03:00Z</published><updated>2009-10-19T07:03:00Z</updated><content type="html">Global Functions: There are various global functions which provide information about the client system. IsOnline: This will return if the form has been opened from an Online or Offline system. This could be helpful if you would want a particular feature to be made available in a specific mode only. Example: if (IsOnline()) { alert(&amp;quot;You are working online&amp;quot;); } These above are available through scripting. If you would like to check this in your server side app, you need to add reference to...(&lt;a href="http://community.dynamics.com/blogs/crminogic/archive/2009/10/19/global-functions-47-variables-available-in-dynamics-crm.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=39825" width="1" height="1"&gt;</content><author><name>Inogic</name><uri>http://community.dynamics.com/members/Inogic.aspx</uri></author><category term="Global functions" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Global+functions/default.aspx" /><category term="Global variables" scheme="http://community.dynamics.com/blogs/crminogic/archive/tags/Global+variables/default.aspx" /></entry></feed>