sf_report_folder_shares_update {salesforcer} | R Documentation |
Update the shares for a report folder
Description
Creates new shares to replace the existing shares in the share list for the folder.
Usage
sf_report_folder_shares_update(report_folder_id, body)
Arguments
report_folder_id |
character ; the Salesforce Id assigned to a created
analytics folder (it will start with "00l").
|
body |
list ; a list of data to be formatted as JSON before being
sent to an API endpoint. This is NOT validated and is only experimental in
allowing users to utilize the API functionality before wrapper functions
have been written in R to format and validate the request in a more
user-friendly format.
|
Value
list
[Package
salesforcer version 1.0.1
Index]