Chatter Answers users access to Web community Records in Spring 12 Release in Salesforce
Cases Questions Replies (answers) Salesforce Knowledge articles Cheers!!!
Cases Questions Replies (answers) Salesforce Knowledge articles Cheers!!!
In this Blog Post, we are going to use Salesforce Apex to send email to a Public Group. Please check the following code for your reference. Sample Class: public class ....
Answers Article Best Answer Flag Follow Like Popular Question Question, Private Topics Reply Useful Vote, Reply
We can use SingleEmailMessage to send email notification from Salesforce Triggers. The following sample trigger will send an email when the Case status is set to Escalated. Sample Trigger: trigger ....
A trigger is a piece of Apex code that executes before or after the following types of operations: insert update delete merge upsert undelete Apex can be invoked through the ....
The below Apex code is used to update a field(Comments__c) in Member__c Object, where Marital__Status and Comments__c are fields n Member__c object. Sample Code: trigger commentsUpdate on Member__c (before Insert,before ....
Klout - Third-party service. YouTube - View videos related to your accounts, contacts, and leads. Cheers!!!