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
Jerome ScolaJerome Scola 

A problem about the sobject

HI,All
There is a label named Products in my control pannel. the related object is Product.

I can't find Product in the standard objects, and also can't find it in the custom Objects .  but after I added a custom field for it, I can see the recent items show it's object is Product.

when I query info via the console, whatever Product , Product__c. it told me the object doesn't exist.   
what's the problem?

This is my labels:
my labels

after added a custom field for the product object
User-added image
Product is not my custom object,this is my custom objects pannel,can't find Product
User-added image
when i query :User-added image
User-added image
Best Answer chosen by Jerome Scola
Virendra ChouhanVirendra Chouhan
Hi

the API name of Product object is Product2.

All Answers

Jerome ScolaJerome Scola
the Product Fields:
User-added image
Virendra ChouhanVirendra Chouhan
Hi

the API name of Product object is Product2.
This was selected as the best answer
Virendra ChouhanVirendra Chouhan
This is very common problem don't worry

check this link its have all information about Product standard object.
https://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_product2.htm#topic-title
Jerome ScolaJerome Scola
Thanks,it's helpful.
Virendra ChouhanVirendra Chouhan
Welcome!

If this is the correct answer of your question then please mark it as a Answer. So it'll be helpfull for others if anyone have the same problem

Thanks!