Salesforce

Conga-Docusign for Salesforce Integration With Outbound Message

Conga-Docusign for Salesforce Integration With Outbound Message

Conga Composer helps create and deliver documents from Salesforce by automatically populating the templates with data from any standard or custom object using merge fields. On the other hand, DocuSign is an eSignature solution that integrates with Salesforce. DocuSign delivers Conga Composer documents via email with the ability to acquire, track and file signatures using automatic anchor …

Conga-Docusign for Salesforce Integration With Outbound Message Read More »

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 »

Scroll to Top