Salesforce Certified Advanced Administrator — Question 145
An administrator created a new custom object. When trying to upload new records to the custom object using Data Loader, they are unable to see the new custom object in the list of available objects.
What should the administrator do to resolve the issue?
Answer options
- A. Check the Field-Level Security of the new custom object’s Name field.
- B. Ensure Allow Sharing is checked on the custom object.
- C. Assign a permission set to give them access to the new object.
- D. Confirm the object is marked as deployed and not in development.
Correct answer: D
Explanation
The correct answer is D because a custom object must be deployed to be accessible in Data Loader. If it is still in development, it will not appear in the list of available objects. Options A, B, and C may affect visibility or access in other contexts but do not address the deployment status of the object, which is the core issue here.