Mixed Dml And Setup Objects

Use when encountering or preventing MIXED_DML_OPERATION errors caused by DML on setup objects (User, UserRole, PermissionSet, Group, GroupMember) in the same transaction as non-setup objects. Triggers: 'MIXED_DML_OPERATION', 'setup object DML error', 'cannot insert User and Account together', 'System.runAs mixed DML', '@future setup object workaround'. NOT for general async Apex patterns — use apex/async-apex. NOT for test data factory structure — use apex/test-data-factory-patterns.

PranavNagrecha bf957d4 7 files · 39.4 KB Updated 15 repo stars

File contents

PranavNagrecha/AwesomeSalesforceSkills/tree/main/skills/apex/mixed-dml-and-setup-objects commit bf957d42a3

Frequently asked questions

npx skillmds add pranavnagrecha/mixed-dml-and-setup-objects