摘要: 效果展示:步骤:1、打开业务部门实体可自定义update metadataschema.entity set IsCustomizable='1' where name='businessuit';2、创建扩展表create table [dbo].[BusinessUnitExtensionBase]( [businessunitid][uniqueidentifier]NULL,)on [pr... 阅读全文
posted @ 2009-08-08 10:48 Eric's Yang 阅读(259) 评论(0) 推荐(0)
摘要: 效果:步骤:打开路径为:C:\Inetpub\wwwroot\Tools\business\home_biz.aspx查找[代码]替换为[代码]保存。浏览看一下,快速搜索是不是出来了。就这么简单。哈哈! 阅读全文
posted @ 2009-08-08 10:48 Eric's Yang 阅读(265) 评论(0) 推荐(0)
摘要: 首先感谢 小虾的奉献精神[代码] 阅读全文
posted @ 2009-08-08 10:48 Eric's Yang 阅读(304) 评论(1) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2009-08-08 10:48 Eric's Yang 阅读(515) 评论(1) 推荐(0)
摘要: 初步开发效果图如下: 阅读全文
posted @ 2009-08-08 10:48 Eric's Yang 阅读(296) 评论(1) 推荐(0)
摘要: 将FORM修改为: <form type="main" enablerelatedinformation="true" relatedInformationCollapsed="true" id="{a7a798bc-5481-477f-958a-219801671dfb}"> 阅读全文
posted @ 2009-08-08 10:48 Eric's Yang 阅读(143) 评论(0) 推荐(0)
摘要: 原因:由于操作系统的端口被咱用光了。 修改操作系统相关参数: 开始-->运行-->regedit 1、HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\MaxUserPort 增加MaxUserPort word,值为65534 2、HKEY_LOCAL_MACHINE\System\Cu... 阅读全文
posted @ 2009-08-08 10:48 Eric's Yang 阅读(507) 评论(0) 推荐(0)
摘要: 具体操作:1、导出自定义文件。 2、新建excel,在excel的加载项中一个 LoadXML 选中导出的自定义文件 3、其中forms(可以自动列出表单中的字段,以及字段类型) Scripts(可以列出表单中自定义的JS脚本) Picklists(可以列出picklist类型字段的具体数值) 该工具可以为大家节省很多写文档的时间。大家可以用用 由于博客无法上载文件,所以大家请去我的论坛... 阅读全文
posted @ 2009-08-08 10:48 Eric's Yang 阅读(294) 评论(0) 推荐(0)
摘要: - 部署路径:C:\Program Files\Microsoft Dynamics CRM\Server\bin\assembly 将部署文件拷贝到这个目录下,并将该目录设置为everyone可写。 使用"PluginRegistration.exe"注册 ... 阅读全文
posted @ 2009-03-30 21:31 Eric's Yang 阅读(495) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public void CreateEntity(ICrmService service) 2 { 3 //variable initialization 4 DynamicEntity ... 阅读全文
posted @ 2009-03-30 21:23 Eric's Yang 阅读(243) 评论(0) 推荐(0)