Skip to main content

Data manipulation utility class

David Martin avatar
Written by David Martin
Updated this week

Rationale

Some teams may found it useful to create some central utility to proxy data access. This check can be used to detect instances where such utilities are not being used.

Scope

  • Apex Classes

Configurations

  • List of methods for every operation (insert, upsert, update, delete, undelete) where the usage of DML methods is allowed

Exclusions

  • This rule will not fire on test classes

Did this answer your question?