Salesforce

CRUD in Lightning

CRUD in Lightning

In one of our previous blogs displaying account list in a Modal Dialogue box using Lightning Components was discussed.In this blog I will extend Creating a Modal Dialog box using Lightning Design System – Lightning Component by implementing security to it. Client is always under the control of attacker hence all access control enforcement must happen …

CRUD in Lightning Read More »

Email Services in Salesforce with a simple example

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 …

Email Services in Salesforce with a simple example Read More »

Creating a Modal Dialog box using Lightning Design System - Lightning Component

Creating a Modal Dialog box using Lightning Design System – Lightning Component

Hi All, I was trying to build a modal dialog box in lightning component and it took me some time to figure out how to use svg tag and use it in Lightning component. In this blog, I will try to create a Account List Lightning Component which will have a new Account create button.The …

Creating a Modal Dialog box using Lightning Design System – Lightning Component Read More »

Scroll to Top