摘要:
ResolutionTo do this first go to Setup | Customize | Accounts | Buttons and Links | New. Enter the following in each of the fields:Label: CloneName: C 阅读全文
摘要:
1.Boolean can be return null Return :This is a Error:null 2.接口的开发,本人仍然倾向于REST ,简单,快捷,适合集成移动端开发; SOAP Webservice:还要去Generate WSDL,每次修改都要重新给予调用者,较麻烦。 3. 阅读全文
摘要:
Question:In the past I would delete the scheduled jobs that would be using this class and I would be able to save my edits to the class at that point. 阅读全文
摘要:
I have a rather large post about URL Hacking on Salesforce, but it occurs to me that some basics aren’t really addressed. Let’s address one of the fun 阅读全文
摘要:
同java一样: 在为对象数组进行排序时,比较器的作用非常明显,首先来讲解Comparable接口。 让需要进行排序的对象实现Comparable接口,重写其中的compareTo(T o)方法 The implementation of this method should return the 阅读全文
摘要:
List<ProcessInstance> lst= [SELECT TargetObjectId FROM ProcessInstance WHERE isDeleted = false AND id in ( SELECT processInstanceId FROM ProcessInstan 阅读全文
摘要:
注意事项:• trigger.new and trigger.old cannot be used in Apex DML operations.• You can use an object to change its own field values using trigger.new, but 阅读全文
摘要:
1、REST API :it’s an excellent choice of technology for use with mobile applications and web projects. 简介:REST API is a simple and powerful web service 阅读全文