If you want to do with the formula fields then you can check out the article by my friend Usman Ali on Salesforce help. Description Sometimes, we have a requirement to re-assign the case back to the initial queue for example if the case status is updated to “Stalled” then…
SF Crunch Posts
Find the number of days between two dates excluding weekends and holidays using apex
Create weekly, bi-weekly, monthly, quarterly, yearly and bi-yearly recurring tasks using apex.
DESCRIPTION: You want to record the data for the visitors that visit the Salesforce record pages. We can easily achieve this using screen flow with a few simple steps. SOLUTION: Create a custom object “Record Visitor” with the following fields. Object Name (text) Record Id (text) User (Lookup to user…
Round Robin Assignment for any user lookup field using custom object and apex code.
If an opportunity has a quote then it must be synced to the opportunity in order to make the opportunity stage to Closed Won.
Deactivate an account record if it has no “Closed Won” Opportunity for 180 days or no opportunity created in 180 days.
Send the most recent Quote PDF attached to the email alert using Salesforce Flow