Sitemap Editors for Dynamics CRM 2013
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.
- The XrmToolbox (Formerly SiteMap Editor) by Tanguy. It is available for download HERE
- 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.
- Hit your Windows Key on Windows 7, or swipe right on Windows 8.
- Click in the Search
- Type ‘Windows Features’ – which should reveal an option to “Turn Windows Features On or Off”
Turn Windows Features On or Off
- 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
- Let your machine configure WIF3.5
Run XrmToolbox
- After that you can head back to the folder where you unzipped XrmToolbox.
Run XrmToolbox
- Scroll down to to Sitemap Editor
Using XrmToolbox Sitemap Editor
- 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
- Click ‘New Connection’
- Give your connection a name, and enter your log in credentials
- Click ‘Get Orgs’
- Once connected click ‘Load Sitemap’
XrmToolbox Sitemap Editor Interface
- Make your changes
- 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.
- Launch the application
- Enter your log in credentials
CRM Sitemap Editor
CRM Sitemap Editor
- 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的更多相关文章
- Step by step Dynamics CRM 2011升级到Dynamics CRM 2013
原创地址:http://www.cnblogs.com/jfzhu/p/4018153.html 转载请注明出处 (一)检查Customizations 从2011升级到2013有一些legacy f ...
- 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 ...
- Dynamics CRM 2013 installation
原创地址:http://www.cnblogs.com/jfzhu/p/3445820.html 转载请注明出处 一 硬件要求 1. CRM Server 下表对硬件的要求是假定Microsoft S ...
- Dynamics CRM 2013 SP1 升级到Dynamics CRM 2015
首先截图一下我要升级的Dynamics CRM 2013版本如下图,可以看到是打了SP1后的CRM 2013. 运行CRM 2015简体中文版的安装文件CRM2015-Server- ...
- Microsoft Dynamics CRM 2013 安装程序及SDK 下载地址
Microsoft Dynamics CRM 2013 已经具有相关资料 2013 Setup (Microsoft Dynamics CRM Server 2013) 下载地址: http://ww ...
- Microsoft Dynamics CRM 2013 --针对特定实体,取消保存功能(包含自动保存)
AutoSave 是 Microsoft Dynamics CRM 2013 一个新特性. 但AutoSave的有效范围是[所有实体],不允许针对特定某一实体进行设置. 所以,若想针对特定实体进行设置 ...
- Microsoft Dynamics CRM 2013 --选项集的多选
由于从Microsoft Dynamics CRM 2011到Microsoft Dynamics CRM 2013,界面的风格发生了很大的变化 故原先在2011上开发的选项集多选在2013上面已经不 ...
- Microsoft Dynamics CRM 2013 安装过程图解及安装序列号
Microsoft Dynamics CRM 2013 安装过程 图解 在安装前,先持一下SQL配置管理,将相关的服务打开.(由于在虚拟机里,许多服务需要时才会打开,像Reporting Serv ...
- Dynamics CRM 2013 初体验(2):UI
Dynamics CRM 2013 系统的UI与2011相比改动是巨大的:传统的导航栏被去掉了,取代它的是win8风格的小磁铁:Ribbon风格的工具栏也被去掉啦,它的风格将回滚至4.0时代:新系统添 ...
随机推荐
- TCP UDP 协议的选择
行业应用中TCP/IP传输协议和UDP协议的选择! 中国移动.中国联通推行的GPRS网络.CDMA网络已覆盖大量的区域,通过无线网络实现数据传输成为可 能.无线Modem采用GPRS.CDMA模块通过 ...
- 解决Win8.1 / Win Server 2012 r2 下安装 Visual Studio 时一直要求重新启动的问题(原创)
注:本文为作者原创文章,转载于引用请注明出处,谢谢. 今天在x64的英文版Windows Server 2012 r2上安装最新版的 Visual Studio 2015 Exterprise 时,提 ...
- mysql的过程和Oracle的区别
mySQL 和 Oracle 不一样 , mysql 中的function 中, 没有 CREATE OR REPLACE如果需要用到这句,可以使用 DROP FUNCTION IF EXISTS ...
- [转载]如何打一手好Log
如果项目上过线的话,那你一定知道Log是多么重要. 为什么说Log重要呢?因为上线项目不允许你调试,你只能通过Log来分析问题.这时打一手好Log的重要性绝不亚于写一手好代码.项目出问题时,你要能拿出 ...
- POJ1269+直线相交
求相交点 /* 线段相交模板:判相交.求交点 */ #include<stdio.h> #include<string.h> #include<stdlib.h> ...
- SPRING IN ACTION 第4版笔记-第三章ADVANCING WIRING-007-给BEAN运行时注入值placeholder、@Value
一.用placeholder给bean运行时注入值的步骤 Spring取得placeholder的值是用${...} 1.声明placeholder bean (1)java方式 In order t ...
- Native Application 开发详解(直接在程序中调用 ntdll.dll 中的 Native API,有内存小、速度快、安全、API丰富等8大优点)
文章目录: 1. 引子: 2. Native Application Demo 展示: 3. Native Application 简介: 4. Native Ap ...
- Sql server decimal 和 numeric
带固定精度和小数位数的数值数据类型. decimal[ (p[ , s] )] 和 numeric[ (p[ , s] )] 固定精度和小数位数.使用最大精度时,有效值从 - 10^38 +1 到 1 ...
- Linux下删除大量文件
主要参考了http://www.slashroot.in/which-is-the-fastest-method-to-delete-files-in-linux 首先建立50万个文件 ➜ test ...
- Java:List,ArrayList和LinkList的区别
1.大学数据结构中ArrayList是实现了基于动态数组的数据结构,LinkList基于链表的数据结构 2.对于随机访问get和set,ArrayList优于LinkList,因为LinkedList ...