Apex · Lightning · Salesforce · Trigger

Asynchronous Apex Trigger using Change Data Capture

Change Data Capture event is a notification that Salesforce sends when a change to a Salesforce record occurs as part of a create, update, delete, or undelete operation. When we are saving a record in salesforce it causes the platform to start apex transaction . Change event triggers run asynchronously after the apex transaction is… Continue reading Asynchronous Apex Trigger using Change Data Capture

Apex · Lightning · Lightning Web Components · Salesforce

Opening Lightning Web Component (LWC) as subtab in Lightning Console

Are you facing problems in opening Lightning Web Component (LWC) as workspace tabs and sub-tabs in a Lightning console app? As some of you would know, in Lightning console apps records open as workspace tabs and their related records open as subtabs. This blog explains to you, how a user can open LWC as subtab,… Continue reading Opening Lightning Web Component (LWC) as subtab in Lightning Console

Apex · REST · Salesforce · Salesforce Einstein · Wave Analytics

REST API call from Einstein Analytics Dashboard

In Einstein Analytics we can create a lens and dashboard with the dataset available in your analytics studio. You have a dataset that is created from the dataflow which is scheduled every hour to update the dataset. Here your dataset might not have the updated data for every second or minute. What if you want… Continue reading REST API call from Einstein Analytics Dashboard

Apex · Lightning · Report

Displaying standard report data in Lightning component

Sometime we might end up the slow performance of showing custom charts by querying the object data- if the data is in millions. The best way to improve the performance is by creating a standard report and getting data of report to apex with ReportManager class. we can also pass the filter values based on… Continue reading Displaying standard report data in Lightning component

Apex · Email Service · Integration · Outlook · Salesforce · Trigger

Send ICS calendar invitations for Outlook meetings

Here we are going to send the meeting invites from salesforce using ICS calendar to our outlook. In general ICS is the  iCalendar/.ics/.ical file and it is used to store the calendar information. Whenever you export anything a outlook, google, etc., calendar  it will automatically save as .ics file. New and updated meetings are sent… Continue reading Send ICS calendar invitations for Outlook meetings

Apex · Integration · REST · Salesforce

Google Assistant Integration with Salesforce – Part 2

Let suppose when the Intent creation is ready, you want the custom data as a reply in Google assistant, we overwrite the intent from Apex call. You can add a custom response from Salesforce to Google assistant. We fetch the record names from the Salesforce org and overwrite the response in the intent. Access token to… Continue reading Google Assistant Integration with Salesforce – Part 2

Apex · Lightning · Salesforce

Highlights of Winter’19 Release Notes: Part II

“Aloha Trailblazers Ohana” We bring you back the Part II highlights of Winter’19 Release!! Let’s learn new and blaze our trail!! Don’t miss out to read the part I highlights to stay updated about the new features!! Part I Highlights Lightning Communities: Content Management, Flows for Guest Users, and Filtered Search Results 1. Upgrade to Latest… Continue reading Highlights of Winter’19 Release Notes: Part II