Exercises
Create an application that auto-add new users to the public group
Universal Container Employee
.Hint: First create a public group called
Universal Container Employee
.Create a Login Flow that will display the number of Opportunities successfully closed in the last 60 days by logged-in users and their subtotal (amount).
Create a schedule job that will send an e-mail to all the users who don't have a profile picture on Chatter, as well as a blank About Me section.
Create a schedule job that will run every night at 11:30 P.M. to the following tasks:
Send out an e-mail to all users who haven't logged in into Salesforce in the last 15 days.
After three reminder e-mails, freeze their user account, which means that if there is no log in performed in the last 45 days, then freeze those users' accounts.
Once an Opportunity is successfully closed, auto-create an order and copy Opportunity products to order products.
Create an application that will auto-create a contract after three days of account...