您的位置:首页 > 其它

Salesforce基础知识总结

2018-02-01 11:17 197 查看
2、Future methods must be static methods, and can only return a void type. The
specified parameters must be primitive data types.

It’s important to note that
future methods are not guaranteed to execute in the same order as they are called. Again, future methods are not guaranteed to execute in the same order as they are called.
1、All Apex variables, whether they’re class member
variables or method variables, are initialized to null.
Make sure that you initialize your variables to appropriate values before using them.For example, initialize a Boolean
variable to false.

未完待续......
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: