📄️ SOQL Language Support
Use the query operations to retrieve records from a single object. When an entity name is provided instead of a query, the operation is assumed to be a SELECT * FROM . All operations are logged to SLAMActivityLog
📄️ SLAM_query
This command provides generalized query support with the API provided as a @api query parameter. @batch_size is only relevant to SOAP API and @pkchunksize is only relevant to Bulk v1 API.
📄️ SLAM_query_bulk
This command uses the Salesforce Bulk API to query the object. If no query is provided, all fields and records will be returned. The table is overwritten if it already exists.
📄️ SLAM_query_bulkv2
This command uses the Salesforce Bulk v2 API to query the object. If no query is provided, all fields and records will be returned. The table is overwritten if it already exists.
📄️ SLAM_query_soap
This command uses the Salesforce SOAP API to query the object. The SOAP API is suited to smaller volumes of records (either smaller tables or selective filtering). If no query is provided, all fields and records will be returned. The table is overwritten if it already exists.
📄️ SLAM_query_by_id
SLAMqueryby_id
📄️ SLAM_replicate
SLAM_replicate