View source: R/list-metadata.R
sf_list_metadata | R Documentation |
This function takes a query of metadata types and returns a summary of all objects in salesforce of the requested types
sf_list_metadata(queries, verbose = FALSE)
queries |
a |
verbose |
|
A tbl_dfs
containing the queried metadata types
Only 3 queries can be specified at one time, so the list length must not exceed 3.
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta
## Not run: # pull back a list of all Custom Objects and Email Templates my_queries <- list(list(type='CustomObject'), list(folder='unfiled$public', type='EmailTemplate')) metadata_info <- sf_list_metadata(queries=my_queries) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.