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

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.


[Package salesforcer version 1.0.2 Index]