摘要: 在Salesforce中通过 Debug Log方式 跟踪逻辑流程具体位置如下所示:Setup ---> Logs ---> Debug Logs ---> Monitored Users (add your user) ---- [Than to view target log at Debug Logs section after refresh page or operate object and so on]具体截图如下所示:具体代码如下所示:system.debug('---------001:update logic');..... 阅读全文
posted @ 2013-11-14 19:15 Eric Sun 阅读(830) 评论(0) 推荐(0)
摘要: IntroductionA common requirement is to have applications share data with other programs. Although there are interfaces available to work with, for example, Microsoft Excel data files, this approach is generally complex, involves a fair amount of overhead, and requires that support libraries accompan 阅读全文
posted @ 2013-11-14 08:30 Eric Sun 阅读(1600) 评论(0) 推荐(0)