• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MSCRM janmson
MS CRM顾问及二次开发
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
2009年8月13日
Debug
摘要: 因为某些原因需要在服务器上写个小工具,这样的环境自然不会有什么 VS2005 之类的开发工具了,好在系统已经安装了 .NET Framework。接下来我们开始一次 "朴素" 的 "纯真之旅" 。1. 源代码首先用记事本写好源代码,不要告诉我没有智能感知和自动完成,你连代码都不会写了。 (以下代码仅供演示~~~)Program.csusing System;namespace ConsoleAp... 阅读全文
posted @ 2009-08-13 09:59 韩建兴 阅读(549) 评论(0) 推荐(0)
2009年7月30日
Quote Form OnLoad Implement Add Leftnav, count Activities
摘要: [代码]用到的時候會很有用的,知識點1.加Leftnav2.計算Activities的數量及Histories的數量3.soap help method 阅读全文
posted @ 2009-07-30 09:58 韩建兴 阅读(561) 评论(0) 推荐(0)
2009年7月29日
如何在iframe中顯示報表及dash board 的一些基礎
摘要: http://blogs.msdn.com/ceibner/archive/2009/07/28/building-a-crm-4-0-report-that-will-be-accessed-via-an-iframe.aspx 阅读全文
posted @ 2009-07-29 13:00 韩建兴 阅读(216) 评论(0) 推荐(0)
把google地圖放在Crm Entity中
摘要: 解决了。参考了几篇文章http://www.qiuhao.com/dispbbs.asp?BoardID=26&ID=2725还研究一下google地图搜索参数格式,把qiuhao上的那篇文章改了改,就行了。发觉还是google的比较好用。1、先在客户实体中新建一个叫地图的标签,在里面建一个节,再在节里建一个IFRame,命名为IFRAME_LocationMAP;URL指向http://... 阅读全文
posted @ 2009-07-29 11:37 韩建兴 阅读(304) 评论(0) 推荐(0)
2009年7月27日
假設您發現以下資料庫 "鏈結連接不相符" 錯誤:
摘要: 假設您發現以下資料庫 "鏈結連接不相符" 錯誤: Event Type: Error Event Source: MOM.Datawarehousing.DTSPackageGenerator.exe Event Category: None Event ID: 1001 Date: 8/5/2008 Time: 01:00:02 User: N/A Computer: SRV-MOM Desc... 阅读全文
posted @ 2009-07-27 13:07 韩建兴 阅读(272) 评论(0) 推荐(0)
2009年7月24日
part of work 在frame中顯示實體
摘要: 1.Form _OnLoadvar _oArea;fetchObj=new Object();fetchObj.loadUserDefinedArea=_loadUserDefinedArea;fetchObj.ExecuteQuery=_ExecuteQuery;fetchObj.myalert=_myalert;fetchObj.getFetchXml=_getFetchXml;fetchOb... 阅读全文
posted @ 2009-07-24 11:23 韩建兴 阅读(452) 评论(0) 推荐(0)
2009年7月23日
Display Fetch in IFRAME – Part 2
摘要: 原始網址:http://mscrm4ever.blogspot.com/2009/03/display-fetch-in-iframe-part-2.html不知什麽原因總是沒有辦法開啟,這是我通過台北才連上的.所以備份一下.My first post about displaying fetch inside an IFRAME has two disadvantages. The first... 阅读全文
posted @ 2009-07-23 10:30 韩建兴 阅读(528) 评论(0) 推荐(0)
2009年7月8日
取出MSCRM父窗口的欄位的值
摘要: //如果從父表單開啟,則可以取到父表單的值 if ( (window.opener != null) && (window.opener.parent != null) && (window.opener.parent.document != null) && (window.opener.parent.document.crmForm != nul... 阅读全文
posted @ 2009-07-08 16:46 韩建兴 阅读(201) 评论(0) 推荐(0)
2009年7月3日
print style Iframe
摘要: IFrame Print Styles In CRM I've written a few IFrames to help extend CRM in the past, but recently, an issue with them was brought to my attention that no one had ever mentioned to me (and, therefore,... 阅读全文
posted @ 2009-07-03 10:34 韩建兴 阅读(468) 评论(0) 推荐(0)
为什么报表里面记录的创建时间 比我们电脑客户端的世界时间 隔8个小时?这个是什么原因?
摘要: CRM在数据库中存储的时间都为UTC时间. 你需要对其进行转换CRM 自身有提供用来转换 本地时间和UTC时间的函数fn_LocalTimeToUTCfn_UTCToLocalTime你将其进行转换就OK了. 阅读全文
posted @ 2009-07-03 10:33 韩建兴 阅读(257) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3