Salesforce Administrator — Question 485
You cannot delete all the record types for an object if the object is referenced in which of the following:
Answer options
- A. Apex Code script
- B. Page layouts
- C. Profiles
Correct answer: A
Explanation
The correct answer is A because if an object is referenced in Apex Code, it cannot have all its record types deleted as it would break the code. Options B and C, while they may reference the object, do not prevent the deletion of record types in the same way that Apex Code does.