View source: R/read-metadata.R
sf_describe_object_fields | R Documentation |
This function takes the name of an object in Salesforce and returns a description of the fields on that object by returning a tibble with one row per field.
sf_describe_object_fields(object_name)
object_name |
|
A tbl_df
containing one row per field for the requested object.
The tibble only contains the fields that the user can view, as defined by the user's field-level security settings.
## Not run:
acct_fields <- sf_describe_object_fields('Account')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.