Salesforce

Salesforce Automation Testing with Selenium

Salesforce Automation Testing with Selenium

Introduction: When it comes to cloud-based CRM systems, Salesforce was first of its kind to successfully implement it. Built on its Force.com platform, Salesforce has expanded its coverage of industries and processes over the years. It now serves customers with Marketing Cloud, Service Cloud, Health Cloud, Community Cloud, Commerce Cloud and many more.  Apart from …

Salesforce Automation Testing with Selenium Read More »

Integrate SharePoint with Salesforce using Microsoft Graph API

Integrate SharePoint with Salesforce using Microsoft Graph API

Why Integrate with SharePoint? One of the main reasons is the revenue cost. With SharePoint integration, an organization can save a lot in Salesforce’s storage costs. A standard SharePoint storage is 1 TB. If that is not enough, extra storage is available at a very reasonable price of $0.20/month per GB (exact plans are available …

Integrate SharePoint with Salesforce using Microsoft Graph API Read More »

Outlook connection with Salesforce through custom Objects

Outlook connection with Salesforce through custom Objects

This blog post helps you to integrate Microsoft Outlook with Salesforce by using Lightning for Outlook sync by OAuth 2.0 connection method and create Custom Objects data from outlook. Set Up Lightning for Outlook in the Microsoft Outlook For setting up of Outlook connection to salesforce, please follow the below blog from points 1-9 to setup …

Outlook connection with Salesforce through custom Objects Read More »

Using Modal/ Popup in Lightning Web Components

Using Modal/ Popup in Lightning Web Components

 In this blog, we will be learning to use Modal/ Popup in Lightning Web Component. We will be using SLDS classes that helps in showing or hiding the Modal. The below classes help in showing and hiding of the modal slds-fade-in-open – Shows the modal slds-backdrop_open – Shows the backdrop(greyed out) So, adding and removing …

Using Modal/ Popup in Lightning Web Components Read More »

LWC with Aura Components,Calling controller from LWC,LDS in LWC

LWC with Aura Components,Calling controller from LWC,LDS in LWC

Calling controller from LWC: Lightning web components can import methods from Apex classes into the JavaScript classes using ES6 import.Once after importing the apex class method you can able to call the apex methods as functions into the component by calling either via the wire service or imperatively. https://videopress.com/v/gAkX46zD?preloadContent=metadata Import Syntax import apexMethod from’@salesforce/apex/Namespace.Classname.apexMethod’; apexMethod …

LWC with Aura Components,Calling controller from LWC,LDS in LWC Read More »

Scroll to Top