Skip to main content Únase a nosotros en TDX, en San Francisco, o en Salesforce+ los días 5 y 6 de marzo en la conferencia para desarrolladores sobre la era de agentes de IA. Registrarse ahora.

#Trailhead Challenges2398 debatiendo

Hands-on challenges are the “secret sauce” of Trailhead. Before searching for solutions to superbadge challenges, review the Salesforce Certification Program Agreement and Policies.
Hi guys need help out .I am new to salesforce and stuck in intermediate level -Add business logic unit. after verifying its like this"Process builder failed to update the 'Status' on a Suggestion record. Please recheck the business process logic."

 

Thanks in advance
14 respuestas
  1. 20 ene 2021, 16:42
    Firstly make sure that you have the correct org selected in the "Verify Step" section of the challenge page?

     

    Check if your process builder is having correct conditions and actions defined.

     

    Action should be as below

     

    Action Type: Update Records

     

    Action Name: Update Status to Implemented

     

    Record Type: Click the magnifying glass to open the modal, then select Select the Suggestion__c record that started your process.

     

    Click Choose.

     

    Leave No criteria—just update the records! selected.

     

    Set the new field value.

     

    Field: Status

     

    Type: Picklist

     

    Incase please be very sure about the naming convention given by Trailhead.

     

    if you are facing any issues you can provide the Screenshots so that I can help.

     

    Kindly Select this as the best answer in case your problem is resolved.

     

    Cheers :)

     

     
0/9000

I entered the formula listed in the module, but I'm receiving the below error when I attempt to verify the step. I cannot move beyond this module as a result.

 

The 'Number of Days Open' formula field did not return the correct number of days. Please recheck the formula.

 

The formula I entered is IF(ISBLANK(Implemented_Date__c), TODAY() - DATEVALUE(CreatedDate), DATEVALUE(Implemented_Date__c) - DATEVALUE(CreatedDate))

3 respuestas
  1. 14 sept 2022, 4:19

    Thanks Keiji Otsubo (Fukada Electric Co.,Ltd.)

     

    I actually had to add a +1.  Below is the formula I entered.  It passed the syntax and I'm finally moving onto the next module.

     

    IF(ISBLANK(Implemented_Date__c), TODAY() - DATEVALUE(CreatedDate) + 1, DATEVALUE(Implemented_Date__c) - DATEVALUE(CreatedDate) + 1)

0/9000

Add Business Logic to a Travel Approval App, Create a Flow

In the flow I am unable to insert the value TX in the Decision.

 

Thank you

 

#Trailhead Challenges

4 respuestas
0/9000
Working on this trailhead challenge:

 

Create a validation rule to check that a contact is in the zip code of its account.

 

To complete this challenge, add a validation rule which will block the saving of a new or updated contact if the contact is related to an account and has a mailing postal code (which has the API Name MailingPostalCode) different from the account's shipping postal code (which has the API Name ShippingPostalCode).

 

Name the validation rule Contact must be in Account ZIP Code

 

A contact with a MailingPostalCode that has an account and does not match the associated Account ShippingPostalCode should return with a validation error and not be saved

 

The validation rule should ONLY apply to contact records with an associated account. Contact records with no associated parent account can be added with any MailingPostalCode value. (Hint: you can use the ISBLANK function for this check)

 

I've created this rule:

 

 AND(

 

  NOT( ISBLANK( Account_Number__c) ),

 

 MailingPostalCode <>  Account.ShippingPostalCode )

 

I've checked both a contact associated with an account and one without; the error throws on the associated account and the unassociated contact allows me to add the zip code. However, the challenge check indicates "the validation rule failed to enforce the business logic".

 

Clearly, I'm missing something but I'm not seeing it. Thoughts?
0/9000

I am over this, I have been dealing with this "error" for over an hour... I followed the directions and keep getting the error message 

"Step not yet complete in My Trailhead Playground 1

We can’t find the ‘Fully Operational Space Station’ flow. Make sure you saved the flow with ‘Fully_Operational_Space_Station’ as the API name."

 

Can anyone help me figure out why this is happening?

Need help with Add Business Logic Challenge

 

Image 12-4-24 at 2.50 PM.jpeg

 

#Trailhead Challenges  #Trailhead

0/9000

Hi Everyone,

 

I've been trying to sort this out on my own and can't figure it out! For context, I was completing this challenge and when I went to see my flow in Action, nothing came up. I received this error:

 

"Review the errors on this page. We can't save this record because the “Fully Operational Space Station” process failed. Give your Salesforce admin these details. Verify the combination of your "Target Name Or ID" and "Target Type" fields to make sure you provide a valid user, Chatter group, or record to post to. Error ID: 1227810164-252459 (-1984209710)ovide a valid user, Chatter group, or record to post to. Error ID: 1227810164-252459 (-1984209710) "

 

I went to redo the flow and when I tried to save it I got this error: 

 

 Fully_Operational_Space_Station-1 already exists. 

 

I then accidentally deleted ALL the flows in my current playground. Thinking I could just start from scratch since I deleted everything I went back and re-did the flow and got the same error message about it already existing.

 

I corrected all the errors and realize where I went wrong in the challenge initially, but now cannot complete properly. Should I just create a new playground? And what will the deletion of all the flows do to the current playground I have been completing the majority of my challenges in? Will it now cause me to not be able to complete challenges within that particular playground?

4 respuestas
0/9000

Trying to finish this challenge- However, I keep running into this issue.? Any Advice?

Admin Intermediate> Build a Space Station App> Add Business Logic

 

Screenshot 2024-10-23 133637.pngI have refreshed the page, relaunched my playground, deleted and restarted and still get stuck at this part

 

#Trailhead Challenges

0/9000