AppExchange · ConnectEazy · Salesforce

Boost Recruiter’s Efficiency with Smart Candidate Recommendations

ConnectEazy is a new-age, enterprise-ready, HCM platform that enable’s enterprises to automate day-to-day HR processes, simplifies human interactions, delivers actionable insights to build better workplaces and achieve their strategic HR goals faster and smarter. In this blog, we highlight one of ConnectEazy’s most useful capabilities: Candidate Recommendations As an active recruiter, you are always on… Continue reading Boost Recruiter’s Efficiency with Smart Candidate Recommendations

Lightning · Salesforce

Incorporate SLDS into Javascript Application(Vue.Js)

In this tutorial will set up a basic javascript App(vue.js) and incorporate Salesforce Lightning Design System into it , so we can leverage the font, style and design assets(SVG) of SLDS to build an Application with salesforce look and feel. Initial Setup : 1.Download Vue js CLI using npm(node package Manager). 2. Create Project 3.Project… Continue reading Incorporate SLDS into Javascript Application(Vue.Js)

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

Salesforce

Salesforce Evergreen : A game changer!

Hey all! This blog post will introduce you to the serverless environment which runs inside the Salesforce Platform!  You might have guessed it by the title “Salesforce Evergreen” it is! We would also discuss about the possibilities and solution designs achievable using this powerful feature. Salesforce Evergreen was introducted at Dreamforce 2019 as a new… Continue reading Salesforce Evergreen : A game changer!

CPQ · Salesforce · Salesforce Releases

Summer’20 CPQ Release Features

CPQ is one of  the most comprehensive business solutions offered by Salesforce with its powerful configuration options across the Configure-Price-Quote cycle. It is an invaluable asset for any company in generating complex quotes for their orders based on the available product catalogue. The quotes generated by this software are automated based on a preprogrammed set… Continue reading Summer’20 CPQ Release Features

CPQ

Salesforce CPQ – Creation of Bundles

Salesforce CPQ, or Configure, Price, Quote is a sales tool for companies to provide accurate pricing with any given product configuration scenario. CPQ applications take into account optional features, customizations, quantities, and discounts, allowing sales reps to quote prices quickly and accurately. Salesforce CPQ gives the sales team easy to use software, available on any… Continue reading Salesforce CPQ – Creation of Bundles

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