Skip to main content

#Trailhead Challenges1,907 discussing

Hands-on challenges are the “secret sauce” of Trailhead. Before searching for solutions to superbadge challenges, review the Salesforce Certification Program Agreement and Policies. ** NOTE ** : If you were able to get a response that solved your issue, please mark it as the 'Best Answer' to help other Trailblazers. If the issue persists after 48 hours, create a Trailhead Help case at https://help.salesforce.com/s/support for further assistance.
2 answers
  1. Mar 21, 7:19 AM

    Hi @Chandu Annabattina

     

    This error usually occurs when the “Calculate Discount” custom button is not configured correctly with the required Display Type and URL.

    To resolve this issue, please verify the following:

    • The button should be created on the correct object (as per the challenge requirement).
    • Display Type must be set to Detail Page Button.
    • Behavior should be Display in existing window without sidebar or header.
    • The Content Source should be URL.
    • Ensure the URL is correctly configured to launch the Flow. It should follow the proper format, for example: /flow/Your_Flow_API_Name?recordId={!Record.Id}

    Also, confirm that:

    • The Flow is activated
    • The Flow API name in the URL is correct
    • The button is added to the Page Layout

    After correcting these settings, try verifying the challenge again.

0/9000