
The powerful data factory
for Salesforce
-
Inserts, updates and deletes records for standard or custom SObjects, synchronously (for test methods) or asynchronously (for populating your org with millions of records).
-
Inserts, updates and deletes records for standard or custom Big Objects, synchronously or asynchronously.
-
Supports all field data types of any standard or custom field.
-
Supports Dadela data generation language for field definitions.
-
Can automatically define the required fields.
-
Handles Record Types and field dependencies (dependent picklists).
-
Supports record groups for inserting and deleting records.
-
Provides Templates for constructing a DataFactory class that can be used for flexible data generation.
-
Uses DML Optimizer to reduce the number of insert statements with Templates.
-
Supports variables and functions.
-
Validates the definitions based on the field data type.
-
Has an extended error messaging system.