Feb 12, 2019 | Salesforce Trailhead
Create a method for inserting accounts To pass this challenge, create an Apex class that inserts a new account named after an incoming parameter. If the account is successfully inserted, the method should return the account record. If a DML exception occurs, the...
Feb 12, 2019 | Salesforce Trailhead
Create an Apex class that returns Account objects To pass this challenge, create an Apex class that returns a List of Account objects for a user-specified state. Create an Apex class named AccountUtils and include a static method named accountsByState that accepts a...
Feb 12, 2019 | Salesforce Trailhead
Create a notification to alert you when lost opportunities exceed a certain amount You’re competing hard against your top rivals and want Analytics to tell you when the sum of amount in the Lost Opportunities number widget on the Opportunity Details dashboard goes...
Feb 11, 2019 | Salesforce Trailhead
Create a validation rule indicating whether an opportunity has a closed date in the past Your number-crushing sales team has so many deals in the pipeline, you’re starting to see occasional problems with data quality. Namely, sales reps are forgetting to update the...
Feb 11, 2019 | Salesforce Trailhead
Add a Visualforce Page to the Salesforce App Navigation Menu Create a simple ‘hello world’-style Visualforce page and add it to the Salesforce app navigation menu. The page: Must be named ‘HelloMobile’. Must display a simple ‘Hello mobile...
Feb 11, 2019 | Salesforce Trailhead
Create a session-based permission set and assign it to a user Your Sales department has some long-needed help for updating account information. One temporary employee named Lynda Herman needs to update, or edit, accounts as needed. For example, you have an account...