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
SPotlaSPotla 

Object ID Prefix =0BE, which object it refers to ??

I've the below record id, that has prefix 0BE. but when i enter this id in samlesforce url getting below error.
could you pls tell which object this id is actually referring to.. thanks in adv.

ERROR:
Insufficient Privileges
You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. For more information, see Insufficient Privileges Errors. 
 
Cloud_forceCloud_force
you can use Schema.getGlobalDescribe(); and then use getKeyPrefix() method to find out the prefix and object name by using method getName().
here is a knowledge article for this.
https://help.salesforce.com/articleView?id=How-to-find-Object-Type-from-Record-ID-Prefix&language=en_US&type=1
Gokula KrishnanGokula Krishnan
Hi SPotla,

I suspect you don't access for certain objects in your org. 

Try to give access to all Object in your profile and try again in URL.

Thanks...

If it helps you, please mark is as best answer, so it will be helpful for other developers.