• Joseph Kubon (he/him/his)
  • NEWBIE
  • 50 Points
  • Member since 2014
  • Salesforce Solution Architect
  • Capgemini


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 4
    Replies
Hello, is there a way to refresh our current developer ORG back to a clean, new-like copy of a sandbox?  Thanks!, Joseph
I am doing a trailhead advance admin exercise on getting the day of the week.
However, the system does not believe it is the correct formula.
Can someone please help?

Here's what I have:

CASE( MOD(TODAY() - DATE(1900, 1, 7), 7),
1, "Monday",
2, "Tuesday",
3,"Wednesday",
4, "Thursday",
5, "Friday",
6, "Saturday",
0, "Sunday",
"")

However, the system gave me the following error:
"Challenge Not yet complete... here's what's wrong: 
The 'Day_of_the_Week__c' is not reporting the correct day of the week (Monday, Tuesday, etc.)"

I am trying to use my regular production account to login to Trailhead.

I receive the following message:
Error
There was a problem with your authentication attempt. Please try again. If you continue to encounter problems, contact your administrator.
Trailhead Error with Production Login

I am the Administrator.

I created a case with Premiere Support.
CASE 12258260 - https://help.salesforce.com/apex/HTViewCase?id=5003000000a6RNUAA2&filterid=1 (https://help.salesforce.com/apex/HTViewCase?id=5003000000a6RNUAA2&filterid=1)

I know that I ought to be able to login with my PROD account and then link it to my personal DEV space (this login name).

Please advise. 

Thanks!

 

Is it possible to do bulk record update in my Child Record using Process Builder and Flows Combination ?

My Scenario is - Whenever the Account Owner Changes (in Bulk), the related Contact Owners should be changed. 

Can someone help me how to achieve this using Process Builder and Flows Combination ?