accepted_controls_by_operation {salesforcer} | R Documentation |
Return the Accepted Control Arguments by Operation
Description
Return the Accepted Control Arguments by Operation
Usage
accepted_controls_by_operation(
operation = c("create", "insert", "update", "upsert", "delete", "undelete",
"hardDelete", "query", "queryall", "retrieve", "convertLead", "merge",
"describeSObjects", "resetPassword")
)
Arguments
operation |
|
Value
character
; a vector of strings indicating which control arguments
are accepted by the specified operation.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]