Using Custom Labels in Lightning Components
Beyond the common designed use case of Custom Labels that allows translation of labels into many languages.
I find them useful to allow me some placeholders functionality when needed.
Beyond the common designed use case of Custom Labels that allows translation of labels into many languages.
I find them useful to allow me some placeholders functionality when needed.
Lightning flow allows to perform pretty complex business processes in a very configurable manner.
A smart combination of a process builder with a lightning flow can create some powerful automation managed by admins.
One common requirement though is to navigate somewhere after the flow has finished.
Read more “Controlling the finish behavior of lightning flow” →
This post is about a cool feature of the aura framework that allowing you to create and render components dynamically using some JS parameters.
Read more “How to Dynamically Create Lightning Components in JavaScript” →
This post will show a way to display or embed a Visualforce page inside a component.
Main use case I saw for this was supporting legacy Visualforce pages.
In order to control the navigation between pages and components Salesforce introduced the lightning navigation module. In this article we will explorer the way to use it both in Aura and LWC.