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
alexeipalexeip 

no description for some standard objects in the apex documentation

does anyone know where to find description of the following standard objects, which are not described in the apex documentation: http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_list.htm?
  • ApexClass
  • ApexTrigger
  • Calendar
  • EmailRoutingAddress
  • EventAttendee
  • ExternalString
  • ExternalStringLocalization
  • LocalizedValue
  • LoginHours
  • LoginIpRange
  • Mactive_Contracts__History
  • OutboundField
  • PricebookShare
  • Stanford_GSB_Object__History
  • Translation
  • TranslationUser
  • sf62_tom__Holiday_Calendar__History
  • sf62_tom__Pay_Cycle__History
  • sf62_tom__Payroll_System__History
  • sf62_tom__Requested_Day__History
  • sf62_tom__Time_Off_Info__History
  • sf62_tom__Time_Off_Info__Share
  • sf62_tom__Time_Off_Request__History
  • sf62_tom__Time_Off_Request__Share
i use salesforce.com's partner api, version 10, to retrieve all objects in my organization, and then i filter out the ones with 'custom' and 'queryable' attributes set to false.

thanks.
caroline_sfdccaroline_sfdc
Hi Alexeip,

Good question!

You can find a description of EventAttendee in the API Guide, available at http://www.salesforce.com/us/developer/docs/api/index.htm, and I believe the ones with the sf62_tom prefix are objects for the Time-Off Manager app that's available on AppExchange at http://www.salesforce.com/appexchange/detail_overview.jsp?NavCode__c=&id=a03300000040P6eAAE. Is this app installed in your org? Check out  the associated documentation for information on what they're for.

As for the rest of those objects, you're right -- they're not listed in any of our documentation. Some of them may be related to apps that you've installed from the AppExchange, but our API team is looking into your question to figure that out for sure -- they'll follow up shortly.

Thanks!

Caroline Roth
Sr. Technical Writer, salesforce.com