Let's see if you are on the right track to becoming a certified Salesforce developer. You'll find all the answers to this chapter summary quiz at the end of this book. Try to answer the questions without looking at the answers:
- You are cleaning up your org and have do remove a field that is referenced in Apex. You would like to delete this field using the Schema Builder. Can you do that? And, if so, how?
- Delete it using Schema Builder; this will automatically remove any reference to this field from Apex
- Schema Builder can not be used to delete fields
- Remove any reference to this field first from any Apex code, then delete the field using Schema Builder
- Delete the field using Schema Builder. This will keep all references to it in Apex, but your code will not be functional anymore
- What can not be done using Schema Builder?
- Creation of a custom object
- Creation...