You need to sign in to do that
Don't have an account?

App Customization Super badge Challenge 2
I am working on the Step 2 of this Super badge. I am getting this following error message
Challenge Not yet complete... here's what's wrong:
The 'Volunteer Organization' field's filter is not configured correctly.
Here are the requirementsVolunteer OrganizationVolunteer Job, Volunteer Shift, and Volunteer Shift Worker display the associated Organization
Volunteer Organization : Volunteer Job, Volunteer Shift, and Volunteer Shift Worker display the associated Organization name.
Here are my formulas:
Volunteer JobFormula: Volunteer_Activity__r.Volunteer_Organization__r.Name
Volunteer ShiftFormula: Volunteer_Job__r.Volunteer_Organization__c
Volunteer Shift WorkerFormula: Volunteer_Shift__r.Volunteer_Organization__c
Challenge Not yet complete... here's what's wrong:
The 'Volunteer Organization' field's filter is not configured correctly.
Here are the requirementsVolunteer OrganizationVolunteer Job, Volunteer Shift, and Volunteer Shift Worker display the associated Organization
Volunteer Organization : Volunteer Job, Volunteer Shift, and Volunteer Shift Worker display the associated Organization name.
Here are my formulas:
Volunteer JobFormula: Volunteer_Activity__r.Volunteer_Organization__r.Name
Volunteer ShiftFormula: Volunteer_Job__r.Volunteer_Organization__c
Volunteer Shift WorkerFormula: Volunteer_Shift__r.Volunteer_Organization__c
Create a custom field on Volunteer Activity Object:
Name: Volunteer Organization
Volunteer_Organization__c (Master Detail with Account object)
Filter criteria : Volunteer Organization: Volunteer Organization StatusEQUALSAccepting Activities) AND (Volunteer Organization: Account Record TypeEQUALSVolunteer Organization Account)
Filter Type Required.
Change field formula on Volunteer Shift object as:
Volunteer_Activity__r.Volunteer_Organization__r.Name
Change field formula on Volunteer Shift worker object as:
Volunteer_Shift__r.Volunteer_Job__r.Volunteer_Activity__r.Volunteer_Organization__r.Name
Let me know if it helps,
Thanks!
Let's start fresh.
Delete all the fields Named 'Volunteer Organization'. Start from the
Volunteer Shift Worker Object.
First delete the 'Volunteer Organization' field from the Volunteer Shift Worker object.
Then delete the 'Volunteer Organization' field from the Volunteer Shift object.
Then delete the 'Volunteer Organization' field from the Volunteer Job object.
Then delete the 'Volunteer Organization' field from the Volunteer Activity object.
Now moving forward, let's start creating the fields.
Step 1:
Create a custom field on Volunteer Activity Object:
Name: Volunteer Organization (Master Detail with Account object)
Filter criteria : Volunteer Organization: Volunteer Organization StatusEQUALSAccepting Activities) AND (Volunteer Organization: Account Record Type EQUALS Volunteer Organization Account)
Filter Type: Required.
Step 2:
Before you create the formula field: Make sure you have a custom lookup field named Volunteer Activity on this object.
Create a custom field on Volunteer JOb Object:
Name: Volunteer Organization (Formula field)
Return type: Text
Formula: Volunteer_Activity__r.Volunteer_Organization__r.Name
Step 3:
Before you create the formula field: Make sure you have a custom Master Detail field field named Volunteer Job on this object.
Create a custom field on Volunteer Shift Object:
Name: Volunteer Organization (Formula field)
Return type: Text
Formula: Volunteer_Job__r.Volunteer_Activity__r.Volunteer_Organization__r.Name
Step :
Before you create the formula field: Make sure you have a custom Master Detail field field named Volunteer Job on this object.
Create a custom field on Volunteer Shift Worker Object:
Before you create the formula field: Make sure you have a custom lookup field field named Volunteer Shift on this object.
Name: Volunteer Organization (Formula field)
Return type: Text
Formula: Volunteer_Shift__r.Volunteer_Job__r.Volunteer_Activity__r.Volunteer_Organization__r.Name
Let me know if it helps.
Thanks
The 'Volunteer Organization' field's filter is not configured correctly.
My filter criteria is (Volunteer Activity: Volunteer Organization StatusEQUALSAccepting Activities) AND (Volunteer Organization: Account Record TypeEQUALSVolunteer Organization Account)
Please change the filter criteria as :
Filter criteria : Volunteer Organization: Volunteer Organization StatusEQUALSAccepting Activities) AND (Volunteer Organization: Account Record Type EQUALS Volunteer Organization Account)
And then check
Volunteer Organization: Volunteer Organization StatusEQUALSAccepting Activities) AND (Volunteer Organization: Account Record TypeEQUALSVolunteer Organization Account)
1.
2.
Use the value as shown in as screenshot for recordtype filter and then check the challenge.
Let me know if it helps
In case you are selecting the org and the error still persists then please share the screenshots of the following:
Volunteer Shift Worker object detail page with fields.
Volunteer Shift object detail page with fields.
Volunteer Job object detail page with fields.
Volunteer Activity object detail page with fields.
Also share screenshots of all the Volunteer Organization fields you have created.
Volunteer Activity Object:
Volunteer Shift Worker:
Volunteer Shift:
I will get back to you asap once I verify the field names for all the objects.
https://www.youtube.com/watch?v=Qw_wC7_OYN4&t=19s
Hi I followed the same steps which you described but not able to clear, Can you please help