salesforcer (version 1.0.1)

guess_object_name_from_soql: 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.