Skip to content

Forceea/Forceea-data-factory

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
dx
March 27, 2023 17:56
July 16, 2021 20:10
May 8, 2017 15:49
May 29, 2023 18:59

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.