Salesforce Visualforce Page
Video thumbnail for Display PDF from Lightning Web Component Quick Action
Display PDF from Lightning Web Component Quick Action

infallibletechie.com

Visualforce page with renderAs="advanced_pdf" can be used in Lightning Web Component using iframe tag to render a pdf from Lightning Web Component Quick Action.

Video thumbnail for Record creation using JavaScript in Salesforce Visualforce Page
Record creation using JavaScript in Salesforce Visualforce Page

infallibletechie.com

soap/ajax/54.0/connection.js library can be used to create records using JavaScript in Salesforce. There is no need to use Apex. Blog Post: https://www.infallibletechie.com/2022/06/record-creation-using-javascript-in.html

Video thumbnail for Pass record Id to Visualforce page in Salesforce Lightning Record Page
Pass record Id to Visualforce page in Salesforce Lightning Record Page

infallibletechie.com

We can pass record id to Visualforce page in Salesforce Lightning Record Page, using Standard Controller in the Visualforce page. We can easily get record Id in a Visualforce page used in Lightning Record Page using Standard Controller. Blog Post: http

Video thumbnail for Navigate to a Visualforce page when the Salesforce Flow is Finished
Navigate to a Visualforce page when the Salesforce Flow is Finished

infallibletechie.com

We can use Lightning Out App and Visualforce page to navigate to a Visualforce page when the Salesforce Flow is Finished or Completed. Blog Post: https://www.infallibletechie.com/2022/09/how-to-navigate-to-a-visualforce-page-when-the-salesforce-flow-is-f

Video thumbnail for Visualforce Page Requires HTML docType version 5 0 or higher Exception in Salesforce
Visualforce Page Requires HTML docType version 5 0 or higher Exception in Salesforce

infallibletechie.com

Blog Post: https://www.infallibletechie.com/2022/10/visualforce-page-requires-html-doctype-version-5-0-or-higher-exception-in-salesforce.html

Video thumbnail for Display Salesforce Visualforce rendered as PDF in Flow
Display Salesforce Visualforce rendered as PDF in Flow

infallibletechie.com

In order to display Salesforce Visualforce rendered as PDF in a Flow, use iFrame tag in the Lightning Web Component and add the LWC in Flow Screen Element. Blog Post: https://www.infallibletechie.com/2023/01/how-to-display-salesforce-visualforce-rendered

Video thumbnail for Iterate list in Salesforce Visualforce Page
Iterate list in Salesforce Visualforce Page

infallibletechie.com

Page Block Table, Data Table, Data List and Apex Repeat can be used to render list in Visualforce page. Blog Post: https://www.infallibletechie.com/2022/02/how-to-iterator-list-in-salesforce.html

Video thumbnail for Display Error Messages in the Salesforce Visualforce Page
Display Error Messages in the Salesforce Visualforce Page

infallibletechie.com

Blog Post: https://www.infallibletechie.com/2012/10/how-to-display-error-messages-in.html

Video thumbnail for Pass Data from Lightning Aura Component to Visualforce Page in Salesforce
Pass Data from Lightning Aura Component to Visualforce Page in Salesforce

infallibletechie.com

In order to embed Lightning Aura Component in the Visualforce Page component, then Lightning App is required. In order to pass data from Lightning Aura Component to the Visualforce Page Component, then use Lighting Application Event. Blog Post: https:/

Video thumbnail for Salesforce Find Or Create Case Records using Pre Chat API with Custom Field
Salesforce Find Or Create Case Records using Pre Chat API with Custom Field

infallibletechie.com

Salesforce Pre-Chat API can be used to find the existing Case records using Custom Field for matching the records. Check the following for reference. Blog Post: https://www.infallibletechie.com/2023/05/salesforce-find-or-create-case-records-using-pre-cha

Video thumbnail for Get and Set localStorage in Salesforce Visualforce Page
Get and Set localStorage in Salesforce Visualforce Page

infallibletechie.com

In Salesforce Visualforce Page, we can get and set localStorage using JavaScript localStorage.setItem() and logcalStorage.getItem() methods. Blog Post: https://www.infallibletechie.com/2023/07/get-and-set-localstorage-in-salesforce-visualforce-page.html

Video thumbnail for $User UITheme and $User UIThemeDisplayed in Salesforce
$User UITheme and $User UIThemeDisplayed in Salesforce

infallibletechie.com

The difference between the $User.UITheme and $User.UIThemeDisplayed is that $User.UITheme variable returns the look and feel the user is supposed to see, while $User.UIThemeDisplayed returns the look and feel the user actually sees. Blog Post: https://w

Video thumbnail for Greet Customers in Salesforce Einstein BOT without Pre Chat from Experience Cloud Site
Greet Customers in Salesforce Einstein BOT without Pre Chat from Experience Cloud Site

infallibletechie.com

Using Visualforce Page, we can get the First Name and Last Name of the user using {!$User.FirstName} and {!$User.LastName} expressions. sessionStorage can be used so that we can access the value from the Experience Cloud Site "Snippet Settings File" JavaS

Video thumbnail for Attach a Salesforce Visualforce as PDF to an outgoing email
Attach a Salesforce Visualforce as PDF to an outgoing email

infallibletechie.com

Queueable interface can be used to attach a Salesforce Visualforce as PDF to an outgoing email from trigger. Blog Post: https://www.infallibletechie.com/2023/03/how-to-attach-a-salesforce-visualforce-as-pdf-to-an-outgoing-email.html

Video thumbnail for Display Salesforce Lightning Web Component in a Visualforce Page
Display Salesforce Lightning Web Component in a Visualforce Page

infallibletechie.com

To display Salesforce Lightning Web Component in a Visualforce Page, make use of lightning out application. Blog Post: https://www.infallibletechie.com/2023/08/how-to-display-salesforce-lightning-web-component-in-a-visualforce-page.html

Video thumbnail for Rerender multiple sections in VisualForce page
Rerender multiple sections in VisualForce page

infallibletechie.com

Multiple ids should be used in the reRender attribute to Rerender multiple sections in VisualForce page. Blog Post: https://www.infallibletechie.com/2013/04/how-to-rerender-multiple-sections-in.html

Video thumbnail for escape attribute in Salesforce Visualforce
escape attribute in Salesforce Visualforce

infallibletechie.com

escape attribute in Salesforce Visualforce is used to determine whether the HTML and XML characters should be escaped in the HTML output generated by the component or not. Blog Post: https://www.infallibletechie.com/2015/01/escape-attribute-in-salesforce

Video thumbnail for JavaScript function for apex inputField onChange event in Salesforce VisualForce Page
JavaScript function for apex inputField onChange event in Salesforce VisualForce Page

infallibletechie.com

To invoke or call JavaScript function for apex:inputField onChange event in Salesforce VisualForce Page, we can make use of oncomplete attribute in apex:actionSupport. Blog Post: https://www.infallibletechie.com/2023/08/javascript-function-for-apexinputf

Video thumbnail for Difference between dataTable and pageBlockTable
Difference between dataTable and pageBlockTable

infallibletechie.com

Only standard style sheets can be used in apex:pageBlockTable tag in a Visualforce page. apex:pageBlockTable must be contained in apex:pageBlock or apex:pageBlockSection. If we want to add custom style sheets we have to use apex:dataTable tag in Visualfo

Video thumbnail for Salesforce Chat in the Home Page
Salesforce Chat in the Home Page

infallibletechie.com

We can use Salesforce Chat in the Home Page by using the Chat Code Snippet in a Visualforce Page. The Visualforce Page should be added to the Lightning Home Page. Blog Post: https://www.infallibletechie.com/2024/02/salesforce-chat-in-the-home-page.html

Video thumbnail for OnLoad function in Salesforce Visualforce
OnLoad function in Salesforce Visualforce

infallibletechie.com

window.onload or action attribute in apex:page can be used as OnLoad function in Salesforce Visualforce page. Blog Post: https://www.infallibletechie.com/2012/05/onload-function-in-visualforce.html

Video thumbnail for Download Salesforce Visualforce Page in Excel Format
Download Salesforce Visualforce Page in Excel Format

infallibletechie.com

updateRecord from the 'lightning/uiRecordApi' library can be used to update records without using Apex in Salesforce Lightning Web Component. Blog Post: https://www.infallibletechie.com/2024/06/update-record-in-salesforce-lightning-web-component-without-

Video thumbnail for Salesforce Visualforce Pages Metrics
Salesforce Visualforce Pages Metrics

infallibletechie.com

Using VisualforceAccessMetrics object/entity in a Salesforce SOQL Query, we can track the number of views for each and every Visualforce page in our org receives in a 24-hour time period. To find out how many views a page got over the course of multiple d

Video thumbnail for Currency format in Salesforce Visualforce Page
Currency format in Salesforce Visualforce Page

infallibletechie.com

Currency format in Salesforce Visualforce Page can be done using apex:outputText and apex:outputField. For example code, check the Blog Post: https://www.infallibletechie.com/2014/09/currency-format-in-visualforce-page.html