
Salesforce 开发
Anson Liang
这个作者很懒,什么都没留下…
展开
-
Salesforce使用JS操作数据库
1,直接查询 {!REQUIRESCRIPT("/soap/ajax/25.0/connection.js")} {!REQUIRESCRIPT("/soap/ajax/25.0/apex.js")} var haveQuote = "{!Opportunity.xxx}"; var oppStage = "{!Opportunity.yyy}"; if(haveQuote != '' &...原创 2019-03-29 17:27:05 · 2226 阅读 · 0 评论 -
Salesforce邮件发送带PDF附件的两种方式
1,使用component+Controller+VF的方式,步骤如下: 》创建一个 Visualforce格式的Email Template; 》创建Apex Componet,例子伪代码如下 Public Class xxxxxCtrl { public String xxxId{get;set;} /** get set the variable for opportunity Id ...原创 2019-04-11 09:20:36 · 1173 阅读 · 1 评论 -
Salesforce基于Ant的部署方式
Ant部署原创 2019-07-12 11:54:32 · 989 阅读 · 0 评论