Skip to content

j-schreiber/js-salesforce-apex-utils

Repository files navigation

Welcome to the JS Salesforce Apex Utils.

Documentation

The repository uses ApexDox to create documentation. For best user experience clone the repo, run ApexDox, and open the docs locally.

Test Mock Factory

A library to mock SObject records. Mock system and formula fields as well as parent and child relationships.

More information on my blog here.

--> Source: mock-factory

Trigger Framework

A lightweight and lean trigger framework that implements the "single trigger per object" best practice.

More information on my blog here.

--> Source: trigger-framework.