Entries by Eric Smith

Datatable LWC v2.0 for Summer ’20 Orgs

For the latest on the Datatable component, please go here: Datatable – Lightning Web Component for Flow Screens – UnofficialSF We now have the ability to dynamically specify SObjects to be referenced in Flows at the time of configuration! This is a game changer! No more editing source code for each different object you want […]

Quick Choice v1.4 – Help Text, New Record Detail, Bug Fixes

QuickChoice is an improved Picklist and Radio Buttons component for Flow screesn. V1.4 includes the following improvements: Every attribute now has help text available to make it easier when you are configuring the component for a flow screen The install packages now include the latest (v1.5) of the Record Detail FSC A bug has been squashed […]

Improved Readability for the RecordDetailFSC

I found that the standard view mode for the Record Detail Flow Screen Component was hard to read because there was no separation between the field rows. To make the display look more like a standard record detail view, I added an underline between the rows.

Datatable Component now supports Column Filters

For the latest on the Datatable component, please go here: Datatable – Lightning Web Component for Flow Screens Multiple people have asked for the ability to allow the user to filter the results being displayed in the datatable component. My most recent update to the LWC datatable component includes the ability to specify any or […]

New LWC Datatable Component!

For the latest on the Datatable component, please go here: Datatable – Lightning Web Component for Flow Screens The datatable Flow Screen Component has been one of the most popular add-ons found on unofficialsf.com.  Admins have found many great use cases for the component and we have been able to add some nice updates to […]

Tie it All Together with this Quick App Switcher

Check out my Blog Post and take a look at the Source Code to see how I used Lightning Web Components, a Lightning Aura Component, Apex, Custom Metadata Types, a Static Resource and a Flow to create a Smart and Fast Custom App Switcher that can be used both on Record Pages and on Utility […]

How to update the datatableFSC component to handle a single object

For the latest on the Datatable component, please go here: Datatable – Lightning Web Component for Flow Screens – UnofficialSF Chris Van Der Merwe has written a nice post on how he customized the datatableFSC component to handle a single custom object. His post gives easy to follow step-by-step instructions that a non-developer can easily […]