在做解决方案导入的时候遇到错误,下载错误xml信息后查询报错如下:"Attribute Display Name description is null or empty",字面意思是属性字段的显示名称描述是空的,但去实体的属性字段里找发现没有哪个字段的描述是空的,也不可能存在是空的情况,那只有把解决方案解压看下,打开"customizations.xml"这个文件在实体信息中找,最后发现是字段的翻译处的描述是空的,补齐就好.…
我们在将比较大的solution导入CRM的时候,经常会遇到超时的问题,这是因为CRM的本身的优化限制导致的,那么如何解决呢? 官方已经有了解决方案了. 在浏览完两种解决方法之后,我们要知道的是: 1. 这两种修改都只是临时的,Solution部署成功之后,需要修改回去: 2. 在第二种解决方案中,修改了web.config,这个需要重启iis才能生效. 这里我们再说说超大Solution会遇到的另一个问题:在CRM Solution界面点击Import,然后Browse选择Solution,点…
952934    How to move the Microsoft Dynamics CRM 4.0 deployment http://support.microsoft.com/default.aspx?scid=kb;EN-US;952934 KB952934: 如何移动动态 CRM 4.0 部署 1. 不同语言版本支持 你的组织库基语言(base language)是简体中文,后来因业务需要公司吞并了另外一家公司B,然后你试图通过Import Organization方式把B公司数据…
Function Name Description CalculateTotalTimeIncident Function Calculates the total time, in minutes, that you used while you worked on an incident (case). CheckPromoteEmail Function Contains the data that is needed to check whether the incoming email…
The Challenge Oftentimes in the world of Dynamics CRM, the need arises for non-CRM users to gain access to CRM data. A common solution is the implementation of a web portal which allows these users to perform certain actions on applicable CRM data. M…
背景 在On-premises部署的Dynamics CRM中实现通过网页拨通客户电话的功能 要点 3CX 提供了开箱即用的Dynamics CRM Solution,只需要在Microsoft Dynamics CRM 2015(On-Premises)中导入3CX提供的Solution压缩包即可 成功实现本文所述安装步骤前需要先满足以下前置条件: 已在企业环境安装3CX Phone System v14 PRO版 在客户端安装3CXPhone for Windows 已在企业环境安装Micr…
Chapter 1. Microsoft Dynamics CRM 4.0 SDK Overview(SDK概述) You are probably reading this book because your organization recently purchased Microsoft Dynamics CRM or because your organization is evaluating it. As a developer, you want to know what this…
关于CRM Solution,我准备写两到三篇的博客来做下介绍:包括一些基本信息,超大solution,还有增量更新solution操作等. CRM中的component,都是放在一个名叫Solution的容器中的,即使是刚刚新建的CRM Organization,也会有一个名叫Default Solution的容器.那么Solution这个容器呢,一方面是为了隔绝component间的冲突和影响:另一方面就是为了便于维护和管理.很多时候,工作中面对的CRM环境不仅仅只有一套,可能有生产环境,S…
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…
1.基本参数 var CRM_FORM_TYPE_CREATE = 1; var CRM_FORM_TYPE_UPDATE = 2; var CRM_FORM_TYPE_READ_ONLY = 3; var CRM_FORM_TYPE_DISABLED = 4; var CRM_FORM_TYPE_QUICK_CREATE = 5; var CRM_FORM_TYPE_BULK_EDIT = 6; 2.基本方法 function FormSubmit(method, action) { var…