Skip to content

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

License

Notifications You must be signed in to change notification settings

lawitsag/Forceea-data-factory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.8.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 | Organizer

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 package install -w 10 -b 10 -p 04t4I0000011V6UQAU -r -o <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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Apex 99.4%
  • Other 0.6%