08 2009 档案
Make custom GridView look and feel like MS CRM 4.0 (Pimp my GridView – II)
摘要:Make custom GridView look and feel like MS CRM 4.0 (Pimp my GridView –II) April 4, 2009 in Look and Feel | Tags: Customize MS CRM 4.0, GridView, JavaScript, MS CRM 4.0 I’m a big fan of M...
阅读全文
在Form中加入新的Item
摘要:修改ISV Config<MenuItem JavaScript=" var script = document.write('<input type='file' name='BeaOpenfileDlg' style='visibility:hidden;'/>'); var file = document.getElementById('BeaOpenfil...
阅读全文
計算日期的另一種辦法
摘要:var createdon= crmForm.all.createdon.DataValue; var now = new Date(); //Set the two dates now =new Date(); //Set 1 day in milliseconds var one_day=1000*60*60*24; //Calculate difference btw the two dat...
阅读全文
Add/Subtract Days to a Date and pass to a Record Object
摘要:Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered. Add/Subtract Days to a Date and pass to a Record Object This article ...
阅读全文
在 IFrame里显示实体关联视图 轉自jim wang
摘要:在 IFrame里显示实体关联视图 在 IFrame里显示实体关联视图的技术经常被使用。比如你的自定义实体new_myentity和系统实体account建立了关联,无论是 1:N,还是N:N,下面的代码都可以显示出来关联视图。你唯一要做的是找到navId (可以用IE Developer Toolbar),然后替换下面的"nav_new_new_myentity_...
阅读全文
thank for jim wang resolve my problem FiltedLookupMulti
摘要:CRM 4.0里Lookup的过滤功能是个缺憾,大多是收费的解决方案。网友韩建兴提出一个很普遍的问题: 我有一個實體ShippingMark 1.它和Account是N:1 2.它和Quote是N:N 我的需求是Quote在新增已存在的ShiningMark時, 只顯示ShippingMark.AccountId=Quote.AccountId的資料,有什麽辦法嗎? 我之前写过三篇博文,是总...
阅读全文
Debug
摘要:因为某些原因需要在服务器上写个小工具,这样的环境自然不会有什么 VS2005 之类的开发工具了,好在系统已经安装了 .NET Framework。接下来我们开始一次 "朴素" 的 "纯真之旅" 。1. 源代码首先用记事本写好源代码,不要告诉我没有智能感知和自动完成,你连代码都不会写了。 (以下代码仅供演示~~~)Program.csusing System;namespace ConsoleAp...
阅读全文