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 MorePosted by vigorous-zhukovsky | May 29, 2020 | SFDCAPEX |
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 MorePosted by vigorous-zhukovsky | May 26, 2020 | SFDCAPEX |
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 MorePosted by vigorous-zhukovsky | May 26, 2020 | SFDCAPEX |
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 MorePosted by vigorous-zhukovsky | May 21, 2020 | Apex |
SOSL Salesforce Object Search Language (SOSL) is a Salesforce search language that is used to perform text searches in records. Use SOSL to search fields across multiple standard and custom object records in Salesforce. SOSL is...
Read More
Recent Comments