Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagehtml/xml
titledescribeSobject
<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
languagehtml/xml
titledescribeSobjects
<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.

...