
Iterable Interface in salesforce
Iterable Interface in salesforce Using Custom Iterators with Iterable If you do not want to use a custom iterator with a list, but instead want to […]
Iterable Interface in salesforce Using Custom Iterators with Iterable If you do not want to use a custom iterator with a list, but instead want to […]
Apex Triggers in salesforce A trigger is Apex code that executes before or after the following types of operations: insert update delete merge upsert undelete Trigger Syntax:- […]
Trigger context variables in salesforce All Triggers define implicit variables that allow developers to access run-time context. These variables are contained in the System.Trigger class. Context Variables […]
Salesforce Apex Trigger Best Practices Bulkify your Code:- We should bulkify the apex code to make sure our code properly handles more than one record […]
Querying salesforce data from SOAP UI through Enterprise WSDL We can test salesforce data in SOAP UI with the help of Enterprise wsdl generated from […]
Exposing salesforce data through Apex REST API:- By using APEX REST API we can build a light weight API to access salesforce data through either […]
Copyright © 2019 | WordPress Theme by MH Themes