function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Helen He 7Helen He 7 

Cannot find custom object in object manager

I am reading the current code wriiten by our contractors, I notiched that there is a custom object which I am able to see from workbench and developer console, but cannot find it on setup->object mamanger, any idea? Thanks!


User-added image
GovindarajGovindaraj
Hi Helen,

The list in Workbench and Dev console contains both Custom Objects and Custom Settings. If it's not showing up on the Custom Objects screen in UI then it is likely to be a Custom Setting.
Custom Settings can be found in the UI under Setup > Custom Code > Custom Settings.

Thanks,
Govindaraj.S
Helen He 7Helen He 7
I checked the custom setting, there is setting for that object, the visibility is public but it's grayed out, what kind of permission needed for that setting (I am a system admin), also what should it to be to make it be visible on the setup --> object manager?

User-added image
 
MatLavMatLav
It can also be because your object has a different "lable" than API Name. Use the workendbench to determine your object "Label" property and try to search for that in the Object Manager.