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 8c4b418 commit d007803Copy full SHA for d007803
sfdx-source/apex-common-samplecode/main/classes/domains/Opportunities.cls
@@ -104,7 +104,7 @@ public class Opportunities extends fflib_SObjectDomain
104
{
105
// Related Accounts
106
List<Id> accountIds = new List<Id>();
107
- for (Opportunity opp : (List<Opportunity>) Records)
+ for (Opportunity opp : (List<Opportunity>) getRecords())
108
109
if (opp.AccountId != null)
110
0 commit comments