Exercises
- Create an application that auto-adds new users to the
Universal Container Employee
public group.
Note
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 scheduled 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 scheduled job that will run at 11:30 P.M. every night to perform the following tasks:
- Send out an e-mail to all users who haven't logged in to Salesforce in the last 15 days.
- After three reminder e-mails, freeze their user account, which means that if there is no login 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 three days after account...