Tag: Release
-
Read Query Parameter in Lightning Component
Launch Lightning Component using formula field and also read query parameter in Salesforce Lightning Component
-
Salesforce Winter 18 Release – My Favorite Features
My favorite Salesforce Winter 18 features about Lightning, Flow, Platform Event , Shield and Salesforce DX
-
Winter 18 – Automatic Styling of Visualforce Pages in Lightning Experience
How to use lightningStylesheets attribute to render Visualforce in Lightning Experience Stylesheet
-
Behold Yourself – Summer 17 is here to break legacy Visualforce Navigation code in Lightning Experience
In Summer 17, URLFOR method in Visualforce would not work in Lightning Experience if used directly. Even sforce.one API is not fully compatible.
-
Salesforce Spring 17 release – My favorite features
List of my favorite features in Salesforce Spring 17
-
Salesforce Summer 16 – My favorite top 20 features
List of Salesforce Summer 16 features
-
Summer 16 – Process builder with multiple decision criteria
Summer 16 release of Salesforce brings festival of lights not only in its logo but to Process builder as well
-
Salesforce Winter 16 – Top features
You can watch recording of my live stream channel as well to know more on Winter 16 features. Powerpoint presentation used in livestream can be accessed from here. 1. Object Manager Objects are objects, even if they are standard or custom objects. Salesforce simplified navigation to access Objects, we can access it now from “Object Manager”…
-
Salesforce Spring 15 – some highlighted features
Download PDF version of release notes from here. 1. Import Account / Contact from 16 different sources (previously generic csv was only option to import). 2. Salesforce Analytics Query language (SAQL) We already know about SOQL and SOSL. This is new Query language for Analytics cloud to enable ad hoc analysis of data stored in…
-
Send Email with Generated PDF as attachment from Trigger – before Winter 16
There may be scenario in Salesforce that you need to send a Visualforce page rendered as PDF as a part of Email Attachment. This will be very easy if you want to perform this using Controller or Extension class, we just have to call getContentAsPDF() method of PageReference class and use returned blob data as…