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

Microsoft Office · Salesforce

Connect Salesforce with Microsoft office

So, I was looking through the Microsoft store where i saw Salesforce App for Outlook, which got me curious about what else can be done through the office add ins. So below is just a demo  app I developed for exporting opportunity records in Salesforce to Microsoft Excel. Step 1: Go to Napa cloud app (you can use… Continue reading Connect Salesforce with Microsoft office