Skip to main content
Free Agentforce workshops and AI Certifications: Learn more. Terms and conditions apply.

Work with Standard and Custom Fields

Learning Objectives

In this project, you’ll:

  • Create new custom fields to meet business requirements and facilitate accurate data entry with formulas, picklists, and lookups.
  • Ensure users have access to the right fields with page layouts.
  • Manage multiple business scenarios with record types and business processes.
  • Maintain data quality with history tracking and data validation.
Note

Accessibility

This unit requires some additional instructions for screen reader users. To access a detailed screen reader version of this unit, click the link below:

Open Trailhead screen reader instructions.

Introduction

AW Computing has established a Salesforce environment with users set up, profiles assigned, and access to records and fields configured. But they’re in need of further customization to ensure users have the necessary fields to capture the business information they need. That’s where you, the admin, come in.

To begin with, you have a request from Head of Sales Operations Yuko Ishikawa. Yuko says her Sales Op team uses the Account Rating field for sales prospecting, but they’re concerned that account owners aren’t capturing this information correctly because they don’t understand what the field is for. To help her team use the field properly and capture all the data they need, change the name of the field, provide guidance on how to use it, add an additional value, and restrict who can edit it.

Launch Your Trailhead Playground

You'll be completing this hands-on project in your own personal Salesforce environment, called a Trailhead Playground. Get your Trailhead Playground now by first logging in to Trailhead, and then clicking Launch at the bottom of this page. Your playground opens in a new browser tab or window. Keep the playground window open while you do this project. After you complete the project steps in your playground, come back to this window and click Verify step at the bottom of this page.

Customize Profiles and Objects

Before you get to those tasks, create profiles for members of the sales and support teams.

  1. From the Setup menu (Setup), click Setup.
  2. Enter Profiles in the Quick Find box and select Profiles.
  3. Click Clone next to Standard User.
  4. For Profile Name, enter Sales User.
  5. Click Save.
  6. Click Clone.
  7. For Profile Name, enter Support User.
  8. Click Save.

Now change the label of the Rating field to Prospect Rating.

  1. From Setup, enter Rename Tabs in the Quick Find box and select Rename Tabs and Labels.
  2. In the Action column, click Edit in front of Accounts.
  3. Click Next.
  4. Find Rating in the list of standard fields and change Rating to Prospect Rating in the Singular column.
    Rename Tabs and Labels screen showing the Rating field name changed to Prospect Rating.
  5. Click Save.

Now add help text to the field, add a new value to the Account Rating Picklist, and update field-level security.

  1. From Setup, click Object Manager and select Account.
  2. Select Fields & Relationships.
  3. Click Prospect Rating, then click Edit.
  4. Enter this Help Text: This indicates the likelihood of a sale being made to this account in the next six months. Cold indicates not likely. Warm indicates quite likely. Hot indicates very likely.
  5. Click Save.
  6. In the Account Rating Picklist Values section, click New.
  7. Enter Not Known in the Add Picklist Values box and click Save.
  8. Click Set Field-Level Security.
  9. Select the checkbox in the Read-Only column header.
  10. Deselect the Sales User checkbox in the Read-Only column.
  11. Click Save.

Next, create a checkbox field called Has Support Plan, editable by sales and support users only.

  1. From Setup, click Object Manager and select Account.
  2. Select Fields & Relationships and click New.
  3. Select Checkbox as the Data Type, then click Next and fill in the details:
    • Field Label: Has Support Plan
    • Field Name: Has_Support_Plan
    • Default Value: unchecked
    • Description: Sales users use this field to indicate to Support which customers have support plans.
    • Help Text: Does this customer have a current support plan? Check this box when you sell a support plan to this customer.
  4. Click Next.
  5. Select the checkbox in the Read-Only column header.
  6. Deselect the Sales User and Support User checkboxes in the Read-Only column.
  7. Click Next then Save & New.

Next create a Support Expiration Date date field, editable by sales and support users only.

  1. Select Date as the Data Type, then click Next and fill in the details:
    • Field Label: Support Plan Expiration Date
    • Field Namel: Support_Plan_Expiration_Date
    • Description: Expiration date of current support plan
    • Help Text: When is the current support plan due for renewal?
  2. Click Next.
  3. Select the checkbox in the Read-Only column header.
  4. Deselect the Sales User and Support User checkboxes in the Read-Only column.
  5. Click Next and Save.

Now that you’ve helped Yuko’s Sales Ops team capture the data they need, move on to the next step where you’ll create some picklists for them.

Share your Trailhead feedback over on Salesforce Help.

We'd love to hear about your experience with Trailhead - you can now access the new feedback form anytime from the Salesforce Help site.

Learn More Continue to Share Feedback