guess_object_name_from_soql {salesforcer}R 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.


[Package salesforcer version 1.0.1 Index]