Skip to content

Instantly share code, notes, and snippets.

View hcerpandam's full-sized avatar
🏠
Working from home

Hector Cervera Panella hcerpandam

🏠
Working from home
  • Accenture Spain
  • Sevilla, España
View GitHub Profile
@cnaccio
cnaccio / 1. pattern_SecureDML.cls
Last active April 18, 2021 18:33
Salesforce Apex CRUD/Field Level Security Implementation for DML Operations (needed to pass security review) [Note that this code leverages the fflib commons library and concepts from the DMLManager library]
/**
* @author Charles Naccio
* @date 5/31/2019
*
* @group Security
* @group-content ../../ApexDocContent/Security.htm
*
* @description A unit of work DML interface for executing secure database write operations
* based on user level permissions.
*/