This function takes an old and new name for a metadata element in Salesforce and applies the new name
Arguments
- metadata_type
character
; string on what type of metadata to create.- old_fullname
character
; string corresponding to the fullName of the element you would like to rename- new_fullname
character
; string corresponding to the new fullName you would like to apply the targeted element- verbose
logical
; an indicator of whether to print additional detail for each API call, which is useful for debugging. More specifically, when set toTRUE
the URL, header, and body will be printed for each request, along with additional diagnostic information where available.