I’ve started using a couple of different sitemap editors in my projects for CRM 2013. These tools help to streamline the sitemap editing process by letting you connect directly to your CRM server and push out updates. This saves you the hassle of having to; package your sitemap into a solution, downloading it, unzipping it, opening it, editing it, re-zipping it, re-installing the new sitemap solution. – Tedious.

  1. The XrmToolbox (Formerly SiteMap Editor) by Tanguy. It is available for download HERE
  2. The CRM Sitemap Editor (part of the CRM Solution Manager) by Simpler Software. It is available for download HERE

Both tools are free though Simpler Software has a paid CRM Solution Manager product as well.

XrmToolbox (Tanguy)

When you first download XrmToolbox and try to run it, you may get a warning dialog saying:

“Unable to find Windows Identity Foundation 3.5 on this computer. This program may not work properly. Do you want to continue?”

If so you will need to obtain Windows Identity Foundation 3.5 which is available for download HERE

Install Windows Identity Framework

Grab the right version for your machine (i.e. 32 bit vs 64 bit by checking the install instructions).

Once installed, it still needs to be enabled before it will work.

  1. Hit your Windows Key on Windows 7, or swipe right on Windows 8.
  2. Click in the Search
  3. Type ‘Windows Features’ – which should reveal an option to “Turn Windows Features On or Off”

    Turn Windows Features On or Off

  4. You’ll get a dialog box. Scroll down to the option for “Windows Identity Foundation 3.5″. Check the box.

    Windows Identity Foundation 3.5

  5. Let your machine configure WIF3.5

Run XrmToolbox

  1. After that you can head back to the folder where you unzipped XrmToolbox.

    Run XrmToolbox

  2. Scroll down to to Sitemap Editor

    Using XrmToolbox Sitemap Editor

  3. You will be prompted to connect to your organization first. Click ‘Yes’. (Note without Windows Identity Foundation 3.5 installed you will not be able to successfully connect to your organization(s))

    Connect To CRM Server With XrmToolbox

  4. Click ‘New Connection’
  5. Give your connection a name, and enter your log in credentials
  6. Click ‘Get Orgs’
  7. Once connected click ‘Load Sitemap’

    XrmToolbox Sitemap Editor Interface

  8. Make your changes
  9. Click ‘Update Sitemap’

CRM Sitemap Editor (Simpler Software)

This is another nice editor (though a little more visual). I like that it displays the icons for your entities.

It works much like the XrmToolbox Sitemap Editor.

  1. Launch the application
  2. Enter your log in credentials

    CRM Sitemap Editor

    CRM Sitemap Editor

  3. Once connected you can download your existing site map, make edits, and upload the new one.

    CRM Sitemap Editor

Sitemap Editors for Dynamics CRM 2013的更多相关文章

  1. Step by step Dynamics CRM 2011升级到Dynamics CRM 2013

    原创地址:http://www.cnblogs.com/jfzhu/p/4018153.html 转载请注明出处 (一)检查Customizations 从2011升级到2013有一些legacy f ...

  2. Microsoft Dynamics CRM 2013 and 2011 Update Rollups and Service Packs

      Microsoft Dynamics CRM 2013   BTW: RC stands for Release for Candidate, and RTM stands for Release ...

  3. Dynamics CRM 2013 installation

    原创地址:http://www.cnblogs.com/jfzhu/p/3445820.html 转载请注明出处 一 硬件要求 1. CRM Server 下表对硬件的要求是假定Microsoft S ...

  4. Dynamics CRM 2013 SP1 升级到Dynamics CRM 2015

     首先截图一下我要升级的Dynamics CRM 2013版本如下图,可以看到是打了SP1后的CRM 2013.         运行CRM 2015简体中文版的安装文件CRM2015-Server- ...

  5. Microsoft Dynamics CRM 2013 安装程序及SDK 下载地址

    Microsoft Dynamics CRM 2013 已经具有相关资料 2013 Setup (Microsoft Dynamics CRM Server 2013) 下载地址: http://ww ...

  6. Microsoft Dynamics CRM 2013 --针对特定实体,取消保存功能(包含自动保存)

    AutoSave 是 Microsoft Dynamics CRM 2013 一个新特性. 但AutoSave的有效范围是[所有实体],不允许针对特定某一实体进行设置. 所以,若想针对特定实体进行设置 ...

  7. Microsoft Dynamics CRM 2013 --选项集的多选

    由于从Microsoft Dynamics CRM 2011到Microsoft Dynamics CRM 2013,界面的风格发生了很大的变化 故原先在2011上开发的选项集多选在2013上面已经不 ...

  8. Microsoft Dynamics CRM 2013 安装过程图解及安装序列号

    Microsoft Dynamics CRM 2013 安装过程 图解   在安装前,先持一下SQL配置管理,将相关的服务打开.(由于在虚拟机里,许多服务需要时才会打开,像Reporting Serv ...

  9. Dynamics CRM 2013 初体验(2):UI

    Dynamics CRM 2013 系统的UI与2011相比改动是巨大的:传统的导航栏被去掉了,取代它的是win8风格的小磁铁:Ribbon风格的工具栏也被去掉啦,它的风格将回滚至4.0时代:新系统添 ...

随机推荐

  1. The partner transaction manager has disabled its support for remote/network transactions.

    http://technet.microsoft.com/en-us/library/cc753510(WS.10).aspx

  2. net.sf.json日期类型格式化输出

    net.sf.json 日期类型格式化输出 Date, Timestamp ; 编写工具类 package cn.jorcen.commons.util; import java.text.DateF ...

  3. [XJOI NOI2015模拟题13] C 白黑树 【线段树合并】

    题目链接:XJOI - NOI2015-13 - C 题目分析 使用神奇的线段树合并在 O(nlogn) 的时间复杂度内解决这道题目. 对树上的每个点都建立一棵线段树,key是时间(即第几次操作),动 ...

  4. C#读取Excel五种方式的体会

    原地址: http://blog.csdn.net/dapengbusi/article/details/38117817 http://blog.csdn.net/dapengbusi/articl ...

  5. 开启CURL扩展,让服务器支持PHP curl函数(远程采集)

    关于开启Curl的方法模板天下小编在此给大家简单说一下 curl().file_get_contents().snoopy.class.php这三个远程页面抓取或采集中用到的工具,默迹还是侵向于用sn ...

  6. IDEA 整合Junit实现自动生成测试代码

    1.安装插件 junit generator 重启IDEA,完成安装. 2. 选中需要测试的方法,按alt + insert 即可自动生成测试类\方法 3. 设置

  7. ASP.NET 弹出对话框和页面之间传递值的经验总结

    今天碰到一个弹出对话框(PopUp dialog)的问题, 因该是个傻瓜问题, 但是还是让我研究了半天, 总结了一些前人经验, 拿出来跟大家分享一下! 在ASP.Net中页面之间的传值方法有很多,但是 ...

  8. QVariant实质 (类似 C#中的装箱拆箱)

    QVariant是一种可以存储不同类型的数据结构,在很多场合这是很有用得为了达到这种目的,可以想象,该对象应该存储对象的类型信息,数据信息以及其他辅助详细考虑用途,这种对象必须支持对不同对象的存储,对 ...

  9. 判断微信内置浏览器的UserAgent

    要区分用户是通过"微信内置浏览器"还是"原生浏览器"打开的WebApp, 可以通过navigator.userAgent来进行判断. 以下是对各种平台上微信内置 ...

  10. ruby 方法重载

    class MyClass def sayHello return "hello from MyClass" end def sayGoodbye return "Goo ...