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
Jayson KjenstadJayson Kjenstad 

App Customization Specialist Challenge 2 - Total Vol Hours for Shift field not working

I am working on the App Customization Specialist Superbadge - Challenge 2.  I have used the following formula for the Total Vol Hours for Shift field -  "Shift_Hours__c * Shifts_Taken__c"

I am getting an error that says "The 'Total Vol Hours for Shift' field on the 'Volunteer Shift' record is not working as expected". Any help on what to look for would be appreciated. Thanks!
Ajay K DubediAjay K Dubedi
Hi Jayson,
I hope you have done this:
1. Field to aggregate is Total_Vol_Hours_for_Shift__c
2.And the formula of Total_Vol_Hours_for_Shift__c is Shift_Hours__c * Shifts_Taken__c.
3.Using a formula field for "IsShiftVolunteer".
Please check the below link:
https://developer.salesforce.com/forums/?id=9060G0000005XMzQAM

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi
Jayson KjenstadJayson Kjenstad
I believe I have everything just as you have described and I am still getting this error.

User-added image

User-added image