...
Code Block | ||||
---|---|---|---|---|
| ||||
<salesforce.describeSobjectdescribeSObject configKey="MySFConfig"> <sobject>Account</sobject> </salesforce.describeSobject>describeSObject> |
Properties
sobject
: The object type of where you want to retrieve the metadata.
...
Code Block | ||||
---|---|---|---|---|
| ||||
<salesforce.describeSobjects configKey="MySFConfig"> <sobjects xmlns:sfdc="sfdc">{//sfdc:sObjects}</sobjects> </salesforce.describeSobjects> |
Properties
sobjects
: An XML representation of the object types of where you want to retrieve the metadata.
...