How to Find Salesforce Object ID Prefix using apex class? In salesforce every stranded and custom object has specific id. i.e: first 3 digits of an Id is an identifier…
APEXSALESFORCESalesforce CustomizationSalesforce.com
How to Find Salesforce Object ID Prefix using apex class? In salesforce every stranded and custom object has specific id. i.e: first 3 digits of an Id is an identifier…
Update Date values in Salesforce Custom button to example to update the date custom field called AssignementDate__c field in Lead object then use the below code in the custom button…
How to get the Contact Id while creating the Task using Apex Trigger while creating the task to contact, its possible to get the contact information from Task WhoId or…
update a related record value using Map and Apex class? Example 1: How to create and update existing contact records using map and apex class [java] global void execute(Database.BatchableContext BC,…