Forceea-data-factory icon indicating copy to clipboard operation
Forceea-data-factory copied to clipboard

The most advanced and powerful native open-source data factory for Salesforce.

Forceea Logo

Forceea 2.7.0

What is Forceea?

Forceea (forsi:a) is the most advanced and sophisticated native open-source data factory framework for Salesforce, powered by Dadela data generation language. The framework allows developers to easily create records for test methods and facilitates administrators or business users to populate any org with records for testing or demonstration purposes.

Forceea Sponsors

Acmantix | Cloud Jedi | NetU | Organizer | Provar Testing | Robin Consulting

How can you deploy it?

You can deploy Forceea with an unlocked package using this link for Production/Developer orgs:

Deploy to Salesforce

or this link for Sandboxes:

Deploy to Salesforce

You may also use the Salesforce CLI command (recommended):

sfdx force:package:install -w 10 -b 10 -p 04t4I000000cyhZQAQ -r -u <UsernameOrOrgAlias>

What can Forceea do?

  • 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, updating 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.

To find more information read the Forceea Success Guide