A trigger framework for Salesforce offering a simple way to write Apex triggers, as well as a uni-directional record synchronisation tool.
Stars
37
Forks
9
Watchers
37
Open Issues
0
Overall repository health assessment
^1.1.2^2.0.1^3.2.3^2.0.0^1.0.0^1.1.0^8.11.0^2.25.4^26.1.2^7.0.4^12.3.7^2.6.0^1.10.015
commits
Added Asynchronous mode to perform synchronisation in a separate transaction.
abb09a4View on GitHubRefactored code to allow execution from outside of a trigger context. Use new method synchronise(List<SObject>) to execute.
f8f924bView on GitHubFixed issue with parent-level relationships causing infinite update loop.
4b82fd2View on GitHubAdded support for mapping a field to an instance of a callable class, rather than just a class type.
adfc145View on GitHubAdded option to control triggers by username, profile, role, or permission sets.
f071fe8View on GitHub