sf_report_folder_shares_add {salesforcer} | R Documentation |
Add shares to a report folder
Description
Creates new shares and appends them to the existing share list for the folder.
Usage
sf_report_folder_shares_add(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]