Posts

Showing posts with the label description

Salesforce Fact #886 | Check if account description is blank using flow

Image
Long text area cannot be referenced in Salesforce formula fields. But they can be referenced in flow formula resources. Suppose, we need a flag to indicate if the description field on account is empty or not. We can create a before save record-triggered flow on Account and check if it is blank in a formula resource and store the value in a checkbox field. Attached are the screenshots.

Salesforce Fact #706 | Optional description attribute in lwc combobox option

Image
We can use one optional attribute 'description' for each option in lightning-combobox. The descriptive text displays below the option label and can be helpful to the user. Reference:  https://developer.salesforce.com/docs/component-library/bundle/lightning-combobox/documentation Attached are the screenshots.