We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d9de2 commit 961869fCopy full SHA for 961869f
sfdx-source/apex-common/main/classes/fflib_SObjectUnitOfWork.cls
@@ -701,9 +701,9 @@ public virtual class fflib_SObjectUnitOfWork
701
onPublishBeforeEventsFinished();
702
703
onDMLStarting();
704
- insertDmlByType();
705
- updateDmlByType();
+ insertDmlByType();
706
upsertDmlByType();
+ updateDmlByType();
707
deleteDmlByType();
708
emptyRecycleBinByType();
709
resolveEmailRelationships();
0 commit comments