以前做的都是Transaction的数据,用Salesforce的Public API或者Cast Iron的Salesforce Adapter都能实现,最...
compactLayoutablebooleanIndicates that the object can be used indescribeCompactLayouts(). createablebooleanIndicates whether the object can be created via thecreate()call (true) or not (false). custombooleanIndicates whether the object is a custom object (true) or not (fals...
(api version 33.0) winter '15 (api version 32.0) spring '14 (api version 30.0) introducing lightning platform rest api quick start examples reference versions resources by version limits describe global sobject basic information sobject describe sobject get deleted sobject get updated sobject ...
1. map<String, Schema.SObjectType> gd = Schema.getGlobalDescribe(); map的key是 object api name 比如“Account” 可以: gd.containsKey(“Account”) 去判断一个object里有没有那个field 2. map<String, Schema.SObjectType> gd = Schema.getGlobalDescribe(); Schema.SObjectType sot = gd.get(objA...
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_fielddefinition.htm 想获取metadata相关的信息,我们第一件事想起来的可能就是 Schema Namespace,通过Schema命名空间的 DescribeSObjectResult 以及 DescribeFieldResult可以搞定很多事情。然而不是所有的metadata信息或者...
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_fielddefinition.htm 想获取metadata相关的信息,我们第一件事想起来的可能就是 Schema Namespace,通过Schema命名空间的 DescribeSObjectResult 以及 DescribeFieldResult可以搞定很多事情。然而不是所有的metadata信息或者...
//获取对象的API名称 System.debug('对象 API名称 :'+ cid.getSObjectType().getDescribe().getName()); //获取对象的标签名 System.debug('对象 标签名 :'+cid.getSObjectType().getDescribe().getLabel()); //获取其他信息 System.debug('对象 标签名 :'+cid.getSObjectType().getDescribe()); ...
这需要在输入消息中包括 org.apache.camel.component.salesforce.api.dto.composite.SObjectTree 实例,并在输出消息中返回相同的对象树。树中的 org.apache.camel.component.salesforce.api.dto.AbstractSObjectBase 实例会使用标识符值 (Id 属性) 或对应的 org.a...
The describe method returns aDescribeValueTypeResultobject. Just like with the createMetadata API call, multiple metadata components can be dealt with in a single API call for all CRUD operations by passing a list to their respective methods. In the case of readMetadata, if multiple components ...
Type: Array of SalesforceStandardObjectConfiguration objects Array Members: Minimum number of 1 item. Maximum number of 17 items. Required: No See Also For more information about using this API in one of the language-specific AWS SDKs, see the following: AWS SDK for C++ AWS SDK for Java...