• Armando Prieto Triano
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
There seems to be an import data missing which is required to complete this superbadge.  Fifth bullet under Prework and Notes says, After installing the unmanaged package, navigate to the Data Import tab on the SolarBots app and select Import.  There isn't any link for importing any file?  I was in midst of doing superbadge for reports and dashboard for classic but it expired yesterday.  So I started with this lightning one now, but stuck.
Hi All,

Working through Combine the Power of Process Builder and Cloud Flow Designer (https://trailhead.salesforce.com/modules/business_process_automation/units/business_process_automation_combined) and have an issue with REQUIRED_FIELD_MISSING: Required fields are missing: [Name].

Have Process Builder set up as:
Process Builder

Process Builder: Closed Won

Flow Designer is set up as:
Flow Designer: Renew Opportunity

Update Opportunity Fields

Receive errors as: Error Occurred During Flow "Renew_Opportunity": This error occurred when the flow tried to create records
Error Occurred: This error occurred when the flow tried to create records: REQUIRED_FIELD_MISSING: Required fields are missing: [Name]. For details, see API Exceptions.
All Opportunities have an Opportunity Name (as seen in Opportunity details). 
 
Can resolve issue by assigning constant "AssignNameTest" to {!http://opportunity.Name } in Flow designer.
 
In further attempts at resolution, created a validation on Opportunity Name to make sure it had an assigned name (even though an Opportunity Name was always visible in the details, as noted above) and removed assigned constant “AssignNameTest” to {!http://opportunity.Name } in Flow designer. 
 
With Opportunity name validation, received the error: 

FAST CREATE: Clone_Opportunity
Create Opportunity records using the values that are stored in {!opportunity}.
Variable Values
[StageName=Prospecting,CloseDate=8/5/2018 7:00 PM]
Result
Failed to create records.

Error Occurred: This error occurred when the flow tried to create records: FIELD_CUSTOM_VALIDATION_EXCEPTION: Enter an opportunity name.. For details, see API Exceptions.

Any advice on a direction to look in is appreciated!
I'm trying to get the step -2 and while running the supplied Apex Test, 
Getting below error 

ClassBeAwesome
Method NamehugYourMother
Pass/FailFail
Error MessageSystem.QueryException: List has no rows for assignment to SObject
Stack TraceClass.sb_security.BeAwesome.createUser: line 89, column 1
Class.sb_security.BeAwesome.setup: line 81, column 1


I have created the records owned by Samantha as mentioned and also created sharing rule for Project managers.
Can someone please help ?