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

Trailhead issue: The 'Day_of_the_Week__c' field does not exist on the Contact object.
I am having issues validating the answer. I used the formula from the help area, and the trail says that the answer is incorrect. See my answer below. Anus assitance is appreciated.
CASE(
MOD( date - DATE( 1900, 1, 8 ), 7 ),
0, "Monday",
1, "Tuesday",
2, "Wednesday",
3, "Thursday",
4, "Friday",
5, "Saturday",
"Sunday"
)
CASE(
MOD( date - DATE( 1900, 1, 8 ), 7 ),
0, "Monday",
1, "Tuesday",
2, "Wednesday",
3, "Thursday",
4, "Friday",
5, "Saturday",
"Sunday"
)
1) https://developer.salesforce.com/forums/?id=906F0000000MIYiIAO
Please check above post for solution and issue detail.
or
https://developer.salesforce.com/forums/?id=906F0000000D9ytIAC Let us know if this will help you
Thanks
AMit Chaudhary