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
Martin Calver (WB)Martin Calver (WB) 

Trailhead: App Customization Specialist

Hey All,

hoping someone can help... ive checked everything 3-4 times and even tried in a diff org. Can someone see if they can explian what im doing wrong ?

User-added image

 
Shohrat MuhamovShohrat Muhamov
There is an error with this challenge. I am having same problem.
Shohrat MuhamovShohrat Muhamov
Challenge is stating that checkbox should be checked automatically when user looking at a record is also the Volunteer. So with regular checkbox i think it is not possible, this challenge is checking your knowldge of formulas. Use Formula field with checkbox type rather than checkbox. It did work for me. I used formula below:

$User.Id == Volunteer__r.Id
Martin Calver (WB)Martin Calver (WB)
hi @shohrat i already have this field setup on the Volunteer Shift Worker Object IsShiftVolunteer__c. Are you saying i need this on the volunteer job object also ?
Shohrat MuhamovShohrat Muhamov
For IsShiftVolunteer__c. field on Volunteer Shift Worker Object the challenge is asking you to create checkbox field. You you should create formula field with return type as checkbox, and use formula above for that field. Please refer to the pictures below.


User-added image
User-added image
Shohrat MuhamovShohrat Muhamov
Have you created Master -Detail relationships between the objects ?