List All Objects of a Certain Metadata Type in Salesforce
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.
## 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.