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

App Customization Superbadge Step 2
I'm getting an error,
Challenge Not yet complete... here's what's wrong:
The 'IsShiftVolunteer' field formula on the 'Volunteer Shift Workers' is not resulting in a check box when the logged in user is the volunteer, and unchecked when they are not.
I did check with two users and two volunteer shift worker records, and it works as expected.
I entered the forumla as
Challenge Not yet complete... here's what's wrong:
The 'IsShiftVolunteer' field formula on the 'Volunteer Shift Workers' is not resulting in a check box when the logged in user is the volunteer, and unchecked when they are not.
I did check with two users and two volunteer shift worker records, and it works as expected.
I entered the forumla as
!ISBLANK(Volunteer__r.Id) && $User.Id = Volunteer__r.IdI'm not sure what I'm missing here.
I have used this and passed the challenge:
$User.Id == Volunteer__r.Id
All Answers
I have used this and passed the challenge:
$User.Id == Volunteer__r.Id
The 'IsShiftVolunteer' field formula on the 'Volunteer Shift Workers' is not resulting in a check box when the logged in user is the volunteer, and unchecked when they are not." FUNCTION: it is functioning as expected when I log in as Dan Wong but have myself as volunteer it goes to False; then I go back to record as me with myself as Lookup and it is then checked??????