Uncategorized

Email Services : Apex Class to unsubscribe Email

In Continuation to the Previous Blog i have written Titled  , Email Services in Salesforce with a simple example (https://wordpress.com/post/teamforcesite.wordpress.com/566) Here is a requirement which can apply to almost any usage of the email services feature of salesforce . The unsubscribe Email functionality , is the feature by code where you can give your users… Continue reading Email Services : Apex Class to unsubscribe Email

Email Service · Salesforce

Email Services in Salesforce with a simple example

Email Services is a feature of salesforce.com where, the user can assign an Apex Class that implements the Messaging.InboundEmailHandler interface to a configuration which allows you to process the email contents, headers and attachments. Using this Information, you can cater a variety of requirements . Listing few, create a new contact if one does not exists with… Continue reading Email Services in Salesforce with a simple example

Salesforce · Trigger

Roll-up Summary without a Master Detail Relationship

Roll-up Summary is a feature of salesforce enabled only after having a master detail relationship between objects. Rollup Summary is a feature where, It gives us the options of having SUM, MIN, MAX of a field in all the child records or COUNT the number or child records. This is stored as a field in… Continue reading Roll-up Summary without a Master Detail Relationship