Lightning

Reusable Lightning Notification On Record Update (Backend/API/UI) using Lightning Data service

Reusable Lightning Notification On Record Update (Backend/API/UI) using Lightning Data service

A very common scenario faced in various organizations is that multiple users are working on same set of records and end up editing the same record which has been edited by a different user. The user who last clicks on the save button gets error message saying “error…being edited by…”. All last typed text is …

Reusable Lightning Notification On Record Update (Backend/API/UI) using Lightning Data service Read More »

Generic Lightning Component for Follow/UnFollow Record

Generic Lightning Component for Follow/UnFollow Record

It is often useful for a user to keep track updates on the case feed this will helps to resolve the cases more efficiently. Salesforce provides “Follow” feature, Using this feature we can track updates to a record, including field changes, posts, tasks, and comments on records. If the user follows a record, he can …

Generic Lightning Component for Follow/UnFollow Record Read More »

CSV PARSING AND GENERATING CHARTS IN LIGHTNING COMPONENTS

CSV parsing and generating charts in lightning components

Lightning offers advantage over classic that it allows a lot of client processing thus saving the server side actions. One of the scenarios that I would like to cover is parsing CSV file and generating reports from the data fetched without any server side actions. Let us consider, I have a CSV file (comma separated ) …

CSV parsing and generating charts in lightning components 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 »

Scroll to Top