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 |
|
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.2 Index]