salesforcer (version 1.0.1)

accepted_controls_by_operation: 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

character; a string defining the type of operation being performed (e.g. "insert", "update", "upsert", "delete", "hardDelete", "query", "queryall").

Value

character; a vector of strings indicating which control arguments are accepted by the specified operation.