diff --git a/framework/default/ortoo-core/default/classes/services/dml/DmlRecord.cls b/framework/default/ortoo-core/default/classes/services/dml/DmlRecord.cls index d430b40dec7..55fdf0c5902 100644 --- a/framework/default/ortoo-core/default/classes/services/dml/DmlRecord.cls +++ b/framework/default/ortoo-core/default/classes/services/dml/DmlRecord.cls @@ -163,6 +163,11 @@ public virtual inherited sharing class DmlRecord return this.childRecordsByType.get( childRecordType ); } + protected List getChildren( String childRecordType ) + { + return getChildDefiner( childRecordType ).getSobjects(); + } + /** * Sets the DmlDefinerOptions for the given child relationship. *