摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public void UpdateEntity(ICrmService service) 2 3 { 4 5 //variable initialization 6 7 ... 阅读全文
posted @ 2009-03-30 21:21 Eric's Yang 阅读(236) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public void DeactivateEntity(Guid entityId) 2 { 3 //variable initialization 4 SetSta... 阅读全文
posted @ 2009-03-30 21:17 Eric's Yang 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 原因:由于操作系统的端口被咱用光了。 修改操作系统相关参数: 开始-->运行-->regedit 1、HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\MaxUserPort 增加MaxUserPort word,值为65534 2、HKEY_LOCAL_MACHINE\System\Curre... 阅读全文
posted @ 2009-03-30 21:07 Eric's Yang 阅读(767) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 //函数放在Globle.js 2 3 4 5 多选:/mscrm/_controls/lookup/lookupmulti.aspx?class=ActivityRecip... 阅读全文
posted @ 2009-03-20 13:43 Eric's Yang 阅读(1494) 评论(1) 推荐(0) 编辑
摘要: intensively 您在 Microsoft Dynamics CRM 4.0 中使用工作流。 工作流程规则更新 Microsoft Dynamics CRM 记录,许多工作流扩展任务记录是表中创建该 AsyncOperationBase MSCRM 数据库。 但是,完成作业后,工作流程扩展任务记录将保留在数据库中。 因此,AsyncOperationBas... 阅读全文
posted @ 2009-03-20 13:40 Eric's Yang 阅读(383) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 var IFRAME_Test; 2 var IFRAME_Test_Disable_Message = "IFRAME Disabled"; 3 4 f... 阅读全文
posted @ 2009-03-20 13:38 Eric's Yang 阅读(404) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 var otype=crmForm.all.nav_type1; 2 var otype1=crmForm.all.nav_type2; 3 4 var type1Array=new... 阅读全文
posted @ 2009-03-20 13:35 Eric's Yang 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 很多人在问:怎样用CRM4.0的导入向导功能(Import Data)更新数据,而不是导入新的数据。 具体做法有2种方式如下: 第一种利用GUID的方式,比较麻烦做起来,也不通用: 1. 从CRM导出数据到[动态工作表] .xls 2. 用Excel打开这个xls文件,在最后一列和空白列之间可以看到有一列被“隐藏”了,比如下图,列E就是最后一列,跟着就是列G,我们可以知道列F被“隐藏了”... 阅读全文
posted @ 2009-03-20 13:03 Eric's Yang 阅读(674) 评论(1) 推荐(0) 编辑