View source: R/utils-control.R
accepted_controls_by_operation | R Documentation |
Return the Accepted Control Arguments by Operation
accepted_controls_by_operation( operation = c("create", "insert", "update", "upsert", "delete", "undelete", "hardDelete", "query", "queryall", "retrieve", "convertLead", "merge", "describeSObjects", "resetPassword") )
operation |
|
character
; a vector of strings indicating which control arguments
are accepted by the specified operation.
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.