自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 在Sublime Text 3中安装MavensMate

portable 版本的Sublime Text 3,安装Mavensmate之后,无法打开新的project的解决方法。

2015-02-09 10:26:49 3591 2

原创 VF中的Rerender为什么有时候不好用?

为什么rerender有时候不好用

2015-02-07 19:08:42 1132

原创 Salesforce里的trigger里的变量

对于Trigger.new和Trigger.old的一些总结

2015-01-20 20:58:58 1214

转载 Salesforce report links

Report List in XMLSalesforce doesn’t provide a native way to get the report information via Apex or VisualForce but there is a way to get the list of reports in XML. From the XML result, you can j

2014-11-27 10:48:45 639

翻译 Salesforce中如何判断某用户对于某记录是否有权限

SELECT RecordId , HasReadAccess , HasEditAccess , HasDeleteAccess FROM UserRecordAccess WHERE UserId=:UserInfo.getUserId() AND RecordId =: Account.Id];

2014-08-15 18:43:43 1144

转载 Trigger的执行顺序

On the server, Salesforce:Loads the original record from the database or initializes the record for an upsert statement.Loads the new record field values from the request and overwrites the ol

2014-07-15 09:58:53 817

翻译 把VisualForce Page 转换成 PDF

Formating VisualForce Page rendered as PDF知识文章编号: 000004706 说明VisualForce allows you to create PDF documents (), but did you know those files can be easily manipulated with CSS, for

2013-11-23 09:00:40 2065

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除