Skip to content

Forceea/Forceea-data-factory

Repository files navigation

The Forceea project is looking for Salesforce developers who want to contribute!

Forceea Logo

To get started, download Forceea Success Guide

It has everything you need to understand and apply Forceea for an Enterprise Data Factory project.

Read Forceea articles

Forceea 2.9.0 Winter 24

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.

How can you deploy it?

Forceea can be deployed to any org using an unlocked package.

The recommended deployment method is Salesforce CLI:

sf package install -w 10 -p 04t4I0000004EJHQA2 -r -o <UsernameOrOrgAlias>

You may deploy Forceea using this link for Production/Developer orgs:

Deploy to Salesforce

or this link for Sandboxes:

Deploy to Salesforce

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.