Messaging
Single email daily limits for messages sent using API methods Description There are some considerations to be aware of regarding daily limits when sending emails using APIs. We answer a few of the frequently asked questions...
Read Moreby vigorous-zhukovsky | May 29, 2020 | SFDCAPEX | 0 |
Single email daily limits for messages sent using API methods Description There are some considerations to be aware of regarding daily limits when sending emails using APIs. We answer a few of the frequently asked questions...
Read Moreby vigorous-zhukovsky | May 26, 2020 | SFDCAPEX | 0 |
Insert Update Upsert Delete Undelete DML Examples [php]public class DMLExamples { //insert demo public static void insertdemo(){ list<Account> accList= new list<Account>(); for ( integer i=0;i<160;i++) { Account...
Read Moreby vigorous-zhukovsky | May 26, 2020 | SFDCAPEX | 0 |
Lists A list is an ordered collection of elements that are distinguished by their indices. List elements can be of any data type—primitive types, collections, sObjects, user-defined types, and built-in Apex types. Sets A set is...
Read More
Recent Comments