• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MSCRM janmson
MS CRM顾问及二次开发
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
2010年7月16日
Filtered Lookup in MS CRM 4.0(转)
摘要: MS CRM 4.0 does not provide filtered lookup facility, but we have some couple of options that we can use to implement filtered lookup in ms crm 4.0 like Change lookupsingle.aspx page http://crm.geo... 阅读全文
posted @ 2010-07-16 22:47 韩建兴 阅读(326) 评论(0) 推荐(0)
变更MS CRM 每页笔数限制的办法
摘要: UPDATE UserSettingsBase SET PagingLimit=1000 WHERE SystemUserId IN (Select SystemUserId from SystemUserBase WHERE FullName like 'user%') 阅读全文
posted @ 2010-07-16 09:54 韩建兴 阅读(254) 评论(2) 推荐(0)
2010年7月13日
Javascript Force Refresh
摘要: if this is the case, the code might be window.opener.opener.auto(). you can check that by having alert(window.opener.opener.crmForm) -> if you are in the one the detail form or alert(window.open... 阅读全文
posted @ 2010-07-13 00:10 韩建兴 阅读(303) 评论(0) 推荐(0)
2010年7月7日
(转)Support for COUNT(DISTINCT) in Fetch XML queries
摘要: Support for COUNT(DISTINCT) in Fetch XML queries CRM Team Blog 10 Mar 2009 12:19 PM Comments 3 We have made a couple of enhancements to the aggregate query feature of Fetch XML. These updates hav... 阅读全文
posted @ 2010-07-07 17:49 韩建兴 阅读(253) 评论(0) 推荐(0)
2010年6月12日
将所有用户设置隐私选项更新为从不向Microsoft发送Microsoft Dyanmics Error Report
摘要: update usersettings set reportscriptErrors =3 from usersettings where reportscripterrors!=3 阅读全文
posted @ 2010-06-12 11:59 韩建兴 阅读(153) 评论(0) 推荐(0)
2010年6月11日
MS CRM如果在Tab页中有Iframe选项,原来速度不慢,突然速度变慢
摘要: 在IE8的右下角有一个百分比,设为100%后正常 阅读全文
posted @ 2010-06-11 23:26 韩建兴 阅读(281) 评论(0) 推荐(0)
Report Service 报表权限不足一例
摘要: 我的用户不知做了什么动作结果IIS中Reports的的ASP.Net 选项页中的版本设为1.1.4322了改为2.0.50727后问题解决 阅读全文
posted @ 2010-06-11 23:23 韩建兴 阅读(279) 评论(0) 推荐(0)
2010年6月1日
直接开启CRM中的报表
摘要: Most all items in Microsoft Dynamics CRM 4.0 are URL addressable. If you run a report, copy the URL, and then send the URL to someone when they click it the report will open on the Report Filter pa... 阅读全文
posted @ 2010-06-01 11:55 韩建兴 阅读(265) 评论(0) 推荐(0)
2010年5月30日
用js阻止Form的储存
摘要: crmForm.attachEvent("onsave", newForm_Save);function newForm_Save() { event.returnValue = false; return false;}当然也可以在Form中的Save事件中直接return false; 阅读全文
posted @ 2010-05-30 22:36 韩建兴 阅读(266) 评论(0) 推荐(0)
2010年5月12日
隐藏MSCRM中的Associated View 的ToolBar
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//用法HideAssociatedViewToolBar("new_new_delivery_new_deliverydetail");varoIframe=crmForm.all.IFRAME_d... 阅读全文
posted @ 2010-05-12 15:35 韩建兴 阅读(258) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3