Posts

Showing posts from December, 2024

Salesforce Fact #896 | Conditional field formatting in action

Image
With the latest release, we have the Conditional Field Formatting as GA. With this option, we can add visual indicator to a particular field based on the value of that particular field or other fields. Reference:  https://admin.salesforce.com/blog/2024/conditional-field-formatting-winter-25-be-release-ready In this example, we are showing a warning symbol when the Opportunity Probability is less than 10%. Attached are the screenshots.

Salesforce Fact #895 | Dependent record picker in LWC

Image
We can create a dependent lightning record picker in LWC. Suppose, we have two record pickers and once the account record is selected, the second record picker should filter out the related contacts. Reference:  https://salesforce.stackexchange.com/questions/428066/lightning-record-picker-dynamic-record-filter-not-working Attached are the code snippets.

Salesforce Fact #894 | Adding user to multiple public groups/queues at once

Image
There are times when we need to add a particular user to multiple public groups and queues. Now, based on the OOTB option, we can do that by going to each and every public group or queue. We can create a screen flow as well to assign a particular user to multiple public group or queue at once to ease the work for users. Attached are the screenshots.