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
Lee MorganLee Morgan 

how to enable organization object in salesforce

Hi,
i am trying to create record for organization object but It is not available in my salesforce developer account, 
Can anybody help me to add organization object in salesforce developer account as like contact,case,account,etc.,

Thanks..,
SHAHNA MULLASHAHNA MULLA

Hi Lee,

You can query this object to obtain information about an organization's settings.
Only one organization object exists per organization. And Customer Portal users can't access this object.
Hence you can not create record for organization object like contact,case,account,etc.,

You can view it's records and fields through following steps : 
  • Setup -- Developer Console -- File -- Open -- Object -- Organization
  • Setup -- Company Profile -- Company information
Supported Calls for Organization object are,
  • describeSObjects()
  • getDeleted()
  • getUpdated()
  • query()
  • retrieve()
  • update()