Which statements are true about standard fields?
Click on the arrows to vote for the correct answer
A. B. C. D.C.
The correct statements about standard fields are:
A. Std fields are created by Admin C. You can change the std field labels
Explanation:
A. Std fields are created by Admin: Standard fields are pre-built fields provided by Salesforce that are available in every object by default. These fields cannot be deleted, and they are created by Salesforce, not by the administrator. Examples of standard fields include Name, Created By, and Last Modified Date.
B. You can delete std fields: This statement is incorrect. Standard fields cannot be deleted from an object because they are integral to the functioning of the system.
C. You can change the std field labels: This statement is correct. Although you cannot delete standard fields, you can customize them. This includes changing the field labels and adding help text. However, be aware that changing a standard field label may impact other areas of the system that reference that field.
D. You can remove required std fields from a page layout: This statement is incorrect. Required standard fields cannot be removed from a page layout. These fields are marked as required for a reason, and removing them would prevent users from completing required data entry tasks. However, you can make non-required standard fields invisible on a page layout by removing them from the layout.