📄️ SLAM_list_jobs
Lists all of the bulk query and load jobs (most recent first)
📄️ SLAM_download_job
In case of client disconnection, Speediful can re-download bulk jobs that it submitted. This process will not work with jobs submitted by other applications or clients. This can be considered a kind of 'rescue' operation if something goes awry on the client machine.
📄️ SLAM_mapping_template
Creates a mapping template ready for copy and paste use in data mapping work. The template is based on the latest field metadata for the object. The list of fields returned represents all fields on the objects, but some attributes may be subject to Salesforce permissions.
📄️ SLAM_table_template
Creates a SQL table with appropriate data types for the provided Salesforce object and operation type.
📄️ SLAM_merge
Merges Salesforce records using the SOAP API merge operation. The victim records are deleted and their data is merged into the winner record.
📄️ SLAM_record_counts
Retrieves record counts for all Salesforce objects and stores them in the provided table name. These counts may not be real-time accurate as they are processed and cached by Salesforce on a schedule.