Hello experts. I am in Apex specialist superbadge and I am getting an error from this query. Can anybody please help me
List<Case> caseList = [SELECT Id, (SELECT Id FROM Equipment_Maintenance_Items__c) FROM Case];
2 Antworten
Here is an article called 'Understanding Relationship Names, Custom Objects, and Custom Fields'