guess_object_name_from_soql: Try to Guess the Object if User Does Not Specify for Bulk...

View source: R/utils.R

guess_object_name_from_soqlR Documentation

Try to Guess the Object if User Does Not Specify for Bulk Queries

Description

Try to Guess the Object if User Does Not Specify for Bulk Queries

Usage

guess_object_name_from_soql(soql)

Arguments

soql

character; a string defining a SOQL query (e.g. "SELECT Id, Name FROM Account").

Value

character; a string parsed from the input that represents the object name that the query appears to target.

Note

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


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