• Elizabeth S
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 5
    Replies
This Challenge is full of bugs and lacks instructions on how to complete it.

In the real world, the flow that passes the challenge would never work properly and would mess up a company's data. 

As reported elsewhere, the flow created can be total garbage, the challenge only checks to see if there is a VisualForce page named "Flow Page". That's it and you pass and get the points.

But the student learned nothing helpful in this instruction.

Here is where I found problems:

1) The flow I wrote creates an account and a contact, but they are not related. Nor where they validated to be new data.
2) It is impossible to use a formula to make the CloseDate equal {!$Flow.CurrentDate} + 30. Create a new Opportunity step cannot be saved with this formula.
3) It is not possible to default the stage to Prospecting in the Create An Opportunity Step. I used a PickList on the User Data Entry Screen that provides all the stages set up for the org, and Prospecting is the default. But there is nothing preventing the user from choosing a different stage and passing that stage to the Create A Record Opportunity step.
4) While the Opportunity Amount is collected at the User screen, it is never used in the challenge.
5) It never creates an Opportunity because it doesn't know what Account to associate with the Opportunity.
6) Worst of all, the whole flow setup is written to require Adobe Flash Player. Innovative for 1995.

Would someone at Salesforce please have an experienced trainer/developer go through this module and fix everything that is wrong with it.

What was supposed to take 20 minutes took me over two hours to finish.

P.S. In a real workflow, there would be a step that checks to see if the Account or the Contact was an existing record and create a new Opportunity in the existing account and leave the contact alone and not create a duplicate.
How to retake trailhead challenge? I did it few months ago and now I would like to review the topic and redo the challenges. It's not allowing me to retake or displaying answers since I already completed it.
Hello - I've completed the challenge for Using Formula Fields in Trailhead and I can see, by creating a new Case, that my formula is working correctly. However, when I click the Check Challenge button, I get the message, "Challenge not yet complete... here's what's wrong: 
The 'Days_Since_Last_Update__c' formula field did not return the correct number of days between an Account’s Last Activity Date and today"

My formula is:  TODAY() -  Last_Activity_Date__c

User-added image

User-added image

User-added image

Can you please help me figure out how to get past this? Thanks.

 
I receive this error when I check my challenge.

User-added image
Challenge not yet complete... here's what's wrong: 
An account with a related opportunity did not calculate the correct potential value.

The task was to Create a rollup summary field that determines the potential value of the opportunities associated with an account.
Add a custom field to the standard account object that provides a rollup summary of the total expected revenue from all related opportunities.The rollup summary field should be labeled 'Potential Value' and have the Field Name of 'Potential_Value'. The resulting API name should be 'Potential_Value__c'.
The rollup summary should calculate the total expected revenue of all the opportunities related to the account.

Here is a snap shot of my work. Any suggestions as to why this is failing?

User-added image

Thanks,
Darren