FLOW RESOURCES IN SALESFORCE & HOW TO CREATE, EDIT AND DELETE RESOURCE IN SALESFORCE
What is Flow Resource & How to Create, Edit, & Delete in Salesforce What is Flow Resources? Flow resources are represents a value that you can reference throughout the flow and its like merge fields in an email template or a formula.
ABOUT FLOW BUILDER & ITS LAYOUT DETAILS IN SALESFORCE
What is Flow Builder? Flow builder is a point-and-click tool for building flows. It can be used to build code-like logic without the requirement of knowing a programming language. How can you find Flow builder in salesforce platform? The steps to find flow
LIGHTNING FLOW IN SALESFORCE (Part 3)
Here we discussed below about Flow templates and which template is salesforce implemented. Flow have following templates to build a process : Screen FlowsAuto Launched FlowContact Request FlowLightning Scheduler FlowUser Provisioning Flow Flow having above mentioned templates and salesforce can be implemented by
LIGHTNING FLOW IN SALESFORCE (Part 2)
Learn Lightening Flow & Structure of Lightening Flow in Salesforce What is Flow? Flow is an application inside the salesforce that automate complex business process by using clicks, not code. Flow can fetch, delete, update and create records on multiple objects.Flow is
LIGHTNING FLOW IN SALESFORCE (Part 1)
What is Lightning Flow & Process Builder in Salesforce? - Part - 1 Overview : In salesforce, Lightning flow is an application inside salesforce to automate complex business processes by using clicks instead of code and the main moto of the flow
LIGHTNING WEB COMPONENT
What is Salesforce Lightning Web Component (LWC) & How It Works? What is LWC? Lightning Web Components is the Salesforce implementation of that new breed of lightweight frameworks built on web standards. It leverages custom elements, templates, shadow DOM, decorators, modules, and
DOWNLOAD EXCEL FILE OPTION IN LWC
How to Download Excel File Option in Lightening Web Component This Post explains how to download the excel file that is created as VF Page inside LWC Component. Download the js file named download.js from the link https://github.com/rndme/download/blob/master/download.js and add it as a static
Hide “Switch to Salesforce Classic” from Lightning UI
Admin have ability to stop salesforce user to switch back to “Classic” view using Profile and Permission Set.
Change VF page to Lightning Style with Single Attribute. Winter 18 feature
Salesforce Winter 18 release introduced new VF page attribute to change UI look and feel from Classic to Lightning. <apex:page lightningstylesheets="True">