<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>PowerObjects</title><link>http://www.powerobjects.com</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/PowerobjectsMicrosoftCrmBlog" /><description>PowerObjects</description><language>en</language><lastBuildDate>Thu, 17 May 2012 14:33:31 PDT</lastBuildDate><generator>http://wordpress.org/?v=3.3</generator><sy:updatePeriod xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">hourly</sy:updatePeriod><sy:updateFrequency xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">1</sy:updateFrequency><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/PowerobjectsMicrosoftCrmBlog" /><feedburner:info uri="powerobjectsmicrosoftcrmblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>PowerobjectsMicrosoftCrmBlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Remove a Value from a Two Options Field in a Dynamics CRM Workflow</title><link>http://feedproxy.google.com/~r/PowerobjectsMicrosoftCrmBlog/~3/MfrL-cknBv8/</link><category>CRM 2011</category><category>CRM How To</category><category>General</category><category>CRM</category><category>CRM how to</category><category>crm workflows</category><category>Microsoft DynamicsCRM</category><category>Workflow</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoeCRM</dc:creator><pubDate>Thu, 17 May 2012 13:00:08 PDT</pubDate><guid isPermaLink="false">http://www.powerobjects.com/?p=7910</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>When designing<strong> <a href="http://crmhowto.powerobjects.com/crm-how-to/process-automation/workflows/">workflows in Microsoft Dynamics CRM</a></strong>, if you ever run into a problem where a <strong>Two Options (a.k.a. bit)</strong> field has been is filled in, but you do not want it filled in, this blog will describe how to remove that value.&nbsp; This may occur if you accidentally select one of the options in a Two Options field.&nbsp; You might also find out this has happened if you try to delete a bit field that is unused, but you cannot delete it because it says it is being used by a workflow.&nbsp;</p>
<p>Below is a screenshot of what a Two Options field looks like when it is being filled in by <a href="http://www.powerobjects.com/services/">crm workflow</a>.&nbsp; You&rsquo;ll notice that once Yes or No is selected, there seems to be no way to deselect one of them. <b>&nbsp;Read on and see how you can.&nbsp;</b></p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/14.png" rel="" style="" target="" title=""><img alt="workflows in Microsoft Dynamics CRM" class="alignnone size-full wp-image-7911" height="142" src="http://www.powerobjects.com/wp-content/uploads/2012/05/14.png" style="" title="workflows in Microsoft Dynamics CRM" width="340" /></a></p>
<ol>
<li>First, make sure the field is selected by selecting one of the options (in this case Yes or No)</li>
<li>Then up to the top right, change the operator from &ldquo;Set to&rdquo; to &ldquo;Clear&rdquo;.&nbsp; If this option is not available to you, see the note at the bottom of this blog</li>
</ol>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/23.png" rel="" style="" target="" title=""><img alt="Microsoft Dynamics CRM workflow" class="alignnone size-full wp-image-7912" height="262" src="http://www.powerobjects.com/wp-content/uploads/2012/05/23.png" style="" title="Microsoft Dynamics CRM workflow" width="640" /></a></p>
<p>This will place a &ldquo;clear&rdquo; token in the problem field.&nbsp; Now this features is typically used to actually clear a field using workflow.&nbsp; We don&rsquo;t want to do that.&nbsp;&nbsp; We just want to NOT update it at all.&nbsp; So, see step 3.</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/33.png" rel="" style="" target="" title=""><img alt="crm workflow" class="alignnone size-full wp-image-7913" height="119" src="http://www.powerobjects.com/wp-content/uploads/2012/05/33.png" style="" title="crm workflow" width="331" /></a></p>
<ol start="3">
<li>In the top right, change the Operator back to &ldquo;Set to&rdquo;</li>
</ol>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/43.png" rel="" style="" target="" title=""><img alt="workflow task for crm" class="alignnone size-full wp-image-7914" height="205" src="http://www.powerobjects.com/wp-content/uploads/2012/05/43.png" style="" title="workflow task for crm" width="640" /></a></p>
<p>&nbsp;Voila!&nbsp; <strong>Now nothing is selected in the Two Options field.</strong> You have officially &ldquo;released&rdquo; the field from duty in this workflow.</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/52.png" rel="" style="" target="" title=""><img alt="dynamics crm workflow" class="alignnone size-full wp-image-7917" height="141" src="http://www.powerobjects.com/wp-content/uploads/2012/05/52.png" style="" title="dynamics crm workflow" width="404" /></a></p>
<p>&nbsp;<strong>Note: </strong>If the Operator pick list is grayed out.&nbsp; Map another two-option field into the problem field instead and then delete the mapping.&nbsp; That will also clear the field.</p>
<p>Happy CRM&rsquo;ing!</p>
<img src="http://feeds.feedburner.com/~r/PowerobjectsMicrosoftCrmBlog/~4/MfrL-cknBv8" height="1" width="1"/>]]></content:encoded><description>When designing workflows in Microsoft Dynamics CRM, if you ever run into a problem where a Two Options (a.k.a. bit) field has been is filled in, but you do not want it filled in, this blog will describe how to&lt;div class="read_more"&gt;&lt;a href="http://www.powerobjects.com/blog/2012/05/17/remove-a-value-from-a-two-options-field-in-a-dynamics-crm-workflow/"&gt;Read More +&lt;/a&gt;&lt;/div&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.powerobjects.com/blog/2012/05/17/remove-a-value-from-a-two-options-field-in-a-dynamics-crm-workflow/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.powerobjects.com/blog/2012/05/17/remove-a-value-from-a-two-options-field-in-a-dynamics-crm-workflow/</feedburner:origLink></item><item><title>Dynamics CRM Using Scribe Insight and an Easy Way to Link Accounts and Contacts when Migrating Data</title><link>http://feedproxy.google.com/~r/PowerobjectsMicrosoftCrmBlog/~3/suFAFRvlss8/</link><category>CRM 2011</category><category>CRM How To</category><category>Scribe CRM Integration</category><category>CRM</category><category>CRM how to</category><category>integration</category><category>Microsoft Dynamics CRM 2011</category><category>Microsoft DynamicsCRM</category><category>migration</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoeCRM</dc:creator><pubDate>Tue, 15 May 2012 19:52:31 PDT</pubDate><guid isPermaLink="false">http://www.powerobjects.com/?p=7888</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Every now and then, we get the requirement to move data from legacy systems to <strong>Microsoft&nbsp;Dynamics CRM</strong>. Not all the legacy data have unique primary key fields defined for the tables storing the data. The fact is that some old systems and software do not even have accounts and contacts linked to each other.</p>
<p>In<strong> </strong>Dynamics CRM, accounts can be associated with a primary contact and contact can have a parent customer defined. In other words, accounts are linked to contacts and vice versa. What would you do if you are<strong> <a href="http://www.powerobjects.com/services/">migrating disparate accounts and contacts to Dynamics CRM</a></strong> and also have to link them?&nbsp; Well, doing it manually would be too time consuming and not possible if there is large volume of data. In this case let us consider that the account and contact information is coming from the same source say a flat file.</p>
<p>The goal here is to highlight a cool feature of <a href="http://www.scribesoft.com/CRM-Integration" target="_blank">Scribe Insight</a> which would make the life of the SSIS technician too simple. Having said that, I am not going to describe in detail how to set up the source and destination and steps in Scribe which is not the purpose of this article. My assumption would be that the source and destination is defined and steps configured and data fields mapped properly.</p>
<p>To meet our requirement, I suggest creating two destination steps with fields combined to create some type of composite primary key if there is none.</p>
<p><strong>Step1: Update/Insert Account</strong></p>
<p><strong>Step2: Update/Insert Contact.</strong></p>
<p>Now that we have source and destination defined, and the data mapped, let us first define a variable that we will use to store the accountid guid from step1. We will need the accountid to assign to the Parent Customer Field when we update/create a contact record.</p>
<p>Here is how you do it:&nbsp; From the top menu, click on <strong>View User Variables</strong>.&nbsp; You will get following dialog:</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/13.png" rel="" style="" target="" title=""><img alt="Dynamics CRM Using Scribe Insight" class="alignnone size-full wp-image-7890" height="240" src="http://www.powerobjects.com/wp-content/uploads/2012/05/13.png" style="" title="Dynamics CRM Using Scribe Insight" width="399" /></a></p>
<p>&nbsp;Click on <strong>Add Target </strong>which will give you this dialog:</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/22.png" rel="" style="" target="" title=""><img alt="Migrating Data with Scribe" class="alignnone size-full wp-image-7891" height="437" src="http://www.powerobjects.com/wp-content/uploads/2012/05/22.png" style="" title="Migrating Data with Scribe" width="640" /></a></p>
<p>&nbsp;Name the variable as AccountGUIDFromStep1 and the select Step as type and pick Step1 as Data Object/Step. In this case Step 1 is Adapter for Dynamics CRM 2011.account Update/Insert and select the field accountid. Now for each account record updated/created, the accountid guid will be assigned to this variable so that we can use it to assign it to the contact record next.</p>
<p>Now let us go to Step 2 and assign this variable value to the contacts parentcustomerid field.<a href="http://www.powerobjects.com/wp-content/uploads/2012/05/32.png" rel="" style="" target="" title=""><img alt="CRM and scribe" class="alignnone size-full wp-image-7892" height="296" src="http://www.powerobjects.com/wp-content/uploads/2012/05/32.png" style="" title="CRM and scribe" width="640" /></a></p>
<p>As shown in the screen shot above, select step2 ( in this case Adapter for Dynamics CRM 2011.contact Update/Insert) and then highlight <span style="background-color: #ffff00">parentcustomerid field </span>and click on <strong>Formula</strong> button. Once the Edit Formula dialog comes up, click on Show User Variables. This will open a Variables dialog. Pick the variable that we created earlier i.e. AccountGUIDGromStep1 and click Insert in Formula.</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/42.png" rel="" style="" target="" title=""><img alt="CRM 2011 and Scribe" class="alignnone size-full wp-image-7893" height="371" src="http://www.powerobjects.com/wp-content/uploads/2012/05/42.png" style="" title="CRM 2011 and Scribe" width="640" /></a></p>
<p>&nbsp;You have finally assigned the accountid to the parentcustomerid field of the contact record. Now, that you have assigned the parentcustomerid field for contact record, we also have to set the parentcustomeridtype field to 1 indicating that the parentcustomerid field we just assigned is of type account. Now, I will show you how to update the Primary contact field of the account record updated/created in step1. Scribe has made it so easy to do it.</p>
<p>Go to step2 if you are not in already. Scroll down until you see a field named <strong>vfPrimary</strong>. This field, when set to true, would go back to the step1 and update the primarycontactid field of the account record with recently updated/created contact record GUID. To set this flag to true, select vfPrimary and then click Formula button and then type &ldquo;Y&rdquo; in the Edit Formula box and click OK and save the package.</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/51.png" rel="" style="" target="" title=""><img alt="Microsoft Dynamics CRM and SSIS" class="alignnone size-full wp-image-7894" height="283" src="http://www.powerobjects.com/wp-content/uploads/2012/05/51.png" style="" title="Microsoft Dynamics CRM and SSIS" width="640" /></a></p>
<p>&nbsp;Now, we are done configuring the steps. Run the package. Accounts will be assigned the primary contact and contacts are assigned the parent customer as shown below:</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/61.png" rel="" style="" target="" title=""><img alt="Microsoft Dynamics CRM  and Scribe" class="alignnone size-full wp-image-7895" height="257" src="http://www.powerobjects.com/wp-content/uploads/2012/05/61.png" style="" title="Microsoft Dynamics CRM  and Scribe" width="640" /></a></p>
<p>&nbsp;Wasn&rsquo;t it so easy? Please comment how this works for you.&nbsp;</p>
<p>Happy CRM&rsquo;ing!</p>
<img src="http://feeds.feedburner.com/~r/PowerobjectsMicrosoftCrmBlog/~4/suFAFRvlss8" height="1" width="1"/>]]></content:encoded><description>Every now and then, we get the requirement to move data from legacy systems to Microsoft&amp;#160;Dynamics CRM. Not all the legacy data have unique primary key fields defined for the tables storing the data. The fact is that some old&lt;div class="read_more"&gt;&lt;a href="http://www.powerobjects.com/blog/2012/05/15/dynamics-crm-using-scribe-insight-and-an-easy-way-to-link-accounts-and-contacts-when-migrating-data/"&gt;Read More +&lt;/a&gt;&lt;/div&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.powerobjects.com/blog/2012/05/15/dynamics-crm-using-scribe-insight-and-an-easy-way-to-link-accounts-and-contacts-when-migrating-data/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.powerobjects.com/blog/2012/05/15/dynamics-crm-using-scribe-insight-and-an-easy-way-to-link-accounts-and-contacts-when-migrating-data/</feedburner:origLink></item><item><title>CRM Online Education – Using Surveys in Microsoft Dynamics CRM and Creating Actionable Data</title><link>http://feedproxy.google.com/~r/PowerobjectsMicrosoftCrmBlog/~3/K3yQm-CSqd4/</link><category>CRM How To</category><category>CRM how to</category><category>microsoft crm dynamics</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoeCRM</dc:creator><pubDate>Fri, 11 May 2012 14:18:08 PDT</pubDate><guid isPermaLink="false">http://www.powerobjects.com/?p=7810</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>&nbsp;</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/education_convppt.jpg" rel="" style="" target="" title=""><img alt="CRM How To" class="size-full wp-image-7813 alignnone" height="130" src="http://www.powerobjects.com/wp-content/uploads/2012/05/education_convppt.jpg" style="" title="Microsoft Dynamics CRM How To" width="400" /></a></p>
<p><span style="color:#333333; font-family:Arial">Ask what you don&#39;t know! Join the PowerObjects team for this 30-minute webinar which will cover how your organization can best utilize <strong>surveys with Microsoft Dynamics CRM</strong>. You will learn multiple different ways to use surveys, and how to report on the metrics that you&#39;ve gathered. You will also learn about why it is important to collect information in CRM specifically, and how to send out surveys in bulk emails. </span></p>
<p><span style="color:#333333; font-family:Arial">This webinar is the first in a series of &quot;<a href="http://crmhowto.powerobjects.com/" target="_blank">CRM How-to</a>&quot; webinars that will be held every two weeks for the next couple of months. The 30 minute webinars will cover CRM ideas and topics, such as collecting information from customer surveys, email marketing tools, and different ways to use web forms. Each webinar will end with a question and answer session open to the attendees. </span></p>
<p><span style="color:#333333; font-family:Arial">Learn new tips and tricks. <a href="http://www.powerobjects.com/webinar05172012.html">Register</a> for the first webinar in this series now! </span></p>
<img src="http://feeds.feedburner.com/~r/PowerobjectsMicrosoftCrmBlog/~4/K3yQm-CSqd4" height="1" width="1"/>]]></content:encoded><description>&amp;#160; Ask what you don&amp;#39;t know! Join the PowerObjects team for this 30-minute webinar which will cover how your organization can best utilize surveys with Microsoft Dynamics CRM. You will learn multiple different ways to use surveys, and how to&lt;div class="read_more"&gt;&lt;a href="http://www.powerobjects.com/blog/2012/05/11/free-webinar-the-power-of-doing-surveys-in-microsoft-dynamic-crm-may-17th-at-10-a-m-cdt/"&gt;Read More +&lt;/a&gt;&lt;/div&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.powerobjects.com/blog/2012/05/11/free-webinar-the-power-of-doing-surveys-in-microsoft-dynamic-crm-may-17th-at-10-a-m-cdt/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.powerobjects.com/blog/2012/05/11/free-webinar-the-power-of-doing-surveys-in-microsoft-dynamic-crm-may-17th-at-10-a-m-cdt/</feedburner:origLink></item><item><title>Web to Lead Form and Email Communication with Dynamics CRM</title><link>http://feedproxy.google.com/~r/PowerobjectsMicrosoftCrmBlog/~3/44-s_Sw5ZXM/</link><category>CRM How To</category><category>CRM Integrations</category><category>Microsoft Dynamics CRM Add ons</category><category>CRM how to</category><category>microsoft crm dynamics</category><category>Microsoft Dynamics CRM add-on</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoeCRM</dc:creator><pubDate>Thu, 10 May 2012 18:58:47 PDT</pubDate><guid isPermaLink="false">http://www.powerobjects.com/?p=7739</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>If you are set up to capture web form information in <strong>Dynamics CRM</strong>, you are already doing some things right. However, are you properly communicating with them once they have taken the time to fill out the form?</p>
<p>When somebody fills out a web form on your webpage, you want them to know that you&#39;ve received their information and in a timely manner! Who doesn&#39;t love to receive an email instantly, verifying that their submission has been received, and that someone will be in touch with them shortly? It simply reaffirms they made the right choice by filling out the form.</p>
<p>Combining the power <strong>Microsoft Dynamics CRM add-on</strong>, <a href="http://www.powerobjects.com/powerwebform">PowerWebForm</a>, and a simple out-of-the-box CRM workflow, you can easily close the communication loop.</p>
<p>Let&#39;s say we have a &quot;Contact Us&quot; form that someone fills out when they need to connect with our organization. We&#39;ve already created the web form, mapping our form fields to CRM fields and deciding we want to create a lead for every form that&#39;s submitted. We&#39;ve also set our duplicate detection so that if a duplicate is found based on Last name and email (a web form activity will be appended to the existing lead, instead of creating a new one) so our CRM stays nice and de-duped.</p>
<p>(For instructions on how to create a web form, see the <a href="http://www.powerobjects.com/PowerWebForm/PowerWebForm%20User%20Guide.pdf">PowerWebForm user guide</a> or visit the <a href="http://www.powerobjects.com/powerwebform">PowerWebForm website</a>)</p>
<p><em>Notice: If you enter an email in the &quot;Notify E-Mail&quot; field, you will receive an email every time someone fills out a web form. </em></p>
<p><img alt="Lead Gen Microsoft Dynamics CRM" src="http://www.powerobjects.com/wp-content/uploads/2012/05/051112_0158_WebtoLeadFo1.png" style="width: 700px; height: 519px; " /></p>
<p>Now we&#39;re ready to create the simple CRM workflow that will email someone every time they fill out our &quot;Contact Us&quot; form.</p>
<p>1. Navigate to CRM and go to Settings &gt; Development &gt; Process Center &gt; Processes &gt; New</p>
<p><img alt="web to lead CRM" src="http://www.powerobjects.com/wp-content/uploads/2012/05/051112_0158_WebtoLeadFo2.png" /></p>
<p>2. Name the Process <span style="font-family:Wingdings">&agrave;</span> choose Entity &ndash; &quot;Web Form Activity&quot; and Category &ndash; &quot;Workflow&quot; <span style="font-family:Wingdings">&agrave;</span> Click OK.</p>
<p><img alt="" src="http://www.powerobjects.com/wp-content/uploads/2012/05/051112_0158_WebtoLeadFo3.png" /></p>
<p>3. Change the Scope to &quot;Organization&quot;. Then go further down the form, click &quot;Add Step&quot;, choose &quot;Check Condition&quot;, name the step and click below the description where it says &quot;(click to configure)&quot;.</p>
<p><img alt="" src="http://www.powerobjects.com/wp-content/uploads/2012/05/051112_0158_WebtoLeadFo4.png" style="width: 700px; height: 355px; " /></p>
<p>4. Set up the workflow so that, on the creation of a Web Form activity, it checks to see if it came from the &quot;Contact us&quot; Web Form. Click &quot;Save and Close&quot;.</p>
<p><img alt="" src="http://www.powerobjects.com/wp-content/uploads/2012/05/051112_0158_WebtoLeadFo5.png" style="width: 700px; height: 222px; " /></p>
<p>5. Click under the check condition, choose &quot;Add Step&quot; and add a &quot;Send Email&quot; step.</p>
<p><img alt="" src="http://www.powerobjects.com/wp-content/uploads/2012/05/051112_0158_WebtoLeadFo6.png" style="width: 700px; height: 560px; " /></p>
<p>6. Click on Set Properties.</p>
<p><img alt="" src="http://www.powerobjects.com/wp-content/uploads/2012/05/051112_0158_WebtoLeadFo7.png" /></p>
<p>7. Use the &quot;Dynamic Values&quot; form assistant on the right hand side to put the {Regarding{Web Form Activity}} merge tag in the &quot;To&quot; and &quot;Regarding&quot; fields. Specify who the email is from, the subject of the email, and what you would like the email to say. Then, Save &amp; Close.</p>
<p><img alt="" src="http://www.powerobjects.com/wp-content/uploads/2012/05/051112_0158_WebtoLeadFo8.png" style="width: 700px; height: 393px; " /></p>
<p>Remember, it&#39;s always a good idea to test your web form and workflow to make sure everything&#39;s working like it should. Now, when someone fills out a PowerWebForm on your website, they will instantly receive an email thanking them for reaching out and ensuring them that they have been heard. That&#39;s the power of using a CRM workflow and <a href="http://www.powerobjects.com/powerwebform">PowerWebForm</a>.</p>
<p>Happy CRM&#39;ing!</p>
<img src="http://feeds.feedburner.com/~r/PowerobjectsMicrosoftCrmBlog/~4/44-s_Sw5ZXM" height="1" width="1"/>]]></content:encoded><description>If you are set up to capture web form information in Dynamics CRM, you are already doing some things right. However, are you properly communicating with them once they have taken the time to fill out the form? When somebody&lt;div class="read_more"&gt;&lt;a href="http://www.powerobjects.com/blog/2012/05/10/web-to-lead-form-and-email-communication-with-dynamics-crm/"&gt;Read More +&lt;/a&gt;&lt;/div&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.powerobjects.com/blog/2012/05/10/web-to-lead-form-and-email-communication-with-dynamics-crm/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.powerobjects.com/blog/2012/05/10/web-to-lead-form-and-email-communication-with-dynamics-crm/</feedburner:origLink></item><item><title>CRM How-To Portal Webinar</title><link>http://feedproxy.google.com/~r/PowerobjectsMicrosoftCrmBlog/~3/38uoq70bpbI/</link><category>CRM How To</category><category>CRM</category><category>CRM how to</category><category>crm training</category><category>Microsoft Dynamics CRM</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoeCRM</dc:creator><pubDate>Tue, 08 May 2012 14:14:03 PDT</pubDate><guid isPermaLink="false">http://www.powerobjects.com/?p=7562</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/01/010412_2254_DearJoeCRMV1.png" rel="" target="" title=""><img alt="MSDYNCRM" class="alignleft size-full wp-image-4657" height="164" src="http://www.powerobjects.com/wp-content/uploads/2012/01/010412_2254_DearJoeCRMV1.png" title="010412_2254_DearJoeCRMV1.png" width="200" /></a></p>
<p>Dear Joe CRM,</p>
<p>I need some more Mircosoft Dynamics&nbsp;<a href="http://crmhowto.powerobjects.com/" target="_blank"><strong>CRM resources</strong></a>! Where should I turn? What are my options? I am very short on time.</p>
<p>Sincerely,</p>
<p><em>Need some time saving help in Spokane</em></p>
<p>&nbsp;</p>
<p>Dear Spokane,</p>
<p>PowerObjects has a new resource called the <strong>CRM How-To Portal</strong>! <a href="http://crmhowto.powerobjects.com/">http://crmhowto.powerobjects.com</a></p>
<p>With that said, you seem like you need the gift of time and might like to be introduced to its value rather than research it yourself. If so, please join us for a <a href="http://www.powerobjects.com/webinar05162012.html"><strong>How-To Portal introduction webinar</strong></a>! In less than thirty minutes; you will learn how to access it, acquire a login, and what you should expect to gain from using it. The<strong> How-To Portal</strong> is plumb full of useful information! Don&rsquo;t miss out! <strong><a href="http://www.powerobjects.com/webinar05162012.html">Register</a></strong> today as space is limited.&nbsp;</p>
<p>Date: May 16<sup>th</sup></p>
<p>Time: 2PM (CST)</p>
<p>&nbsp;</p>
<p>Happy CRM&rsquo;ing!</p>
<img src="http://feeds.feedburner.com/~r/PowerobjectsMicrosoftCrmBlog/~4/38uoq70bpbI" height="1" width="1"/>]]></content:encoded><description>Dear Joe CRM, I need some more Mircosoft Dynamics&amp;#160;CRM resources! Where should I turn? What are my options? I am very short on time. Sincerely, Need some time saving help in Spokane &amp;#160; Dear Spokane, PowerObjects has a new resource&lt;div class="read_more"&gt;&lt;a href="http://www.powerobjects.com/blog/2012/05/08/crm-how-to-portal-webinar/"&gt;Read More +&lt;/a&gt;&lt;/div&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.powerobjects.com/blog/2012/05/08/crm-how-to-portal-webinar/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.powerobjects.com/blog/2012/05/08/crm-how-to-portal-webinar/</feedburner:origLink></item><item><title>Microsoft Dynamics CRM 2011, Office365, and Email Router Settings</title><link>http://feedproxy.google.com/~r/PowerobjectsMicrosoftCrmBlog/~3/-8NwkF317Kw/</link><category>CRM 2011</category><category>CRM How To</category><category>CRM Technical</category><category>Exchange / Outlook FAQ</category><category>CRM</category><category>CRM for Outlook</category><category>email router</category><category>Microsoft Dynamics CRM 2011</category><category>office 365</category><category>outlook</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoeCRM</dc:creator><pubDate>Fri, 04 May 2012 08:08:30 PDT</pubDate><guid isPermaLink="false">http://www.powerobjects.com/?p=7440</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>If you work with <a href="http://www.powerobjects.com/blog/">Microsoft Dynamics CRM 2011</a> and <a href="http://www.microsoft.com/en-us/office365/online-software.aspx" target="_blank">Office365</a>, this will be an important read&nbsp;for you.&nbsp;</p>
<p>You may&nbsp;encounter an issue configuring an <strong>Incoming Configuration Profile </strong>for a client that uses <strong>Office 365 (Exchange Online)</strong> and the <strong>Email Router </strong>for both Incoming and Outgoing Email Access type mail in CRM 2011. The issue seems to have come up recently, so if you had your email router working with an Incoming Configuration Profile and Office 365, you may want to test it.&nbsp; There&rsquo;s various information about this problem on the web; we thought we&rsquo;d combine it in a blog post.</p>
<p>&nbsp;<strong>Configuring the Incoming Configuration Profile</strong></p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/11.png" rel="" target="" title=""><img alt="Office365 and Microsoft Dynamics CRM " class="alignnone size-full wp-image-7441" height="563" src="http://www.powerobjects.com/wp-content/uploads/2012/05/11.png" title="1" width="469" /></a></p>
<p>Your Email Server Type will be ExchangeOnline</p>
<p>If your Organization has configured the DNS settings to support AutoDiscover, you can check the box to use it, but the safer choice is to configure the location manually</p>
<p>Log into <strong>Office 365 </strong>and load<strong> Outlook </strong>to find your server name in your browser&rsquo;s address bar. You will want to use the xxxxx.outlook.com part in place of the &lt;server&gt; part of the Location address. In my example, the address will be http<u>s</u>://xxxxx.outlook.com/EWS/Exchange.asmx (Note the base profile uses http, change this to https)</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/21.png" rel="" target="" title=""><img alt="Office365 CRM" class="alignnone size-full wp-image-7442" height="47" src="http://www.powerobjects.com/wp-content/uploads/2012/05/21.png" title="2" width="614" /></a></p>
<p>While configuring the Incoming Configuration Profile, you will want to use an Office365 user account that has full access to the mailboxes in the account. If you&rsquo;re able to grant it, the Global Administrator role will get you there. Enter these credentials in the user name and password fields</p>
<p>Tap the Advanced Tab and make sure your Network Port is set to 80.&nbsp; We&rsquo;ve seen documentation that uses port 995, this is not necessary per Microsoft Support</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/31.png" rel="" target="" title=""><div id="attachment_7443" class="wp-caption alignnone" style="width: 481px"><img class="size-full wp-image-7443 wp-caption alignnone wp-caption alignnone wp-caption alignnone" title="3" alt="Microsoft Dynamics CRM" src="http://www.powerobjects.com/wp-content/uploads/2012/05/31.png" width="471" height="565" /><p class="wp-caption-text">Exchange online CRM</p></div></a></p>
<p>Configure your CRM Deployment and select your new Office 365 incoming profile for the Incoming Configuration Profile.</p>
<p>Publish your Email Router Configuration by pressing the Publish button.</p>
<p>Go to the Users, Queues and Forward Mailboxes tab, select your CRM deployment in the drop down list and choose Load Data. If your CRM Deployment is configured correctly you will see a list of CRM users who have been configured and approved to use to the Email Router in their CRM User Record.</p>
<p>Locate a user in the list that has your new Incoming Profile listed for their Incoming Configuration Profile column. This indicates their CRM record is configured for Email Router for their Incoming Email Access Type in CRM.&nbsp; Select the user and tap the Test Access button on the right.&nbsp; This will test this user&rsquo;s access to the Profiles they are configured to use.</p>
<p>If you get this error:&nbsp;</p>
<p style="margin-left: 40px">Incoming Status: Failure &#8211; The remote Microsoft Exchange e-mail server returned the error &ldquo;[401]Unauthorized&rdquo;. Verify that you have permission to connect to the mailbox. The request failed with HTTP status 401 : Unauthorized.&nbsp;</p>
<p>then you are likely experiencing the problem many others have encountered this spring.&nbsp; You need to update your email router to Update Rollup 7, and then contact Microsoft CRM Support to obtain patch KB2702300.</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/41.png"><img alt="Microsoft Dynamics CRM" class="alignnone size-full wp-image-7444" height="316" src="http://www.powerobjects.com/wp-content/uploads/2012/05/41.png" title="4" width="428" /></a></p>
<p>Microsoft has shared with us that this patch will be part of a future email router update, but if you need to solve the problem now (and who doesn&rsquo;t), you have to<a href="http://crm.dynamics.com/en-us/support-overview" target="_blank"> reach out to them directly for the patch</a>.</p>
<p>After the patch is installed, you will need to reboot the server that runs your email router and then test your connection again. This time it should work! The clouds will clear out, the sun will shine down on you and you can bask in your success.</p>
<p>Happy CRM&rsquo;ing!</p>
<img src="http://feeds.feedburner.com/~r/PowerobjectsMicrosoftCrmBlog/~4/-8NwkF317Kw" height="1" width="1"/>]]></content:encoded><description>If you work with Microsoft Dynamics CRM 2011 and Office365, this will be an important read&amp;#160;for you.&amp;#160; You may&amp;#160;encounter an issue configuring an Incoming Configuration Profile for a client that uses Office 365 (Exchange Online) and the Email Router for&lt;div class="read_more"&gt;&lt;a href="http://www.powerobjects.com/blog/2012/05/04/microsoft-dynamics-crm-2011-office365-and-email-router-settings/"&gt;Read More +&lt;/a&gt;&lt;/div&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.powerobjects.com/blog/2012/05/04/microsoft-dynamics-crm-2011-office365-and-email-router-settings/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.powerobjects.com/blog/2012/05/04/microsoft-dynamics-crm-2011-office365-and-email-router-settings/</feedburner:origLink></item><item><title>Going offline with Microsoft CRM 2011 Outlook Client</title><link>http://feedproxy.google.com/~r/PowerobjectsMicrosoftCrmBlog/~3/-7PtvR3tErE/</link><category>CRM 2011</category><category>CRM How To</category><category>CRM Integrations</category><category>CRM</category><category>crm 2011</category><category>CRM for Outlook</category><category>Microsoft DynamicsCRM</category><category>microsoft outlook</category><category>offline</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoeCRM</dc:creator><pubDate>Thu, 03 May 2012 06:30:41 PDT</pubDate><guid isPermaLink="false">http://www.powerobjects.com/?p=7340</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Did you know that <strong>Microsoft Dynamics CRM offers offline capabilities</strong>?&nbsp; It does.&nbsp;To be more specific, the<a href="http://crmhowto.powerobjects.com/crm-how-to/user-basics/outlook-client-basics/" target="_blank"> Microsoft Dynamics CRM 2011 Outlook Client</a> offers the ability to take Microsoft Dynamics CRM for Outlook offline.</p>
<p>Get the Microsoft Dynamics CRM 2011 Outlook Client directly from <a href="http://www.microsoft.com/en-us/download/details.aspx?id=27821" target="_blank">Microsoft</a>.</p>
<p>What does going offline mean? When you go offline,<strong> Microsoft Dynamics CRM for Outlook </strong>copies a subset of the Microsoft CRM database to your machine.&nbsp; While offline, you can perform almost all of the same functionality as you can online.</p>
<p style="margin-left: 40px"><strong>Before you go offline, we recommend these steps to prepare:</strong></p>
<p style="margin-left: 40px">1. Check to make sure your entities are enabled to go offline</p>
<p style="margin-left: 40px">2. &nbsp;Set the appropriate filters to take only the information you need</p>
<p>Going offline the first time could take a long time depending on the amount of data in your CRM system, which is why we recommend you prepare before going offline. While Microsoft Dynamics CRM is syncing with your local data, Microsoft Dynamics CRM is not available.</p>
<p style="margin-left: 40px">1.&nbsp; Make sure the entities you want to access are available Offline.&nbsp; To check or to enable an entity for offline access, go to Settings &gt; Customization &gt; Customize the Solution &gt; Entities &gt; in the information section for the entity, towards the bottom of the screen will be a checkbox for offline access.&nbsp; By default, custom entities are not &lsquo;enabled&rsquo; for offline access.</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/1.png" rel="" style="" target="" title=""><img alt="Microsoft Dynamics CRM Outlook Client" class="alignnone size-full wp-image-7341" height="394" src="http://www.powerobjects.com/wp-content/uploads/2012/05/1.png" style="" title="" width="640" /></a></p>
<p style="margin-left: 40px">2. Set filters to bring only the information you need Offline. (<strong>Note</strong>: Filters are a personal setting.)</p>
<p>To set filters<strong> in Outlook 2007</strong>, in the CRM menu select Offline Filters</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/2.png" rel="" style="" target="" title=""><img alt="Microsoft Dynamics CRM 2011 Offline" class="alignnone size-full wp-image-7342" height="429" src="http://www.powerobjects.com/wp-content/uploads/2012/05/2.png" style="" title="" width="471" /></a></p>
<p><strong>In Outlook 2010</strong></p>
<p>Go to File &gt; CRM &gt; Go Offline &gt; Offline Filters</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/3.png" rel="" style="" target="" title=""><img alt="Outlook for Microsoft Dynamics CRM" class="alignnone size-full wp-image-7343" height="334" src="http://www.powerobjects.com/wp-content/uploads/2012/05/3.png" style="" title="3" width="640" /></a></p>
<p><strong>Filters </strong>can be reset every time that you go offline to give you flexibility to download only the data that you need.</p>
<p>To create a new filter:</p>
<ul>
<li>File &gt; CRM &gt; Go Offline &gt; Click on Offline Filters</li>
<li>Click New.&nbsp; This allows you to define what records you want to bring offline.&nbsp; By default CRM has out of the box filters, you can use or deactivate if they do not apply</li>
</ul>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/4.png"><img alt="Microsoft Dynamics CRM" class="alignnone size-full wp-image-7344" height="480" src="http://www.powerobjects.com/wp-content/uploads/2012/05/4.png" title="4" width="628" /></a></p>
<p><strong>Note</strong>: You can update Filters for all users using Script &ndash; Click here for more information <a href="http://www.powerobjects.com/blog/2012/02/13/icrosoft-dynamics-crm-2011-update-users-outlook-filters-via-script/">Update users Outlook Filters via Script</a></p>
<p>Once filters are set, you are now ready to Go Offline.</p>
<p><strong>There are 2 ways to get Microsoft CRM 2011 Outlook with Offline access:</strong></p>
<ol>
<li>During installation of Microsoft Dynamics&nbsp;CRM for Outlook.</li>
<li>After installation has completed, a user can add offline capability by clicking Go Offline in Microsoft Outlook.&nbsp;</li>
</ol>
<p>Microsoft Dynamics CRM 2011 for Outlook 2007</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/5.png"><img alt="Microsoft Dynamics CRM" class="alignnone size-full wp-image-7345" height="48" src="http://www.powerobjects.com/wp-content/uploads/2012/05/5.png" title="5" width="640" /></a></p>
<p>Microsoft Dynamics CRM 2011 for Outlook 2010</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/05/6.png"><img alt="" class="alignnone size-full wp-image-7346" height="75" src="http://www.powerobjects.com/wp-content/uploads/2012/05/6.png" title="6" width="640" /></a></p>
<p>Clicking on Go Offline for the first time will install any additional required components and stores a copy of the user&rsquo;s Microsoft Dynamics CRM Online data locally. Subsequent offline sessions require no additional installations, but may require updating the local copy of the user&rsquo;s data.</p>
<p><strong>A few points to remember while offline:</strong></p>
<p style="margin-left: 40px">Microsoft Dynamics CRM applies all your additions and changes to the Microsoft Dynamics CRM server in the same order that you entered or updated it. If you made a change to a record while you are offline, and another user changes the same record during that time, when you go back online, your change will overwrite change made while you were offline.</p>
<p style="margin-left: 40px"><strong>Workflows- </strong>When you are working offline, workflow notifications are not generated until you go back online</p>
<p style="margin-left: 40px"><strong>Duplicate Detection- </strong>There is no <a href="javascript:toggleInline('26656')" target="_self" title="duplicate detection">duplicate detection</a> while you are working offline. Duplicate detection is triggered automatically when you go back online or synchronize</p>
<p style="margin-left: 40px"><strong>Offline Security Permissions- </strong>You have the same security permissions and rights offline as when you are online</p>
<p>How has your experience been with the Outlook client for CRM? Please comment with the pro&#39;s and con&#39;s.&nbsp;</p>
<p>Happy CRM&rsquo;ing!</p>
<img src="http://feeds.feedburner.com/~r/PowerobjectsMicrosoftCrmBlog/~4/-7PtvR3tErE" height="1" width="1"/>]]></content:encoded><description>Did you know that Microsoft Dynamics CRM offers offline capabilities?&amp;#160; It does.&amp;#160;To be more specific, the Microsoft Dynamics CRM 2011 Outlook Client offers the ability to take Microsoft Dynamics CRM for Outlook offline. Get the Microsoft Dynamics CRM 2011 Outlook&lt;div class="read_more"&gt;&lt;a href="http://www.powerobjects.com/blog/2012/05/03/going-offline-with-microsoft-crm-2011-outlook-client/"&gt;Read More +&lt;/a&gt;&lt;/div&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.powerobjects.com/blog/2012/05/03/going-offline-with-microsoft-crm-2011-outlook-client/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.powerobjects.com/blog/2012/05/03/going-offline-with-microsoft-crm-2011-outlook-client/</feedburner:origLink></item><item><title>Microsoft Releases the CRM 2011 Outlook Client Troubleshooting Wizard</title><link>http://feedproxy.google.com/~r/PowerobjectsMicrosoftCrmBlog/~3/L6AxgW_WXPA/</link><category>CRM 2011</category><category>Microsoft Announcements</category><category>CRM</category><category>Microsoft Dynamics CRM 2011</category><category>Outlook CRM client</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoeCRM</dc:creator><pubDate>Wed, 02 May 2012 14:26:28 PDT</pubDate><guid isPermaLink="false">http://www.powerobjects.com/?p=7245</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>&nbsp;Great news!! This week Microsoft released the <strong>Microsoft Dynamics CRM for Outlook Configuration Troubleshooting Wizard</strong>.</p>
<p>The Microsoft <strong>CRM 2011</strong> Outlook client configuration troubleshooting wizard can be used to help find the most likely solution for an error in the Configuration Wizard. The wizard&nbsp;also helps you to identify and fix the problem that&rsquo;s preventing the computer from connecting.</p>
<p>The wizard is really easy to use and is for both the <a href="http://www.microsoft.com/online/dynamics-crm-online.aspx" target="_blank">CRM Online</a> and On Premise environments.&nbsp; The wizard contains screen shots and solutions for known configuration issues with the CRM client.</p>
<p>The wizard can be accessed with the following link &#8212; <a href="http://rc.crm.dynamics.com/rc/2011/en-us/online/5.0/outlook-troubleshooting.aspx">http://rc.crm.dynamics.com/rc/2011/en-us/online/5.0/outlook-troubleshooting.aspx</a></p>
<p>Here are some sample screenshots of the interface:</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/04/17.png" rel="" style="" target="" title=""><img alt="Microsoft Dynamics CRM Troubleshooting Wizard" class="alignnone size-full wp-image-7248" height="298" src="http://www.powerobjects.com/wp-content/uploads/2012/04/17.png" style="" title="" width="640" /></a></p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/04/26.png"><img alt="Microsoft Dynamics CRM Troubleshooting Wizard" class="alignnone size-full wp-image-7249" height="278" src="http://www.powerobjects.com/wp-content/uploads/2012/04/26.png" title="2" width="640" /></a></p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/04/33.png"><img alt="Microsoft Dynamics CRM Troubleshooting Wizard" class="alignnone size-full wp-image-7250" height="480" src="http://www.powerobjects.com/wp-content/uploads/2012/04/33.png" title="3" width="560" /></a></p>
<p>We are pretty excited about this here at <a href="http://www.powerobjects.com/">PowerObjects</a>. Let us know what think by commenting.</p>
<p>Happy CRM&#39;ing!</p>
<img src="http://feeds.feedburner.com/~r/PowerobjectsMicrosoftCrmBlog/~4/L6AxgW_WXPA" height="1" width="1"/>]]></content:encoded><description>&amp;#160;Great news!! This week Microsoft released the Microsoft Dynamics CRM for Outlook Configuration Troubleshooting Wizard. The Microsoft CRM 2011 Outlook client configuration troubleshooting wizard can be used to help find the most likely solution for an error in the Configuration&lt;div class="read_more"&gt;&lt;a href="http://www.powerobjects.com/blog/2012/05/02/microsoft-releases-the-crm-2011-outlook-client-troubleshooting-wizard/"&gt;Read More +&lt;/a&gt;&lt;/div&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.powerobjects.com/blog/2012/05/02/microsoft-releases-the-crm-2011-outlook-client-troubleshooting-wizard/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.powerobjects.com/blog/2012/05/02/microsoft-releases-the-crm-2011-outlook-client-troubleshooting-wizard/</feedburner:origLink></item><item><title>How to Add Missing Relationships in Navigation Area on a Form in CRM 2011</title><link>http://feedproxy.google.com/~r/PowerobjectsMicrosoftCrmBlog/~3/OYfeuK1mTSY/</link><category>CRM 2011</category><category>CRM How To</category><category>CRM</category><category>crm 2011</category><category>Microsoft Dynamics CRM</category><category>Microsoft Dynamics CRM 2011</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoeCRM</dc:creator><pubDate>Mon, 30 Apr 2012 07:30:16 PDT</pubDate><guid isPermaLink="false">http://www.powerobjects.com/?p=7134</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>&nbsp;Are you&nbsp;Missing <strong>navigation items on a form in Dynamics CRM 2011?&nbsp;</strong>&nbsp;Ever wonder how to get thos items back on your form? Never fear. Joe CRM is here!</p>
<p>Let&#39;s get started with a relevant example:</p>
<p>On an Account record, you may notice that the &ldquo;Addresses&rdquo; (or More Addresses), Cases or any available relationship is missing from the left navigation menu.</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/04/14-1.png"><img alt="CRM Relationships" class="alignnone size-full wp-image-7226" height="527" src="http://www.powerobjects.com/wp-content/uploads/2012/04/14-1.png" title="14 (1)" width="630" /></a></p>
<p>Getting those relationship items back in that list is<strong> very easy.</strong> Simply click &ldquo;Customize&rdquo; and then &ldquo;Form&rdquo; on a record.&nbsp; In the Form, click the &ldquo;Navigation&rdquo; button. When you do that, you will see &ldquo;relationship Explorer&rdquo; on the right that contains all the other relationships that are not in the navigation menu but can be included there. Simply drag an item and drop it wherever you want, save the form and publish it, and boom! You will see that item on the form now!</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/04/23.png"><img alt="Microsoft Dynamics CRM" class="alignnone size-full wp-image-7138" height="574" src="http://www.powerobjects.com/wp-content/uploads/2012/04/23.png" title="2" width="681" /></a></p>
<p>Now, the<strong> relationship </strong>will show up on the<strong> form</strong>.</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/04/3.png"><img alt="Microsoft Dynamics CRM" class="alignnone size-full wp-image-7139" height="540" src="http://www.powerobjects.com/wp-content/uploads/2012/04/3.png" title="3" width="636" /></a></p>
<p>That&#39;s it. So easy your mother could do the work for you. If your mother isn&#39;t available, your can always reach out to our <a href="http://www.powerobjects.com/contact">Microsoft Dynamics&nbsp;CRM experts</a> for help.</p>
<p>Happy CRM&#39;ing!</p>
<img src="http://feeds.feedburner.com/~r/PowerobjectsMicrosoftCrmBlog/~4/OYfeuK1mTSY" height="1" width="1"/>]]></content:encoded><description>&amp;#160;Are you&amp;#160;Missing navigation items on a form in Dynamics CRM 2011?&amp;#160;&amp;#160;Ever wonder how to get thos items back on your form? Never fear. Joe CRM is here! Let&amp;#39;s get started with a relevant example: On an Account record, you may&lt;div class="read_more"&gt;&lt;a href="http://www.powerobjects.com/blog/2012/04/30/how-to-add-missing-relationships-in-navigation-area-on-a-form-in-crm-2011/"&gt;Read More +&lt;/a&gt;&lt;/div&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.powerobjects.com/blog/2012/04/30/how-to-add-missing-relationships-in-navigation-area-on-a-form-in-crm-2011/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.powerobjects.com/blog/2012/04/30/how-to-add-missing-relationships-in-navigation-area-on-a-form-in-crm-2011/</feedburner:origLink></item><item><title>How to use a web form to collect subscribers for your eNewsletter using Microsoft Dynamics CRM</title><link>http://feedproxy.google.com/~r/PowerobjectsMicrosoftCrmBlog/~3/fdxmkiYEE0A/</link><category>CRM 2011</category><category>CRM Integrations</category><category>add-on</category><category>CRM</category><category>mailchimp</category><category>Microsoft Dynamics CRM</category><category>powermailchimp</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoeCRM</dc:creator><pubDate>Fri, 27 Apr 2012 15:04:36 PDT</pubDate><guid isPermaLink="false">http://www.powerobjects.com/?p=7163</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>When people visit your website and subscribe to your newsletter, are you exporting data from one system and importing it into another? Exporting from your email service provider and importing into your CRM or some other system? What if someone signs up 10 minutes before you send out your newsletter? Wouldn&rsquo;t you want them to receive the newsletter you are about to send?</p>
<p>By combining the <strong>Microsoft Dynamics CRM </strong>add-ons <a href="http://www.powerobjects.com/powerwebform">PowerWebForm</a> and <a href="http://www.powerobjects.com/powermailchimp">PowerMailChimp</a>, you can now <strong>automatically create </strong>a list of people to send your newsletter.&nbsp;</p>
<p>How, you ask, can this be done?</p>
<p>Once you&rsquo;ve built your web form in CRM and posted it to your web page (see <a href="http://www.powerobjects.com/documents/powerwebform/powerwebform%20user%20guide.pdf">PowerWebForm user guide</a> for more details), you would create a <strong>dynamic marketing list</strong> that automatically pulls in all users who have filled out that particular web form. Every time someone fills out a web form, a web form activity is associated to that person in CRM, which makes it easy to pull together a list of those people.&nbsp;So, for example, everyone who has decided to subscribe to your newsletter using the &ldquo;subscribe to newsletter&rdquo; web form will automatically be pulled into this dynamic marketing list.</p>
<p><em>Note: The dynamic marketing list will automatically sync right before your PowerMailChimp blast (in this case a newsletter) is sent out. That way, no one is left out when your newsletter is sent out.</em></p>
<p>Navigate to your CRM, click on Marketing and Marketing Lists. Then click New. Set up your marketing list to be dynamic and select a MailChimp list to associate this marketing list to (see more details on how to set up your MailChimp account and user PowerMailChimp in the <a href="http://www.powerobjects.com/documents/powermailchimp/powermailchimp%20user%20guide%201.7.pdf">PowerMailChimp user guide</a>).</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/04/16.png" rel="" style="" target="" title=""><img alt="Microsoft Dynamics CRM web forms" class="alignnone size-full wp-image-7169" height="368" src="http://www.powerobjects.com/wp-content/uploads/2012/04/16.png" style="" title="" width="640" /></a></p>
<p>Go to &ldquo;Add Marketing List Members&rdquo; and set up your query:</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/04/25.png" rel="" style="" target="" title=""><img alt="Microsoft Dynamics CRM email service provider" class="alignnone size-full wp-image-7170" height="480" src="http://www.powerobjects.com/wp-content/uploads/2012/04/25.png" style="" title="" width="591" /></a></p>
<p>Save and Close.</p>
<p>Navigate to the PowerMailChimp section of your CRM. Click on PowerMailChimp Blast and New. Fill in the required fields at the top , associate the Newsletter marketing list you&rsquo;ve created (along with the other marketing lists you&rsquo;d like to send your newsletters to) to the blast, select your template, and your newsletter is ready to go!</p>
<p><a href="http://www.powerobjects.com/wp-content/uploads/2012/04/32.png" rel="" style="" target="" title=""><img alt="online web form Microsoft Dynamics CRM" class="alignnone size-full wp-image-7171" height="480" src="http://www.powerobjects.com/wp-content/uploads/2012/04/32.png" style="" title="" width="582" /></a></p>
<p>That&rsquo;s the combined power of <a href="http://www.powerobjects.com/powerwebform">PowerWebForm</a> and <a href="http://www.powerobjects.com/powermailchimp">PowerMailChimp</a>!</p>
<p>Happy CRM&rsquo;ing!</p>
<img src="http://feeds.feedburner.com/~r/PowerobjectsMicrosoftCrmBlog/~4/fdxmkiYEE0A" height="1" width="1"/>]]></content:encoded><description>When people visit your website and subscribe to your newsletter, are you exporting data from one system and importing it into another? Exporting from your email service provider and importing into your CRM or some other system? What if someone&lt;div class="read_more"&gt;&lt;a href="http://www.powerobjects.com/blog/2012/04/27/how-to-use-a-web-form-to-collect-subscribers-for-your-enewsletter-using-microsoft-dynamics-crm/"&gt;Read More +&lt;/a&gt;&lt;/div&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.powerobjects.com/blog/2012/04/27/how-to-use-a-web-form-to-collect-subscribers-for-your-enewsletter-using-microsoft-dynamics-crm/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.powerobjects.com/blog/2012/04/27/how-to-use-a-web-form-to-collect-subscribers-for-your-enewsletter-using-microsoft-dynamics-crm/</feedburner:origLink></item></channel></rss>

