Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Implemented
-
None
-
None
Description
As today it is not possible to run a query like SELECT * from but one is forced to list all the field he want.
It would be nice to auto generate a statement using SObject meta data so one can write:
from("salesforce:stream?SObjectName=Case&SObjectQueryFromName=true")
to get all the fields the SObjectName supports.
dhirajsb what do you think ?