accepted_controls_by_operation: Return the Accepted Control Arguments by Operation

View source: R/utils-control.R

accepted_controls_by_operationR 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

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.

Note

This function is meant to be used internally. Only use when debugging.


salesforcer documentation built on March 18, 2022, 6:26 p.m.