不支持 Salesforce、SOQL、开发者控制台、sObject
Salesforce, SOQL, Developer Console, sObject is not supported
在 SOQL 的开发者控制台中,我尝试 select 产品,但那是不可能的。
SELECT Id FROM Product
错误:
“不支持 sObject 类型 'Product'。”
image
我找到了这条建议:
“屏幕底部有一个复选框'Use tooling API'。如果已选中,请取消选中它并尝试。”
from here
但是,它没有帮助。有什么想法吗?
实际对象的名称是Product2
。
As of API version 8.0, the Product object is no longer available.
Requests that contain Product are refused, and responses don’t contain
the Product object.
实体关系图如下:https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_erd_products.htm
API v8 将是古老的历史,14 年前 ;) https://gs0.salesforce.com/services/data/
在 SOQL 的开发者控制台中,我尝试 select 产品,但那是不可能的。
SELECT Id FROM Product
错误: “不支持 sObject 类型 'Product'。” image
我找到了这条建议: “屏幕底部有一个复选框'Use tooling API'。如果已选中,请取消选中它并尝试。” from here 但是,它没有帮助。有什么想法吗?
实际对象的名称是Product2
。
As of API version 8.0, the Product object is no longer available. Requests that contain Product are refused, and responses don’t contain the Product object.
实体关系图如下:https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_erd_products.htm
API v8 将是古老的历史,14 年前 ;) https://gs0.salesforce.com/services/data/