随笔分类 -  Salesforce

摘要:Suppose u have the whole URL as: < https://cs14.salesforce.com/apex/myVFpage?id=906F00000008w9wIAA > String baseURL = URL.getSalesforceBaseUrl().toExt 阅读全文
posted @ 2017-12-04 17:23 BandariFang 阅读(540) 评论(0) 推荐(0)
摘要:需求:系统上的标准功能是能够设置间隔一天的执行,或者是写完代码着急测试我们写个5分钟后执行的; 但是遇到要求没间隔一小时或者十分钟执行,该怎么处理呢? global class **_RetrieveInquiryBatchtest implements Database.Batchable<sOb 阅读全文
posted @ 2017-11-29 17:24 BandariFang 阅读(1189) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2017-11-06 14:40 BandariFang 阅读(455) 评论(0) 推荐(0)
摘要:注意事项:• 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 阅读全文
posted @ 2017-05-05 10:00 BandariFang 阅读(335) 评论(0) 推荐(0)
摘要:类似于Windows Schedule Job; 有两种方式的用法: 直接上代码: ①: ②: 在Apex class 中找到dldcApprovalofTimecardScheduled 并且点击schedula ,在页面上上就可以设置执行的时间,不过都是半点或者是整点,看个人喜好选择这两种方式 阅读全文
posted @ 2017-03-01 16:01 BandariFang 阅读(430) 评论(0) 推荐(0)
摘要:SOAP:使用SOAP API创建,检索,更新或删除记录,例如帐户,潜在客户和自定义对象。 有超过20种不同 调用,SOAP API还允许您维护密码,执行搜索等等。 在支持的任何语言中使用SOAP API。他的使用环境需要一些wsc.jar 都能在指定地方下载到,这里面就不具体介绍。 比如我想通过j 阅读全文
posted @ 2017-02-08 15:49 BandariFang 阅读(298) 评论(0) 推荐(0)