-
Salesforce trailhead challenges
Setting Up Your Org
As part of our challenges for this module, you’ll build a camping list application. You need to do a few more tasks before passing this challenge and continuing.Add a custom domain with My Domain. You probably already have done this.
Create an Expense custom object to work with the examples. You probably already have done this.
Create a Camping Item custom object to hold the items you need to go camping with the following fields:Name (use the standard name field)
Quantity: Number(18, 0) – Required
Price: Currency(16, 2) – Required
Packed: Checkbox(default: unchecked)
Log In to reply.