Create a Custom Object for Reviews
Learning Objectives
In this project, you’ll:
- Create custom objects, site objects, and junction objects to make an existing app more efficient.
- Customize page layouts, create relationships, and add filters to give app users easy access to the information they need.
- Add custom fields to the app to capture information critical to the hiring process.
Introduction
Since implementing Salesforce 6 months ago, AW Computing has been on an upward trajectory in sales and revenue. And with that comes the need to beef up the staff across a number of departments. Ling Wu, the vice president of human resources, has asked you to help her recruiting team more efficiently handle the hiring process.
In this project, you use your awesome admin skills to create custom objects, relationships, page layouts, and more, to give the HR team easy access to the data they need on their existing Recruiting app. Before you get hands-on, let’s install an unmanaged package in your Trailhead Playground. It will add metadata and customizations that make your hands-on work more realistic and meaningful.
Get Your Trailhead Playground Username and Password
Let's get started by opening your Trailhead Playground. Scroll to the bottom of this page and click Launch. If you see a tab in your playground labeled Get Your Login Credentials, great! Follow the steps below.
If not, from the App Launcher , find and open Playground Starter and follow the steps. If you don’t see the Playground Starter app, check out Find the Username and Password for Your Trailhead Playground on Trailhead Help.
- Click the Get Your Login Credentials tab and take note of your username.
- Click Reset My Password. This sends an email to the address associated with your username.
- Click the link in the email.
- Enter a new password, confirm it, and click Change Password.
Install the Unmanaged Package
- Once you know the username and password for your hands-on org, click this link to begin installation.
- Log in with the username and password for your hands-on org.
- Select Install for Admins Only, then click Install.
- Once you get an Installation Complete message, click Done. You should receive an email saying your installation was successful.
Create a Review Custom Object
Now that the package is in place and you have the Recruiting app open, you can get to work. The first thing on your list is creating a custom object for reviews.
- Click [Alt text: Setup icon] and select Setup.
- Click Object Manager.
- Click Create, select Custom Object, and fill in the details.
Field |
Value |
---|---|
Label |
Review |
Plural Label |
Reviews |
Record Name |
Review Number |
Data Type |
Auto-Number |
Display Format |
REV-{0000} |
Starting Number |
1 |
- In the Optional Features section, select Allow Reports and Track Field History.
- In the Deployment Status section, ensure Deployed is selected.
- In the Search Status section, select Allow Search.
- In the Object Creation Options section, select Add Notes and Attachments related list to default page layout.
- Leave everything else as is, and click Save.
You created your first custom object. Now let’s move on to the next step, where you create an object for a job posting site.