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. GPU CUDA常量内存使用

    #include <cuda.h> #include <stdio.h> int getMulprocessorCount(){ cudaDeviceProp prop; cu ...

  2. 一步步学习NHibernate(1)——NHibernate介绍

    请注明转载地址:http://www.cnblogs.com/arhat 第十五章 从本章开始,老魏将给大家一起学习NHibernate这个流行的ORM框架,本来老魏想要和大家一起探讨微软的EF框架的 ...

  3. git 提交

    git rebase -i 在使用git开发的时候经常会面临一个常见的问题.多个commit 需要合并为一个完整的commit提交. 合并多个commit为一个完整的commit 我先基于develo ...

  4. javascript中部分不能使用call apply调用来重写的构造函数

      This tests if TypeError is thrown or not when we call a constructor as a normal function.       On ...

  5. How To Call Stored Procedure In Hibernate

    How To Call Stored Procedure In Hibernate In this tutorial, you will learn how to call a store proce ...

  6. 图片上没有line-height垂直居中

    <style> div {     width: 150px;     height: 155px;     line-height: 155px;     border: 1px sol ...

  7. [转载]在C#中使用官方驱动操作MongoDB

    在C#中使用官方驱动操作MongoDB 8.1)下载安装 想要在C#中使用MongoDB,首先得要有个MongoDB支持的C#版的驱动.C#版的驱动有很多种,如官方提供的,samus. 实现思路大都类 ...

  8. tbr tbn tbc

    http://tech.bobgo.net/?m=201004 因为最近的工作需要从MP4视频中提取一些关键帧,要了解如何将视频的时间点转换为对应的帧号,所以查阅了一些关于视频编解码以及时间同步方式的 ...

  9. Java多态的体现之继承

    /** * * 功能:演示多态 */ package com.litao; public class Demo5 { public static void main(String[] args) { ...

  10. 浅析Android的窗口

    一.窗口的概念 在开发过程中,我们经常会遇到,各种跟窗口相关的类,或者方法.但是,在 Android 的框架设计中,到底什么是窗口?窗口跟 Android Framework 中的 Window 类又 ...