View source: R/rename-metadata.R
sf_rename_metadata | R Documentation |
This function takes an old and new name for a metadata element in Salesforce and applies the new name
sf_rename_metadata(metadata_type, old_fullname, new_fullname, verbose = FALSE)
metadata_type |
|
old_fullname |
|
new_fullname |
|
verbose |
|
A data.frame
containing the creation result for each submitted metadata component
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta
## Not run:
renamed_custom_object <- sf_rename_metadata(metadata_type = 'CustomObject',
old_fullname = 'Custom_Account32__c',
new_fullname = 'Custom_Account99__c')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.