Modal Dialog

Salesforce Integration with WordPress

Salesforce Integration with WordPress

This post will help you to integrate Salesforce with WordPress and access the blogs in Salesforce from WordPress. Here we are getting the blog from a linked WordPress account and displaying it in a lightning modal popup in Salesforce. Steps to be implemented: 1. Create an app in WordPress application manager [create App]. Redirect URL …

Salesforce Integration with WordPress Read More »

How to build custom lookup in lightning

How to build custom lookup in lightning

Want to build Custom Lookup in the Lightning? Don’t worry, it’s quick and easy!! For this module, let’s divide it into three components: customLookup_Parent.cmp cutomLookupResult_Child1.cmp cutomLookupResult_Child2.cmp The parent component holds the search bar, modal popup or drop down list for showing results. (Refer Screenshot 1). Screenshot 1. Parent component showing search bar Child components will …

How to build custom lookup in lightning Read More »

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 »

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