
2 answers
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.