suman
suman

Reputation: 143

How to edit standard field in Salesforce

How do I edit a standard field in salesforce? I am using Developer edition.

Upvotes: 0

Views: 12627

Answers (2)

Himanshu
Himanshu

Reputation: 363

generally you can't do much editing on salesforce fields except their help text.

Upvotes: 1

Matt K
Matt K

Reputation: 7337

After login,

  1. Click your user-name in the top right
  2. Click setup
  3. Under App Setup on the left side-bar, expand customize (Note: for custom objects, expand create instead and click Objects to view a list)
  4. Expand the standard object you would like to edit the standard field for
  5. Click Fields
  6. If the field can be edited, in the standard field list, there will be an edit button on the left
  7. Click edit

Upvotes: 5

Related Questions