CRM 2011 如果需要再IE里面调试,可以按F12在前面加上contentIFrame,比如 contentIFrame.document.getElementById("字段")或contentIFrame.Xrm.Page.context.getUserId()(获取当前登录用户的GUID). 方法名 Microsoft Dynamics CRM 4.0 Microsoft Dynamics CRM 2011 保存  crmForm.Save() Xrm.Page.data.e…
Introduction(说明) If your organization has customers, you need a software system to help you manage your customer information. Unfortunately, many companies today are stuck using antiquated customer systems that don't integrate with Microsoft Office O…
error MSB4019: 未找到导入的项目“C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets” This is very easy to do. Open your build definition and go to the "Process" page. Then under the "3. Advan…
未找到导入的项目“C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Props” 我安装的vs2015 社区版(含更新3),用vs2015打开开源框架项目时,项目加载失败,提示上面那个问题,确认不存在DotNet这个文件夹, 导致项目用到新的.net core框架时,项目加载失败 解决方法:下载.NET Core 1.0 for Visual Studio 安装 https://…
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(388,5): warning MSB8028: The intermediate directory (Debug) contains files shared from another project (GU.vcxproj). This can lead to incorrect clean and rebuild beha…
1.给类型赋值不同 CRM4 plugin给lookup赋值为空 : Lookup lookupnull = new Lookup(); lookupnull.IsNull = true; lookupnull.IsNullSpecified = true; entity.Properties["new_storeroom_areaid"] = lookupnull; CRM2011 给 EntityReference 赋值为空: entity["new_storeroom_…
一.现象:JScript过滤lookup字段,选择lookup字段出现下图的情况: 出现:Microsoft Dynamics CRM 窗口无法打开,可能已被弹出窗口阻止程序所阻止.请将这台Microsoft Dynamics CRM服务器添加到您的弹出窗口阻止程序允许打开新窗口的站点的列表中:192.168.1.1. 主要js代码如下: var xmlProcurementPlan = "search=<fetch version=\"1.0\" output-for…
一.新建两个实体,具体如下: 单据流水号(new_maxbillcode) 显示名称 名称 类型 格式 最大长度 需求级别 IME模式 备注 名称 new_name nvarchar 文本 100 业务必需的 自动 系统自带 标记 new_billmark nvarchar 文本 100 无约束 自动 实体 new_entity nvarchar 文本 100 无约束 自动 年 new_year nvarchar 文本 100 无约束 自动 月 new_month nvarchar 文本 100…
This is very easy to do. Open your build definition and go to the "Process" page. Then under the "3. Advanced" group you have a property called "MSBuild Arguments". Place the parameter there with the following syntax "/p…
解决: Add this to your PATH environment variables: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE Copy those files: msobj110.dllmspdb110.dllmspdbcore.dllmspdbsrv.exe From C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE…
if (!this.JSON) { this.JSON = {}; } (function () { function f(n) { return n < 10 ? '0' + n : n; } if (typeof Date.prototype.toJSON !== 'function') { Date.prototype.toJSON = function (key) { return isFinite(this.valueOf()) ? this.getUTCFullYear() + '-…
project options, linker, manifest, Generate Manifest-> NO. 项目->属性->链接器->清单文件->生成清单  改为 "否"…
错误 E:\Github\AutoMapper\src\AutoMapper\AutoMapper.CoreCLR.kproj : error  : 未找到导入的项目"C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AspNet\Microsoft.Web.AspNet.Props".请确认 <Import> 声明中的路径正确,且磁盘上存在该文件.  E:\Github\AutoMapper\src\A…
Microsoft Dynamics CRM Server 2011硬件需求: 组件 *最低要求 *推荐配置 处理器 x64 体系结构或兼容的双核 1.5 GHz 处理器 四核 x64 体系结构 2 GHz CPU 或更快速度处理器,如 AMD Opteron 或 Intel Xeon systems 内存 2 GB RAM 8 GB RAM 或更大容量 硬盘 10 GB 的可用硬盘空间 注意 RAM 超过 16GB 的计算机将需要更多的磁盘空间来存储页面文件.休眠文件和转储文件. 40 GB…
作者:卞功鑫,转载请保留.http://www.cnblogs.com/BinBinGo/p/4302612.html 环境介绍 WINDOWS 2008 R2 Datacenter Microsoft SQL SERVER 2008 R2 Microsoft Dynamics CRM 2011 准备工作 VM虚拟机中三台机器,三台机器最好是单独安装,如果是复制的会因为计算机系统的SID都是一样.所以想修改各个系统的SID号.以前WIN2003有修改SID的工具NEWSID,在WINDOWS20…
https://support.microsoft.com/en-us/kb/2664150 How to control PrincipalObjectAccess table growth in Microsoft Dynamics CRM 2011 Email Print SYMPTOMS After you use Microsoft Dynamics CRM 2011, you may notice that the size of the SQL table PrincipalO…
本篇文章,介绍Microsoft Dynamics CRM 2011的组织服务中的RetrieveMultiple方法. RetreiveMultiple方法,用于获取实体的多个实例,该方法的签名如下: 1 public virtual EntityCollection RetrieveMultiple (2 QueryBase query3 ) RetreiveMultiple方法的输入参数是QueryBase类的对象.QueryBase是一个基类,有多个子类,其类树如下图所示: 由上图可见,…
症状 当您在 Microsoft Dynamics CRM 2011 年大型数据集上执行 RetrieveMultiple 查询时,您会比较慢. 原因 发生此问题是因为大型数据集缓存 RetrieveMultiple 查询 Microsoft SQL 查询计划.RetrieveMultiple 优化的基本的深度,则需要读取权限"本地的深度"和"深层防御"读取权限. 解决方案 重要:此部分. 方法或任务包含一些介绍如何修改注册表的步骤.但是,如果不正确地修改了注册表,…
JavaScript Reference for Microsoft Dynamics CRM 2011 / 2013 98 Replies Here’s a quick reference guide covering Microsoft CRM syntax for common jscript requirements. Most of the examples are provided as functions that you can easily test in the OnLoad…
XrmServiceToolkit - A Microsoft Dynamics CRM 2011 & CRM 2013 JavaScript Library http://xrmservicetoolkit.codeplex.com/documentation 特殊用法Create 和 Update { id: Id, logicalName: "new_entityname", type: "EntityReference" };       //Loo…
Error message “Assembly must be registered in isolation” when registering Plugins in Microsoft Dynamics CRM 2011解决办法: John 25 Apr 2012 9:03 AM      Yes thanks.  We were having this issue when importing a solution out of our development system that co…
一.IFD 登录的时候,过了一段时间,会马上出现“您的会话已过期”,怎么解决这个问题呢,可以通过改变这个时间.具体图如二 Link to Dynamics CRM Wiki Home Page 二.Setting the ADFS Timeout for CRM 2011 Internet Facing Deployments (IFD) Once you deploy ADFS in a functional environment, the users will generally rece…
原创地址:http://www.cnblogs.com/jfzhu/p/4018153.html 转载请注明出处 (一)检查Customizations 从2011升级到2013有一些legacy feature是不再支持的了: CRM 4.0 plugin-ins CRM 4.0 client-side scripting CRM 4.0 custom workflow activities 2007 web service endpoint ISV folder support for cu…
Recently I have been starting to learn Microsoft Dynamics CRM 2011 about implement plugin and workflow with SDK. The first thing I face is how to set up a development environment for Visual Studio. If you are using Visual Studio 2012 or lower version…
Type Limitation Capabilities Usage Images JPG,   PNG, GIF, ICO Custom entity icons Icons for custom Ribbon controls and SiteMap   subareas Decorative graphics for entity forms and Web   page Web resources. Background images that are used by CSS Web  …
前段时间Chorme更新后Dynamics CRM9.0的系统菜单样式变的很难看 具体修改方法如下: 找到Dynamics CRM安装目录C:\Program Files\Microsoft Dynamics CRM\CRMWeb\_common\styles找到文件global.css.aspx找到这一段CSS代码 ul.ms-crm-CommandBar-Menu :not(ul.ms-crm-AssociatedGridCommandBar-Menu){margin-top: 6px;<%…
今天给大家分享一个JQuery版的REST辅助类,在一年前我分享过一个只能在IE环境下运行的REST辅助类:<JS编程之实体CRUD辅助类 >.为什么要推出JQuery版的CRUD辅助类呢?  原因有三:其一为Dynamics CRM兼容多种浏览器已经成为了一个不争的事实:其二为JQuery在Dynamics CRM 2013中已经被原生支持:其三为可以省去对json.js文件的引用. 新版本的辅助类还添加了4个CRUD的异步方法,这样咱们的这个辅助类就同时支持异步和同步的CRUD操作啦,该辅…
Plugin(C#) 分派 AssignRequest assign = new AssignRequest(); assign.Assignee = prEntity["ownerid"] as EntityReference; assign.Target = new EntityReference("new_budgetused", new_budgetusedId); _service.Execute(assign); 共享 #region 插件中CRM共享共…
JS部分 拿到字段的值 var value= Xrm.Page.getAttribute("attributename").getValue(); Xrm.Page.getAttribute("attributename").setValue(value); 操作lookup字段值 //Get a lookup value var lookup = new Array(); lookup = Xrm.Page.getAttribute("attribute…
VisualStudio 2013创建控制台项目,.NetFramework选为4.5.生成目标平台:x64.然后添加对Microsoft.SharePoint.dll的引用. 生成项目时,"错误列表"报告了如下警告: 发现同一依赖程序集的不同版本间存在冲突.请将项目文件中的"AutoGenerateBindingRedirects"属性设置为 true.有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkId=294190…