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
Jose ZunigaJose Zuniga 

Object that doesn't show up on list of objects

I have this object called DateTimeSetter:

Label    DateTimeSetter    
Object Name    DateTimeSetter
API Name    DateTimeSetter__c    
Setting Type    Hierarchy
Visibility    Public
Description    
Namespace Prefix        C
reated Date    2/29/2016 1:05 PM
Last Modified Date    2/29/2016 1:05 PM

From any other profile different to system admin I can not save data that uses this object. From the profiles I have, I can't find this object. Te setting Type option is Grey out showing only the "Hierarchy" option making impossible to change this setting (as far as I know). How can I do to enable access to this object from any profile different to admin?
SalesFORCE_enFORCErSalesFORCE_enFORCEr
This is not a custom object but a custom setting of type Hierarchy. This may be used in some code or validation rule. Are you getting any error while saving the data?