Search code examples
ruby-on-railsrubyruby-on-rails-3salesforcedatabasedotcom-gem

Salesforce: Possible to use "describeLayout" function from REST API?


I know describeLayout is accessible from the SOAP API, but is it possible to access it from the REST API as well? I'm particularly interested in accessing this function using the databasedotcom Ruby gem.


Solution

  • No, the rest API doesn't currently have an equivalent of the describeLayout call in the SOAP API.