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

Lightning · Salesforce · UI/UX

Lightning Experience: Salesforce Summer ’18 Release

The Summer ’18 release delivers more personalized and integrated customer journeys while enabling your team to work smarter with new levels of data insight across your org. This blog offer a high-level information of some of the major enhancements and features of Summer’18 release. 1.New Lightning Components  The following components are new and require API… Continue reading Lightning Experience: Salesforce Summer ’18 Release

Apex · Lightning · Salesforce

Triggering approval process from Napili template

Agenda of this article is to create an Approval process for Napili Template. Assumptions: CustomObject__c object (custom object) is used and have lookup relation to Contact. Component name is “Submit_for _approval” Approval Process is created on the CustomObject__c. CustomObject__c have multiple approval processes set up with different entry criteria. To achieve this, I am creating… Continue reading Triggering approval process from Napili template

Salesforce

Login to Salesforce from Facebook using Graph API

Graph API Overview The Graph API is a HTTP-based API that is used to query user information, post new stories, upload photos and many other tasks that an app should provide. The Graph API is a basic step to pull and push data in Facebook’s social graph. This API provides following user information fields: Id,… Continue reading Login to Salesforce from Facebook using Graph API