Soru

Zorluk: KolayCustom Fields and Data Types

A Salesforce administrator at a software company needs to create two custom fields on the Account object to track client subscription details. The business requirements state:
1. A field to store whether an account currently has an active subscription (a simple true/false indicator).
2. A field allowing sales reps to choose one or more applicable feature add-ons from a predefined list.

Which two custom field data types should the administrator configure to meet these requirements? (Select 2)

  1. CheckboxCevap
  2. Picklist (Multi-Select)Cevap
  3. C
    Lookup Relationship
  4. D
    Auto-Number
  5. E
    Radio Buttons

Cevap

The administrator should select Checkbox for the active subscription indicator and Picklist (Multi-Select) for selecting multiple predefined feature add-ons.
The Checkbox data type provides a straightforward boolean (true/false) field, ideal for indicating active status. The Picklist (Multi-Select) data type allows users to select multiple values simultaneously from a set list of predefined values, satisfying the requirement to select multiple feature add-ons.

Adım Adım Çözüm

1
Analyze requirement 1: Storing a simple true/false indicator for active subscription.
Determine that a Checkbox field best captures binary boolean data (Yes/No or True/False).
Checkbox is the native Salesforce custom field data type designed specifically for boolean true/false values.
2
Analyze requirement 2: Selecting multiple choices from a predefined set of feature add-ons.
Determine that a Picklist (Multi-Select) field allows selecting one or more values from a set list.
Standard single-select picklists allow only one choice, whereas Picklist (Multi-Select) enables selecting multiple predefined options.

Anahtar Kavram

Selecting appropriate Salesforce custom field data types based on specific business data input requirements.
Bu soruyu puanla