How to set schema for generating the simple query
This section demonstrates how to set the module name and schema columns for generating the simple query.
The following two simple query examples will be used for demonstration purpose in the following steps.
-
SELECT Id, Name, BillingCity FROM Account, a simple query with standard object and fields, and
-
SELECT Name__c, LastName__c FROM Mother__c, a simple query with custom object and fields.