Description Usage Arguments Value Author(s) Examples
View source: R/rforcecom.getObjectDescription.R
Retrieve object descriptions
1 | rforcecom.getObjectDescription(session, objectName)
|
session |
Session data. It can be retrieve from |
objectName |
An object name. (ex: "Account", "Contact", "CustomObject__c") |
Object descriptions
Takekatsu Hiramura <thira@plavox.info>
1 2 3 4 5 6 | ## Not run:
# Retrieve object descriptions
objectName <- "Account"
rforcecom.getObjectDescription(session, objectName)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.