You need to sign in to do that
Don't have an account?
Katherine Boothe
Conference Management App - Creating a Visualforce Page
In Module 6 of Create a Conference Management App, I am continually receiving the following error "The 'SpeakerForm' Visualforce page was not found." I've tried using 3 separate Dev Orgs. I've tried deleting the page and recreating it. Nothing.
I've passed all of the other modules including those that build on the Visualforce Page, so I know I've done it right. Any help would be appreciated, it is the only thing preventing me from completing this module and earning this badge.
Thanks!
I've passed all of the other modules including those that build on the Visualforce Page, so I know I've done it right. Any help would be appreciated, it is the only thing preventing me from completing this module and earning this badge.
Thanks!
Make sure your VF page is enabled for the user/proflie (I assume this is true already but enable it for all profiles anyway)
Thx
When I add two out of the three InputFields in the code, I receive the following error:
Step not yet complete... here's what's wrong:
The 'SpeakerForm' page does not include a inputField that binds to the Speaker last name
Note: you may run into errors if you've skipped previous steps.
This shows that the SpearkerForm page is found and Trailhead is able to correctly identify the missing piece. However, as soon as I add the third Input Field, I receive the error:
Step not yet complete... here's what's wrong:
The 'SpeakerForm' Visualforce page was not found.
Note: you may run into errors if you've skipped previous steps
This happened in three different Dev Orgs, and I was able to recreate this no matter what order the Input Fields were created.
I still cannot pass this module! It is the only piece I am missing for this badge. Any ideas?? It seems no one is willing to help me work through this error.
Do you have access to the speaker__c object?
I assume you cut and paste and should look something like this:
Here is my code:
Here is the error message:
Here is the name of my page, which I copy/pasted directly from the Challenge:
I receive this error message, which tells me that it is able to find the Visualforce page and validate that I am missing an InputField: