Looking for PowerObjects? Don’t worry, you’re in the right place! We’ve been part of HCL for several years, and we’ve now taken the final step in our acquisition journey: moving our website to the HCL domain. Nothing else is changing – we are still fanatically focused on Microsoft Business Applications!

PowerObjects Blog 

for Microsoft Business Applications


Displaying a Filtered View in the Site Map in CRM 2011

Post Author: Joe D365 |

Most organizations use Dynamics CRM to track their Accounts and Contacts, but they also track other companies with whom they work. It's common to use the Relationship Type field on the Account to indicate that a company is a Partner, Consultant, Investor or Vendor. That way it is easy to create a View that filters the data based on the type of Account. But wouldn't it be great to have its own menu item on the left navigation in CRM? By modifying the site map and adding some parameters from a View, we can accomplish this task!

In this example, we are going to use the Account entity and the out-of-the-box relationship type field.

1. Create a new View that will have filter of relationship type = Vendor. This can be a System View (recommended) or a Personal View. If you do use a Personal View, make sure you share the View with the appropriate user who will need to have access to this menu.

Display a filtered view in the site map | CRM 2011

2. Once the view has been created and published, we need to grab a couple of pieces of information. Go to the Accounts entity and pull up the view that we created in step 1. Select the Copy a Link and select the Current View option.

Displaying a Filtered View in the Site Map in CRM 2011

3. Now copy that link to a notepad, as we will need some information from that link. Below is an example of what it would look like.

Active Vendors

4. The next step is that we need to export the existing site map. Go to Settings, Customizations and Solutions. From here, you can create a new solution. Provide a display name, publisher and a version. Then click Save.

Displaying a Filtered View in the Site Map in CRM 2011

5. After the screen refreshes, we can select the "Add Existing" and then select the site map. Once the site map has been added, we can select "Export Solution" from the top menu. That will walk you through a wizard and allow you to save that solution to your local PC.

Displaying a Filtered View in the Site Map in CRM 2011

6. Locate the solution file we exported in the above step, and extract files that are included in the zip file.

7. Find the Customizations.xml file and open this file in Notepad, Notepad ++ or Visual Studio. (If possible, Visual Studio or Notepad ++ are the best program to make these changes.) This will give you the ability to make sure there are no errors in your XML file before uploading it back to CRM.

Displaying a Filtered View in the Site Map in CRM 2011

8. In this example, we want the new menu item to be displayed under My Work and under the sub-section of Customers. In the customizations.xml file, find a Group ID of "Customer".

Displaying a Filtered View in the Site Map in CRM 2011

9. Copy the information below to the XML right below the SubArea for Contacts.



<br /> </Titles><br /> </SubArea></p> <p>10. Let's now look at what needs to be updated in the string above to look at your specific information from CRM.</p> <ol> <li>Etn = account <ol> <li>Here we specify the entity that we are pulling the view from. Since we are using the account entity in this example, we can leave this as is.</li> </ol> </li> <li>Viewid= the GUID of the view</li> <li>Viewtype = this will be one of two options. <ol> <li>For system views enter in 1039</li> <li>For Personal views enter in 4230</li> </ol> </li> <li>Title="Vendors"<br /> This will be the name that appears in the Site Map. This can be changed to display whatever value you would like to have displayed.</li> </ol> <p><SubArea Id="new_vendor" Url="/_root/homepage.aspx?<span style="background-color: yellow;">etn=account</span>& <span style="background-color: yellow;">viewid=DFBDFC4E-1781-E211-BC15-000C298A36A7&viewtype=1039"></span><Titles><br /> <Title LCID="1033" <span style="background-color: yellow;">Title="Vendors"</span> /><br /> </Titles><br /> </SubArea></p> <p>11. Save your customizations.xml file and create a zip file that includes all three files that were extracted in Step 6.</p> <p><img loading="lazy" decoding="async" class="alignnone" title="Displaying a Filtered View in the Site Map in CRM 2011" src="https://powerobjects.com/wp-content/uploads/2013/03/030813_1514_Displayinga7.png" alt="Displaying a Filtered View in the Site Map in CRM 2011" width="624" height="361" /></p> <p>12. Now it is time to <a href="https://powerobjects.com/blog/2011/03/22/sitemap-editing-in-crm-2011/">upload the solution</a> to CRM. Go to Settings, Solutions and select Import.</p> <p><img loading="lazy" decoding="async" class="alignnone" title="Solutions" src="https://powerobjects.com/wp-content/uploads/2013/03/030813_1514_Displayinga8.png" alt="Solutions" width="624" height="324" /></p> <p>13. Browse to the zip file we created in step 11 and walk through the Solution Wizard. Once the import finishes, select the Publish All Customizations. When that has finished, refresh your browser by clicking the refresh button or F5.</p> <p>14. Once your screen refreshes you will now see a new menu item called Vendors.</p> <p><img loading="lazy" decoding="async" class="alignnone" title="Displaying a Filtered View in the Site Map in CRM 2011" src="https://powerobjects.com/wp-content/uploads/2013/03/030813_1514_Displayinga9.png" alt="Displaying a Filtered View in the Site Map in CRM 2011" width="376" height="664" /><br /> A filtered view like this is just one of many examples of <a href="https://powerobjects.com/blog/2012/07/12/adding-powerglobalsearch-different-area-crm-2011/">modifying the Site Map</a> to make your Dynamics CRM more user friendly. If you are not familiar with XML code or need assistance in modifying your Site Map, contact <a href="https://powerobjects.com/blog">PowerObjects</a> and they will be than happy to assist you.</p> <p>Happy CRM'ing!</p> </span></div><div id="div_block-835-41" class="ct-div-block" ><div id="code_block-844-41" class="ct-code-block" ></div></div><div id="div_block-771-41" class="ct-div-block" ><div id="shortcode-772-41" class="ct-shortcode" ><div class="essb_links essb_displayed_shortcode essb_share essb_template_clear-retina essb_template_lollipop-retina essb_6678875 essb_size_m essb_links_right essb_nospace print-no" id="essb_displayed_shortcode_6678875" data-essb-postid="21254" data-essb-position="shortcode" data-essb-button-style="button" data-essb-template="clear-retina essb_template_lollipop-retina" data-essb-counter-pos="hidden" data-essb-url="https://microsoft-business-applications.hcltech.com/customizing/displaying-filtered-view-in-site-map-crm-2011/" data-essb-fullurl="https://microsoft-business-applications.hcltech.com/customizing/displaying-filtered-view-in-site-map-crm-2011/" data-essb-instance="6678875"><ul class="essb_links_list"><li class="essb_item essb_link_facebook nolightbox"> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fmicrosoft-business-applications.hcltech.com%2Fcustomizing%2Fdisplaying-filtered-view-in-site-map-crm-2011%2F&t=Displaying+a+Filtered+View+in+the+Site+Map+in+CRM+2011" title="Share on Facebook" onclick="essb.window('https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fmicrosoft-business-applications.hcltech.com%2Fcustomizing%2Fdisplaying-filtered-view-in-site-map-crm-2011%2F&t=Displaying+a+Filtered+View+in+the+Site+Map+in+CRM+2011','facebook','6678875'); return false;" target="_blank" rel="nofollow" class="nolightbox" ><span class="essb_icon essb_icon_facebook"></span><span class="essb_network_name">Facebook</span></a></li><li class="essb_item essb_link_twitter nolightbox"> <a href="#" title="Share on Twitter" onclick="essb.window('https://twitter.com/intent/tweet?text=Displaying%20a%20Filtered%20View%20in%20the%20Site%20Map%20in%20CRM%202011&url=https%3A%2F%2Fmicrosoft-business-applications.hcltech.com%2Fcustomizing%2Fdisplaying-filtered-view-in-site-map-crm-2011%2F&counturl=https%3A%2F%2Fmicrosoft-business-applications.hcltech.com%2Fcustomizing%2Fdisplaying-filtered-view-in-site-map-crm-2011%2F','twitter','6678875'); return false;" target="_blank" rel="nofollow" class="nolightbox" ><span class="essb_icon essb_icon_twitter"></span><span class="essb_network_name">Twitter</span></a></li><li class="essb_item essb_link_linkedin nolightbox"> <a href="https://www.linkedin.com/shareArticle?mini=true&ro=true&trk=EasySocialShareButtons&title=Displaying+a+Filtered+View+in+the+Site+Map+in+CRM+2011&url=https%3A%2F%2Fmicrosoft-business-applications.hcltech.com%2Fcustomizing%2Fdisplaying-filtered-view-in-site-map-crm-2011%2F" title="Share on LinkedIn" onclick="essb.window('https://www.linkedin.com/shareArticle?mini=true&ro=true&trk=EasySocialShareButtons&title=Displaying+a+Filtered+View+in+the+Site+Map+in+CRM+2011&url=https%3A%2F%2Fmicrosoft-business-applications.hcltech.com%2Fcustomizing%2Fdisplaying-filtered-view-in-site-map-crm-2011%2F','linkedin','6678875'); return false;" target="_blank" rel="nofollow" class="nolightbox" ><span class="essb_icon essb_icon_linkedin"></span><span class="essb_network_name">LinkedIn</span></a></li><li class="essb_item essb_link_yammer nolightbox"> <a href="https://www.yammer.com/messages/new?login=true&trk_event=yammer_share&status=Displaying%20a%20Filtered%20View%20in%20the%20Site%20Map%20in%20CRM%202011 https%3A%2F%2Fmicrosoft-business-applications.hcltech.com%2Fcustomizing%2Fdisplaying-filtered-view-in-site-map-crm-2011%2F" title="Share on Yammer" onclick="essb.window('https://www.yammer.com/messages/new?login=true&trk_event=yammer_share&status=Displaying%20a%20Filtered%20View%20in%20the%20Site%20Map%20in%20CRM%202011 https%3A%2F%2Fmicrosoft-business-applications.hcltech.com%2Fcustomizing%2Fdisplaying-filtered-view-in-site-map-crm-2011%2F','yammer','6678875'); return false;" target="_blank" rel="nofollow" class="nolightbox" ><span class="essb_icon essb_icon_yammer"></span><span class="essb_network_name">Yammer</span></a></li></ul></div></div></div><div id="div_block-777-41" class="ct-div-block" ><div id="new_columns-778-41" class="ct-new-columns" ><div id="div_block-779-41" class="ct-div-block" ><img id="image-780-41" alt="Joe CRM" src="https://microsoft-business-applications.hcltech.com/wp-content/uploads/2015/04/joe-crm-profile-pic-300x300.jpg" class="ct-image" srcset="https://microsoft-business-applications.hcltech.com/wp-content/uploads/2015/04/joe-crm-profile-pic.jpg 300w, https://microsoft-business-applications.hcltech.com/wp-content/uploads/2015/04/joe-crm-profile-pic-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /></div><div id="div_block-781-41" class="ct-div-block" ><div id="text_block-782-41" class="ct-text-block" ><b>By Joe D365</b></div><div id="text_block-784-41" class="ct-text-block" >Joe D365 is a Microsoft Dynamics 365 superhero who runs on pure Dynamics adrenaline. As the face of PowerObjects, Joe D365’s mission is to reveal innovative ways to use Dynamics 365 and bring the application to more businesses and organizations around the world.</div></div></div></div><div id="div_block-829-41" class="ct-div-block" ><div id="code_block-830-41" class="ct-code-block jobs-separator" ><div></div></div></div> <div id="_comment_form-827-41" class="oxy-comment-form" > </div> <div id="_comments-828-41" class="oxy-comments" > <h3 class="comments-title"> 7 comments on “Displaying a Filtered View in the Site Map in CRM 2011” </h3> <ol class="comments-list"> <li id="comment-5434" class="comment even thread-even depth-1"> <article id="div-comment-5434" class="comment-body"> <footer class="comment-meta"> <div class="comment-author vcard"> <b class="fn">Pit</b> <span class="says">says:</span> </div><!-- .comment-author --> <div class="comment-metadata"> <a href="https://microsoft-business-applications.hcltech.com/customizing/displaying-filtered-view-in-site-map-crm-2011/#comment-5434"><time datetime="2013-03-08T18:23:00-06:00">March 8, 2013 at 6:23 pm</time></a> </div><!-- .comment-metadata --> </footer><!-- .comment-meta --> <div class="comment-content"> <p>Hey, thx for this blog.</p> <p>but .. i am searching for a working solution for this in Outlook. I know that i need a separate line .. to show this in Outlook too. I have this solution, but its working not perfect. In outlook the standard ribbon is missing (with workflows, reports etc. etc.).<br /> I can not find the error, to get the ribbon the same like in web-version. Do you maybe know the solution?</p> <p>Greets Pit</p> </div><!-- .comment-content --> </article><!-- .comment-body --> </li><!-- #comment-## --> <li id="comment-5435" class="comment odd alt thread-odd thread-alt depth-1 parent"> <article id="div-comment-5435" class="comment-body"> <footer class="comment-meta"> <div class="comment-author vcard"> <b class="fn">Todd@Shelby</b> <span class="says">says:</span> </div><!-- .comment-author --> <div class="comment-metadata"> <a href="https://microsoft-business-applications.hcltech.com/customizing/displaying-filtered-view-in-site-map-crm-2011/#comment-5435"><time datetime="2013-04-01T10:12:00-05:00">April 1, 2013 at 10:12 am</time></a> </div><!-- .comment-metadata --> </footer><!-- .comment-meta --> <div class="comment-content"> <p>I like this tip, but I have a question.</p> <p>Will this particular nav item search in context or still search Active Accounts?</p> </div><!-- .comment-content --> </article><!-- .comment-body --> <ol class="children"> <li id="comment-5436" class="comment even depth-2 parent"> <article id="div-comment-5436" class="comment-body"> <footer class="comment-meta"> <div class="comment-author vcard"> <b class="fn">alexfagundes</b> <span class="says">says:</span> </div><!-- .comment-author --> <div class="comment-metadata"> <a href="https://microsoft-business-applications.hcltech.com/customizing/displaying-filtered-view-in-site-map-crm-2011/#comment-5436"><time datetime="2013-04-01T10:21:00-05:00">April 1, 2013 at 10:21 am</time></a> </div><!-- .comment-metadata --> </footer><!-- .comment-meta --> <div class="comment-content"> <p>Hi Todd,<br /> The search will still be the 'quick find' search since it is the web form.</p> </div><!-- .comment-content --> </article><!-- .comment-body --> <ol class="children"> <li id="comment-5437" class="comment odd alt depth-3"> <article id="div-comment-5437" class="comment-body"> <footer class="comment-meta"> <div class="comment-author vcard"> <b class="fn">Todd@Shelby</b> <span class="says">says:</span> </div><!-- .comment-author --> <div class="comment-metadata"> <a href="https://microsoft-business-applications.hcltech.com/customizing/displaying-filtered-view-in-site-map-crm-2011/#comment-5437"><time datetime="2013-04-01T15:14:00-05:00">April 1, 2013 at 3:14 pm</time></a> </div><!-- .comment-metadata --> </footer><!-- .comment-meta --> <div class="comment-content"> <p>Thanks Alex..<br /> Todd</p> </div><!-- .comment-content --> </article><!-- .comment-body --> </li><!-- #comment-## --> </ol><!-- .children --> </li><!-- #comment-## --> </ol><!-- .children --> </li><!-- #comment-## --> <li id="comment-5438" class="comment even thread-even depth-1 parent"> <article id="div-comment-5438" class="comment-body"> <footer class="comment-meta"> <div class="comment-author vcard"> <b class="fn">Thanos</b> <span class="says">says:</span> </div><!-- .comment-author --> <div class="comment-metadata"> <a href="https://microsoft-business-applications.hcltech.com/customizing/displaying-filtered-view-in-site-map-crm-2011/#comment-5438"><time datetime="2014-03-23T23:48:00-05:00">March 23, 2014 at 11:48 pm</time></a> </div><!-- .comment-metadata --> </footer><!-- .comment-meta --> <div class="comment-content"> <p>Hi Joe,</p> <p>I've been trying to achieve exactly the same thing on CRM 2013.<br /> Is there a way to achieve the same thing on CRM 2013 (on-prem version)?</p> <p>Thanks in advance,<br /> Thanos</p> </div><!-- .comment-content --> </article><!-- .comment-body --> <ol class="children"> <li id="comment-5439" class="comment odd alt depth-2"> <article id="div-comment-5439" class="comment-body"> <footer class="comment-meta"> <div class="comment-author vcard"> <b class="fn">John</b> <span class="says">says:</span> </div><!-- .comment-author --> <div class="comment-metadata"> <a href="https://microsoft-business-applications.hcltech.com/customizing/displaying-filtered-view-in-site-map-crm-2011/#comment-5439"><time datetime="2014-04-01T07:38:00-05:00">April 1, 2014 at 7:38 am</time></a> </div><!-- .comment-metadata --> </footer><!-- .comment-meta --> <div class="comment-content"> <p>+1 on this. Me too!</p> </div><!-- .comment-content --> </article><!-- .comment-body --> </li><!-- #comment-## --> </ol><!-- .children --> </li><!-- #comment-## --> <li id="comment-5440" class="comment even thread-odd thread-alt depth-1"> <article id="div-comment-5440" class="comment-body"> <footer class="comment-meta"> <div class="comment-author vcard"> <b class="fn"><a href="http://www.spinifexonline.com" class="url" rel="ugc external nofollow">Paul Craven</a></b> <span class="says">says:</span> </div><!-- .comment-author --> <div class="comment-metadata"> <a href="https://microsoft-business-applications.hcltech.com/customizing/displaying-filtered-view-in-site-map-crm-2011/#comment-5440"><time datetime="2015-06-11T20:13:00-05:00">June 11, 2015 at 8:13 pm</time></a> </div><!-- .comment-metadata --> </footer><!-- .comment-meta --> <div class="comment-content"> <p>Hi Joe, can this still work for CRM 2015?</p> </div><!-- .comment-content --> </article><!-- .comment-body --> </li><!-- #comment-## --> </ol> <div class="comments-navigation"> <div class='previous-comments-link'></div> <div class='next-comments-link'></div> </div> </div> </div><div id="div_block-649-41" class="ct-div-block sidebar" ><div id="div_block-826-41" class="ct-div-block" ><div id="div_block-663-41" class="ct-div-block" ><div id="shortcode-664-41" class="ct-shortcode ad-full-width" ><div><div class="dfad dfad_pos_1 dfad_first" id="_ad_142939"><a href="https://powerobjects.com/support/powersuccess-d365-crm/"><img src="https://powerobjects.com/wp-content/uploads/2020/12/d365-support-ad.jpg" width="328" height="272" alt="Fixed fee support for Business Central"></a></div></div></div></div><div id="div_block-815-41" class="ct-div-block" ><h3 id="headline-823-41" class="ct-headline">Join the Newsletter</h3><div id="text_block-818-41" class="ct-text-block" >PowerObjects, an HCL Technologies Company, is a leader in delivering Microsoft Business Applications.</div><a id="link_button-820-41" class="ct-link-button" href="/landings/sign-up-to-receive-the-powerobjects-newsletter/" target="_self" >SUBSCRIBE TO OUR QUARTERLY NEWSLETTER</a></div><div id="div_block-821-41" class="ct-div-block" ><h3 id="headline-816-41" class="ct-headline">Popular Posts</h3><div id="code_block-822-41" class="ct-code-block popular-posts-widget" ><ul> <li><a href="https://microsoft-business-applications.hcltech.com/development/how-to-use-multiple-datasets-into-a-single-tablix-region-in-ssrs/">How to Use Multiple Datasets in a Single Tablix Region in SSRS</a></li> <li><a href="https://microsoft-business-applications.hcltech.com/tips-and-tricks/how-to-create-an-option-set-in-powerapps/">How to Create an Option Set in PowerApps</a></li> <li><a href="https://microsoft-business-applications.hcltech.com/troubleshooting/troubleshooting-solution-import-errors/">Troubleshooting Solution Import Errors</a></li> <li><a href="https://microsoft-business-applications.hcltech.com/flow/automation-using-flow-and-azure-devops/">Automation using Flow and Azure DevOps</a></li> <li><a href="https://microsoft-business-applications.hcltech.com/dynamics-365/lookup-and-search-views/">Lookup and Search Views</a></li> </ul></div></div></div></div></div></div></section><section id="section-471-41" class=" ct-section" ><div class="ct-section-inner-wrap"><div id="div_block-572-41" class="ct-div-block" ><h1 id="headline-477-41" class="ct-headline">PowerObjects Recommends<br></h1></div><div id="code_block-812-41" class="ct-code-block rel-posts-wrap" > <div class="rel-post"> <div class="rel-thumb"> <a rel="bookmark" href="https://microsoft-business-applications.hcltech.com/dynamics-365/thinking-of-migrating-from-salesforce-to-microsoft-dynamics-365-heres-what-you-need-to-consider-before-you-do/"><img width="2048" height="1152" src="https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/11/iStock-1010651248-scaled.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/11/iStock-1010651248-scaled.jpg 2048w, https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/11/iStock-1010651248-300x169.jpg 300w, https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/11/iStock-1010651248-1024x576.jpg 1024w, https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/11/iStock-1010651248-768x432.jpg 768w, https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/11/iStock-1010651248-1536x864.jpg 1536w" sizes="(max-width: 2048px) 100vw, 2048px" /></a> </div> <div class="rel-title"> <a rel="bookmark" href="https://microsoft-business-applications.hcltech.com/dynamics-365/thinking-of-migrating-from-salesforce-to-microsoft-dynamics-365-heres-what-you-need-to-consider-before-you-do/">Thinking of migrating from Salesforce to Microsoft Dynamics 365? Here's what you need to consider before you do.</a> </div> </div> <div class="rel-post"> <div class="rel-thumb"> <a rel="bookmark" href="https://microsoft-business-applications.hcltech.com/announcements/hcltech-earns-membership-in-the-microsoft-business-applications-inner-circle/"><img width="800" height="600" src="https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/07/Microsofts-Inner-Circle-blog-800x600-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/07/Microsofts-Inner-Circle-blog-800x600-1.jpg 800w, https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/07/Microsofts-Inner-Circle-blog-800x600-1-300x225.jpg 300w, https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/07/Microsofts-Inner-Circle-blog-800x600-1-768x576.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a> </div> <div class="rel-title"> <a rel="bookmark" href="https://microsoft-business-applications.hcltech.com/announcements/hcltech-earns-membership-in-the-microsoft-business-applications-inner-circle/">HCLTech earns membership in the Microsoft Business Applications <br>Inner Circle</a> </div> </div> <div class="rel-post"> <div class="rel-thumb"> <a rel="bookmark" href="https://microsoft-business-applications.hcltech.com/dynamics-365/hcltech-named-finalist-for-2023-microsoft-partner-of-the-year-awards/"><img width="800" height="600" src="https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/06/2023-Partner-of-the-Year-800x600-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/06/2023-Partner-of-the-Year-800x600-1.jpg 800w, https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/06/2023-Partner-of-the-Year-800x600-1-300x225.jpg 300w, https://microsoft-business-applications.hcltech.com/wp-content/uploads/2023/06/2023-Partner-of-the-Year-800x600-1-768x576.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a> </div> <div class="rel-title"> <a rel="bookmark" href="https://microsoft-business-applications.hcltech.com/dynamics-365/hcltech-named-finalist-for-2023-microsoft-partner-of-the-year-awards/">HCLTech Named Finalist for 2023 Microsoft Partner of the Year Awards</a> </div> </div> </div></div></section><footer id="section-95-43" class=" ct-section footer-default" ><div class="ct-section-inner-wrap"><div id="new_columns-96-43" class="ct-new-columns" ><div id="div_block-97-43" class="ct-div-block" ><img id="image-98-43" alt="" src="http://microsoft-business-applications.hcltech.com/wp-content/uploads/2022/04/HCL-logo-white.png" class="ct-image"/><div id="text_block-99-43" class="ct-text-block" >HCL is a global Microsoft Business Applications Partner with large CRM and ERP practices. Our holistic approach is built around improving the ROI of our clients’ Microsoft investment through our four pillars: exceptional implementation <b>service </b>delivery; <b>education</b>, which includes training, change management, and adoption & sustainment programs; one of the largest <b>support </b>desks in the partner channel; <b>add-ons</b>, accelerators, and extensions leveraging Microsoft Power Platform. Repeatedly recognized in the Microsoft Global Partner of the Year Awards for excellence in Financial Services, Dynamics 365 Customer Service, Dynamics 365 Sales, Dynamics 365 Marketing, and Power Apps, HCL offers solutions that help organizations increase productivity, streamline business processes, and build better relationships.</div></div><div id="div_block-111-43" class="ct-div-block" ><nav id="_nav_menu-112-43" class="oxy-nav-menu footer-about-menu" ><div class='oxy-menu-toggle'><div class='oxy-nav-menu-hamburger-wrap'><div class='oxy-nav-menu-hamburger'><div class='oxy-nav-menu-hamburger-line'></div><div class='oxy-nav-menu-hamburger-line'></div><div class='oxy-nav-menu-hamburger-line'></div></div></div></div><div class="menu-footer-widget-menu-left-container"><ul id="menu-footer-widget-menu-left" class="oxy-nav-menu-list"><li id="menu-item-128129" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-128129"><a href="/about/microsoft-awards/">Awards</a></li> <li id="menu-item-128130" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-128130"><a href="/jobs/">Careers</a></li> </ul></div></nav></div><div id="div_block-247-43" class="ct-div-block" ><div id="div_block-100-43" class="ct-div-block icon-wrap" ><a id="link-101-43" class="ct-link" href="https://www.facebook.com/powerobjects" target="_blank" ><div id="fancy_icon-102-43" class="ct-fancy-icon" ><svg id="svg-fancy_icon-102-43"><use xlink:href="#FontAwesomeicon-facebook"></use></svg></div><div id="text_block-249-43" class="ct-text-block" >/powerobjects</div></a><a id="link-103-43" class="ct-link" href="https://twitter.com/powerobjects" target="_blank" ><div id="fancy_icon-104-43" class="ct-fancy-icon" ><svg id="svg-fancy_icon-104-43"><use xlink:href="#FontAwesomeicon-twitter"></use></svg></div><div id="text_block-251-43" class="ct-text-block" >@powerobjects</div></a><a id="link-105-43" class="ct-link" href="https://www.linkedin.com/showcase/hcl-mbap/" target="_blank" ><div id="fancy_icon-106-43" class="ct-fancy-icon" ><svg id="svg-fancy_icon-106-43"><use xlink:href="#FontAwesomeicon-linkedin-square"></use></svg></div><div id="text_block-253-43" class="ct-text-block" >/showcase/hcl-mbap</div></a><a id="link-107-43" class="ct-link" href="https://www.youtube.com/user/PowerObjects" target="_blank" ><div id="fancy_icon-108-43" class="ct-fancy-icon" ><svg id="svg-fancy_icon-108-43"><use xlink:href="#FontAwesomeicon-youtube-play"></use></svg></div><div id="text_block-255-43" class="ct-text-block" >/user/PowerObjects</div></a><a id="link-109-43" class="ct-link" href="https://www.instagram.com/powerobjects/" target="_blank" ><div id="fancy_icon-110-43" class="ct-fancy-icon" ><svg id="svg-fancy_icon-110-43"><use xlink:href="#FontAwesomeicon-instagram"></use></svg></div><div id="text_block-257-43" class="ct-text-block" >/powerobjects</div></a></div><div id="div_block-260-43" class="ct-div-block icon-wrap" ><a id="link-261-43" class="ct-link" href="https://www.facebook.com/powerobjects" target="_blank" ><div id="fancy_icon-262-43" class="ct-fancy-icon" ><svg id="svg-fancy_icon-262-43"><use xlink:href="#FontAwesomeicon-facebook"></use></svg></div></a><a id="link-264-43" class="ct-link" href="https://twitter.com/powerobjects" target="_blank" ><div id="fancy_icon-265-43" class="ct-fancy-icon" ><svg id="svg-fancy_icon-265-43"><use xlink:href="#FontAwesomeicon-twitter"></use></svg></div></a><a id="link-267-43" class="ct-link" href="https://www.linkedin.com/company/powerobjects/" target="_blank" ><div id="fancy_icon-268-43" class="ct-fancy-icon" ><svg id="svg-fancy_icon-268-43"><use xlink:href="#FontAwesomeicon-linkedin-square"></use></svg></div></a><a id="link-270-43" class="ct-link" href="https://www.youtube.com/user/PowerObjects" target="_blank" ><div id="fancy_icon-271-43" class="ct-fancy-icon" ><svg id="svg-fancy_icon-271-43"><use xlink:href="#FontAwesomeicon-youtube-play"></use></svg></div></a><a id="link-273-43" class="ct-link" href="https://www.instagram.com/powerobjects/" target="_blank" ><div id="fancy_icon-274-43" class="ct-fancy-icon" ><svg id="svg-fancy_icon-274-43"><use xlink:href="#FontAwesomeicon-instagram"></use></svg></div></a></div></div></div><div id="new_columns-117-43" class="ct-new-columns " ><div id="div_block-118-43" class="ct-div-block sub-footer" ><div id="text_block-119-43" class="ct-text-block" >© Copyright 2020 <a href="https://powerobjects.com">PowerObjects</a> - All Rights Reserved</div></div><div id="div_block-120-43" class="ct-div-block" ><nav id="_nav_menu-121-43" class="oxy-nav-menu" ><div class='oxy-menu-toggle'><div class='oxy-nav-menu-hamburger-wrap'><div class='oxy-nav-menu-hamburger'><div class='oxy-nav-menu-hamburger-line'></div><div class='oxy-nav-menu-hamburger-line'></div><div class='oxy-nav-menu-hamburger-line'></div></div></div></div><div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="oxy-nav-menu-list"><li id="menu-item-116207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-116207"><a href="https://microsoft-business-applications.hcltech.com/gdpr-guidance/">GDPR Guidance</a></li> </ul></div></nav></div></div></div></footer> <div tabindex="-1" class="oxy-modal-backdrop " style="background-color: rgba(0,0,0,0.5);" data-trigger="user_clicks_element" data-trigger-selector=".contact-form" data-trigger-time="5" data-trigger-time-unit="seconds" data-close-automatically="no" data-close-after-time="10" data-close-after-time-unit="seconds" data-trigger_scroll_amount="50" data-trigger_scroll_direction="down" data-scroll_to_selector="" data-time_inactive="60" data-time-inactive-unit="seconds" data-number_of_clicks="3" data-close_on_esc="on" data-number_of_page_views="3" data-close-after-form-submit="no" data-open-again="always_show" data-open-again-after-days="3" > <div id="modal-171-43" class="ct-modal search-modal-wrap" aria-label="Connect with the Experts" role="form"><div id="div_block-172-43" class="ct-div-block" ><h3 id="headline-173-43" class="ct-headline">Connect with the Experts</h3></div><div id="div_block-174-43" class="ct-div-block" ><div id="shortcode-183-43" class="ct-shortcode" ><iframe loading="lazy" id='powf_3F7B516474C5E711810200155DCE4451' src='about:blank' frameborder='0' width='100%' style="height: 1022px;" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://pocloudcentral.crm.powerobjects.net/powerwebform/powerwebform.aspx?t=cXb2MGiU7USwlDIfLFVcMW8AcgBnADEANwA3ADAAZQA2ADIAZQA%3D&formId=powf_3F7B516474C5E711810200155DCE4451&tver=2013"></iframe><noscript><iframe id='powf_3F7B516474C5E711810200155DCE4451' src='https://pocloudcentral.crm.powerobjects.net/powerwebform/powerwebform.aspx?t=cXb2MGiU7USwlDIfLFVcMW8AcgBnADEANwA3ADAAZQA2ADIAZQA%3D&formId=powf_3F7B516474C5E711810200155DCE4451&tver=2013' frameborder='0' width='100%' style="height: 1022px;"></iframe></noscript></div></div><a id="link_button-277-43" class="ct-link-button oxy-close-modal" href="http://" target="_self" aria-label="Close the Form" role="button">X</a></div> </div> <!-- WP_FOOTER --> <script data-minify="1" defer src="https://microsoft-business-applications.hcltech.com/wp-content/cache/min/1/wp-content/plugins/powerobjects-awesome-functions/assets/js/fontawesome/all.js?ver=1704288833"></script> <!-- Salesfusion --> <script type="text/javascript">__sf_config = {customer_id: 97283,host: 'emails.powerobjects.com',ip_privacy: 0,__img_path: "/web-next.gif?"};(function() {var s = function() {var e, t;var n = 10;var r = 0;e = document.createElement("script");e.type = "text/javascript";e.async = true;e.src = "//" + __sf_config.host + "/js/frs-next.js";t = document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e, t);var i = function() {if (r < n) {r++;if (typeof frt !== "undefined") {frt(__sf_config);} else {setTimeout(function() { i(); }, 500);}}};i();};if (window.attachEvent) {window.attachEvent("onload", s);} else {window.addEventListener("load", s, false);}})();</script> <!-- Linked In Insight Tag --> <script type="text/javascript"> _linkedin_partner_id = "45229"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script> <script type="text/javascript"> (function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript"; b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s); })(); </script> <noscript> <img height="1" width="1" style="display:none; " alt="" src="https://px.ads.linkedin.com/collect/?pid=45229&fmt=gif" /> </noscript><style>.ct-FontAwesomeicon-linkedin-square{width:0.85714285714286em}</style> <style>.ct-FontAwesomeicon-twitter{width:0.92857142857143em}</style> <style>.ct-FontAwesomeicon-facebook{width:0.57142857142857em}</style> <style>.ct-FontAwesomeicon-instagram{width:0.85714285714286em}</style> <?xml version="1.0"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1"><defs><symbol id="FontAwesomeicon-linkedin-square" viewBox="0 0 24 28"><title>linkedin-squaretwitterfacebookyoutube-playinstagram