摘要:fighting
阅读全文
11 2012 档案
摘要:When an administrator enables feed tracking, users see updates for objects and records they follow in theirChatterfeed. Many objects and fields are tracked by default, but administrators can further customize feed tracking to include or exclude specific objects and fields.Available in:Group,Professi
阅读全文
摘要:Q.1)You can use Global Search when Chatter has been disabledA.TrueB.FalseQ.2)On an object you can select ____ fields to track for Chatter FeedA.10B.15C.20Q.3)Which data can be synced using the new Salesforce for Outlook?(Choose 2 answers)A.EventsB.Custom ObjectsC.LeadsD.ContactsQ.4)The Highlight Pan
阅读全文
摘要:Yahoo User Interface Library (YUI Library):YUI is a free, open source JavaScript and CSS library for building richly interactive web applications.Link : http://yuilibrary.com/EXTJS:With an advanced MVC architecture, plugin-free charting, and modern UI widgets, Sencha Ext JS is the industry's mos
阅读全文
摘要:public List<SelectOption> getAmounts() { List<SelectOption> options = new List<SelectOption>(); options.add(new SelectOption('1', '1')); options.add(new SelectOption('2', '2')); options.add(new SelectOption('3', '3')); options.add(new
阅读全文
摘要:<apex:pageBlockSectionItem > <apex:outputLabel value="{!$ObjectType.Visit__c.fields.Activity_Type__c.label}"/> <apex:outputPanel layout="block" styleClass="requiredInput"> <apex:outputPanel layout="block" styleClass="requiredBlock&quo
阅读全文
摘要:Are you curious that why I want to talk about time, that's because I am a man that are very afraid of death.If you are dead, you will have no delicious food to eat!If you are dead, you will have no chance to go to shopping!If you are dead, you will have no music and movies to enjoy!If you are de
阅读全文
摘要:检查下有没有类似于 rendered=" {!abc}"value="{!abc} "
阅读全文
摘要:Remove Edit and Delete privileges on that related object from the profile. They will disappear from the related list.It's one thing to want to restrict the users edit/delete rights at the object level
阅读全文
摘要:for(Date dateToday = dateStart; dateToday <= dateEnd; dateToday.addDays(1)){ System.debug('Updating All Other Jobs Than Daily Ones : ' + dateToday); //dateToday = dateToday.addDays(1); }
阅读全文
摘要:如果有涉及到时区会影响的地方,要格外小心对时间的处理
阅读全文
摘要:如果是system admin, 仍然可以编辑的
阅读全文
摘要:Quickstart: Creating Custom Screen Pops Using VisualforceThis is part of theDeveloping with Service & Support QuickstartsUse CaseThe time that agents spend clicking through Service & Support is often scrutinized closely. Companies want to enable their agents to be as productive as possible,
阅读全文
摘要:Developing With The Service CloudMany customers are currently using salesforce.com'sService Cloudproduct to run their customer service in the cloud. This fast-growing application enables customers to manage their customer service operations using the salesforce.com platform.One of the powerful a
阅读全文
摘要:1. map<String, Schema.SObjectType> gd = Schema.getGlobalDescribe();map的key是 object api name比如 “Account”可以: gd.containsKey(“Account”) 去判断一个object里有没有那个field2.map<String, Schema.SObjectType> gd = Schema.getGlobalDescribe();Schema.SObjectType sot = gd.get(objApi);Schema.DescribeSObjectResul
阅读全文
摘要:Schema.DescribeSObjectResult sobjr = Schema.getGlobalDescribe.get(objApi).getDescribe();sobjr.fields.getMap();导致describes不断增加的地方, 不是第一行,而是第二行
阅读全文
摘要:return (new ApexPages.StandardController(mobileObject)).view();
阅读全文
摘要:http://www.iteye.com/topic/36419http://bbs.csdn.net/topics/300245089
阅读全文
摘要:private static final map<String, String> map_event_visit_s = new map<String, String> { 'Avis_Date__c' => 'Avis_Date__c', 'Avis_Mode__c' => 'Avis_Mode__c', 'Avis_Type__c' => 'Avis_Type__c', 'Activity_Type__c' => 'Acti
阅读全文
摘要:private map<String, String> map_urlParams;map_urlParams = ApexPages.currentPage().getParameters();
阅读全文
摘要:DML currently not allowedSystem.LimitException: DML currently not allowed不能在constructor里进行DML操作的
阅读全文
摘要:String err = 'Error. Click <a href="' + Page.MyCustomPage.getURL() + '">here</a>.';ApexPages.Message msgErr = new ApexPages.Message(ApexPages.Severity.ERROR, err);ApexPages.addmessage(msgErr); <apex:pageMessages escape="false"/>
阅读全文
摘要:看到这个不一定是validation rule有可能是触发了addError
阅读全文
摘要:实心线:<HR align=left width=490 color=#990099 SIZE=3 noShade>竖直线:<HR align=center width=1 color=red size=100>虚线:<hr size=1 style="color: blue;border-style:dotted;width:490px;color:#CCC">双线:<hr size=1 style="COLOR:#ff9999;border-style:double;width:490px;color:#CCC&quo
阅读全文
摘要:public static final map<String, Schema.SObjectType> gd = Schema.getGlobalDescribe();private static map<String, DescribeSObjectResult> map_describeSobject_objName = new map<String, DescribeSObjectResult>();public static DescribeSObjectResult describeSobj (String objApi) { DescribeSO
阅读全文
摘要:Struts2,Spring,Hibernate等开源框架的使用
阅读全文
摘要:使用github管理Eclipse分布式项目开发2012-4-14 12:01|发布者:benben|查看: 334|评论: 0摘要: 使用github管理Eclipse分布式项目开发老关我在前面的博文(github管理iOS分布式项目开发)中介绍了github管理iOS分布式开发,今天老关将向大家介绍使用github管 理Eclipse分布式项目。事实上我们的516inc团队这在开 ...使用github管理Eclipse分布式项目开发老关我在前面的博文(github管理iOS分布式项目开发)中介绍了github管理iOS分布式开发,今天老关将向大家介绍使用github管 理Eclipse分
阅读全文
摘要:页面上,老是报错:Error:common.apex.runtime.impl.ExecutionException: Invalid id:原因,在页面上有个 类型 是 id 的field,没有赋值,是 ‘’
阅读全文
摘要:http://www.mobanwang.com/http://www.os-templates.com/free-website-templateshttp://www.templatekingdom.com/Website-Templates/Flowers/Cluster
阅读全文
摘要:http://www.proprofs.com/quiz-school/story.php?title=developer-examination-kvp-business-solutionshttp://wenku.baidu.com/view/bfcdd74fc850ad02de804177.html
阅读全文
摘要:https://developers.google.com/appengine/https://developers.google.com/appengine/docs/java/gettingstarted/https://developers.google.com/appengine/kb/https://developers.google.com/appengine/docs/https://developers.google.com/eclipse/docs/install-eclipse-3.6http://www.google.com/enterprise/apps/busines
阅读全文
摘要:经常看到许多人问如何配置JDK和JSP,现在我把方法总结下,希望对大家有所帮助。第一步:下载jdk和tomcat第二步:安装和配置你的jdk和tomcat:执行jdk和tomcat的安装程序,然后设置按照路径进行安装即可。1.安装j2sdk以后,需要配置一下环境变量,在我的电脑->属性->高级->环境变量->系统变量中添加以下环境变量(假定你的jdk安装在c:\jdk1.6):JAVA_HOME=c:\jdk1.6classpath=. ;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;(.;一定不能少,因为它代表当前路
阅读全文
摘要:Microsoft Office 2010 language packsserve the needs of people who want to useMicrosoft Office 2010in languages other than English which is the default. It is useful especially for people who either want to use Office 2010 in their own language or want to use a multilingual setup so that they can wor
阅读全文
摘要:Aggregate query has too many rows for direct assignment, use FOR loop错误的代码:if (query == '' || query == null){ query = 'SELECT id, name, ownerid, Planned_Visits__c, Actual_Visits__c, Visits_last_Year__c, ' + ' (SELECT AccountId, id, Type, ActivityDate, Visit_Report__c ' + '
阅读全文