Blogs
-
Display The Cumulative Count Of Contacts On The Account Object Using An Apex Trigger.
The trigger must be authored on the Contact object. The following code functions for various operations:
-
Bulk Operations In Salesforce Using Batch Apex
Introduction or Scenario There was a requirement to perform mass or bulk updates on thousands of records for a specific object triggered by certain actions for one of our consulting firm clients based in Atlanta, GA, USA. Updating records in Apex is a familiar process, but handling operations on a large volume, such as thousands…
-
Resolved Uploading Files From Salesforce To SharePoint Using REST API With Special Characters In Filename
Scenario or Situation While addressing a requirement for a packaging solutions client in Atlanta, Georgia, there was a need to enable Salesforce users to upload documents from Salesforce entities. To overcome Salesforce’s storage limitations, uploaded documents are stored in SharePoint. Challenge or Obstacle We’ve successfully implemented file upload functionality from Salesforce to SharePoint by developing…