function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Audrey Williams 14Audrey Williams 14 

Error Message - Need help

I am still new to salesforce and I am getting the following error on my education hours object.  I don't know where to start looking for the problem.  Can somebody give me guidance on how to solve this issue.  Here is the error message: 

dlrs_c4g_Education_HoursTrigger: execution of AfterUpdate caused by: System.SObjectException: Invalid field c4g_Class_Hours__c for c4g_Education_Hours__c Class.dlrs.RollupService.handleRollups: line 817, column 1 Class.dlrs.RollupService.triggerHandler: line 311, column 1 Trigger.dlrs_c4g_Education_HoursTrigger: line 7, column 1
Suraj GharatSuraj Gharat
It looks like the field referred in code is not present onto the object.
Sourabh ShrivastavaSourabh Shrivastava
Check the permissions for "c4g_Class_Hours__c"  field.  The field needs to be visible for your profile. 
Audrey Williams 14Audrey Williams 14
I have resolved this issue.  I had to add this field back into the object.  We can go ahead and close this issue