Spring ’14 Wave Update: Installing Dynamics CRM on Tablets for Windows 8.1
One of the added bonuses of Dynamics CRM is its ability go where you go! With the Spring ’14 Wave Update, you can now download CRM to your tablet with Windows 8.1. If you currently have the CRM for tablets installed, make sure to uninstall it before beginning and completing these steps.
1. The Tablet app for Windows 8.1 is simply named Microsoft Dynamics CRM.

2. The Tablet app for Windows 8 is labeled as Microsoft Dynamics CRM for Windows 8.

3. After installing you may receive this message:

4. You will need to follow these steps to modify your registry and add keys.
Note: As always, back up your registry first.
Using Regedit
- Start Registry Editor.
- Before making changes to your registry, you should make a backup. Click or tap File > Export and enter your settings.
- Locate the following registry subkey:HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies
- Right-click or tap Policies, point to New, and then click or tap Key.
- Type Packages, and then press ENTER.
- Right-click or tap Packages, point to New, and then click or tap Key.
- Type Applications, and then save the text.
- Right-click or tap Applications, point to New, and then click or tap DWORD (32-bit) Value.
- Type EnableDynamicContentUriRules and then save the text.
- Right-click or tap EnableDynamicContentUriRules, and then click or tap Modify.
- Type 1 in the Value Data box, and then click or tap OK.
- Right-click or tap Applications, point to New, and then click or tap Key.
- Type ContentUriRules, and then save the text.
- Right-click or tap ContentUriRules, point to New, and then click or tap String Value.
- Type 1, and then save the text.
- Right-click or tap 1, and then click or tap Modify.
- Type your CRM organization’s URL in the Value Data box (for example, https://contoso.com), and then click or tap OK.
- Exit the Registry Editor.


5. Now your URL should successfully connect. Note: Ensure you do not have a ‘/’ (slash) at the end of the URL.

6. On the OAuth screen you may not successfully log in if OAuth is not configured.

7. If so, click Cancel and you should be presented with the ADFS login:

8. The metadata sync will run for a few minutes. Go get a cup a coffee and it should be done when you return.

9. After completion of the metadata sync you will be into the Tablet dashboard which is the Sales Dashboard.

10. Start enjoying new features such as sign-out and reconfigure.

If you are looking for more information on other Spring ’14 Wave topics, look to these great resources:
- Spring ’14 Wave Update: Entitlements Advanced Features in Dynamics CRM
Spring Wave 14 Update: Working with Entitlements in Microsoft Dynamics CRM
Happy CRM’ing!
Spring ’14 Wave Update: Installing Dynamics CRM on Tablets for Windows 8.1的更多相关文章
- 一、Microsoft Dynamics CRM 4.0 SDK概述
Chapter 1. Microsoft Dynamics CRM 4.0 SDK Overview(SDK概述) You are probably reading this book because ...
- 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 CRM2016 New features in Microsoft Dynamics CRM Online 2015 Update 1 are now available
很多人看过Dynamics CRM Online 2015 Update 1后,被它新的一个界面风格所吸引,还有它的很多新增功能,虽然官网放出了些补丁,但最重要的Server补丁一直没出,包括我在内很 ...
- Dynamics CRM 2015 Update 1 系列(4): 自己定义主键 - Alternate Keys
Alternate Keys. 还是和系统集成相关的一个重量级Feature.使用该Feature能极大的提高开发数据集成接口的时间成本以及接口的执行效率. 在之前的Dynamics CRM 版本号中 ...
- Step by step Dynamics CRM 2011升级到Dynamics CRM 2013
原创地址:http://www.cnblogs.com/jfzhu/p/4018153.html 转载请注明出处 (一)检查Customizations 从2011升级到2013有一些legacy f ...
- Dynamics CRM中一个查找字段引发的【血案】
摘要: 本人微信和易信公众号: 微软动态CRM专家罗勇 ,回复267或者20180311可方便获取本文,同时可以在第一间得到我发布的最新的博文信息,follow me!我的网站是 www.luoyon ...
- 转:JavaScript Reference for Microsoft Dynamics CRM 2011 / 2013
JavaScript Reference for Microsoft Dynamics CRM 2011 / 2013 98 Replies Here’s a quick reference guid ...
- 在VM虚拟机上安装Microsoft Dynamics CRM 2016 步骤图解及安装注意事项
安装Dynamics CRM 2016环境配置要求: 系统版本:Windows Server 2012 R2(必须) SQL 版本: SQLServer2014SP1-FullSlipstream-x ...
- Dynamics CRM 2013 installation
原创地址:http://www.cnblogs.com/jfzhu/p/3445820.html 转载请注明出处 一 硬件要求 1. CRM Server 下表对硬件的要求是假定Microsoft S ...
随机推荐
- hdu 2079 选课时间
hdu 2079 选课时间 题意:选的学分总和为n,并且学分为a的课有b种,总共有K(1<=k<=8)种学分不同的课,并且要选的学分最多为40:问选课方案有多少种?(学分相同的课即认为相同 ...
- 异步委托 多线程实现摇奖器 winform版
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using Sy ...
- Python/Numpy大数据编程经验
Python/Numpy大数据编程经验 1.边处理边保存数据,不要处理完了一次性保存.不然程序跑了几小时甚至几天后挂了,就啥也没有了.即使部分结果不能实用,也可以分析程序流程的问题或者数据的特点. ...
- 388A Fox and Box Accumulation
一开始贪心策略想错了! #include<cstdio> #include<algorithm> using namespace std; ]; int main() { in ...
- php访问类静态属性
在类的外部,如果要使用到类的静态变量,则可以使用 :: 操作符. <?php class A { static $x = 10; function test() { echo self::$x; ...
- TSS 任务状态段 详解
http://blog.163.com/di_yang@yeah/blog/static/86118492201222210725146/1 什么是TSS TSS 全称task state segme ...
- GridView使用CommandField删除列实现删除时提示确认框
在.net2005提供的GridView中我们可以直接添加一个CommandField删除列完后在它的RowDeleting事件中完成删除 GridView在使用CommandField删除时弹出提示 ...
- Android USB Host与HID通讯 (二)
不好意思,从上一篇到现在确实比较忙,中间又外出了一段时间,虽然也上LOFTER,或者看到一些朋友QQ上加我,给我发信息询问,有些看到了有些可能没看到,偶尔回复了一两个,也不咋的详细,在此我想说,一方面 ...
- A9两款芯片管脚数目
Exynos 4412 bga786; S5P4418 bga513
- Luogu_1565_牛宫_(最大子矩阵)
描述 http://www.luogu.org/problem/show?pid=1565 给出一个n*m的矩阵,求最大的且和值为正的子矩阵. 分析 很容易想到的是用前缀和维护,暴力枚举左上角和右下角 ...