Advanced Search
Search Results
4 total results found
How to check off records on a list view and pass them all to a Flow (button)
Flow Actions are really useful! However, they aren't available everywhere. This article will tell you how to place a flow button on a list view or related list, and pass into the flow the ids of the selected records so you can use and act on them. How to set ...
How to check if user is in Classic or LEX in a formula field!
=IF($User.UIThemeDisplayed = "Theme4d","LEX","Classic") (Thanks @Eloquinn)
Find records MUCH faster with these tricks!
Here are some neat tricks to help you [impress your coworkers and] navigate to records much faster Chrome users: Create custom search engines that you can access with keywords. If you follow the below instructions, you'll be able to do either of these from t...
How to roll your own "ISCHANGED", "PRIORVALUE", and "ISNEW" in before-save flows
How to roll your own "ISNEW", "ISCHANGED", and "PRIORVALUE", and in before-save record-edit flows UPDATE: As of Summer 21, all of this can be done natively, and will perform better since it doesn't require any extra queries. To check ISNEW(), simply check...