Line break character may be escaped by JS in Visualforce Page

The line break character may be changed, if it is sent […]

read more

Visualforce Page中根据时区显示本地时间

Salesforce中日期与时间值是以GMT时间来存储的,如果使用apex:outputText标签输出时间的 […]

read more

Visualforce Page中使用Mini Page Layout

Mini Page Layout是Salesforce一个很方便的功能,可以用popup窗口的方式呈现主从关系 […]

read more

从iframe中的定制页面刷新上层的标准页面

当在标准页面中插入定制VF页面时候,有没有碰到需要刷新整个标准页面的情况呢。 如果单纯依靠’loc […]

read more

Visualforce Page中的执行顺序

此篇Post中将为你展示Visualforce Page中的执行顺序的验证. Apex Class Visua […]

read more

Date format 与 DateTime format

Date format in Apex 1.Use Date format method 2.Convert […]

read more

实现Apex的线程休眠

有时候我们需要让Apex进程休眠一段时间,比如说在用到soql的[For Update]地方进行单体测试时候, […]

read more

static resources的使用(Apex、Visualforce 以及 Custom Button)

In Apex Normal file (with soql) Normal file (with PageR […]

read more

SFDC 标准及自定义对象快捷面板

作为SFDC的开发者,平时如何打开【自定义对象设置】这个页面, 一般是从[设置] > [创建] > [对象] […]

read more

Salesforce中用Apex+JSZip打包下载多个附件

在Salesforce开发过程中,是否碰到过需要Zip打包附件或者PDF文件并下载,这一功能的时候? 遗憾的是 […]

read more