function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vamshi KrishnaVamshi Krishna 

Can we get the Case number on the site? Web-to-Case

  We're using  web-to-case form submission system from our site.aAfter we submit it to SFDC it redirects the user's browser to a page we specify(i.e., the site page itself).Is there any work around or process to get the Case number after its submission on the site? Is it possible?

       I know Web to case is asynchronous.With the existing system,the customer can get an email after the submission. Need ideas.
riyaviriyavi

In community site, this can be implemented by a simple VF page which accepts Id as a parameter in URL. A controller which can identify the Id from URL and display the Case number and details. The save button in the web to case form should be programmed in such a way that it passes the newly inserted case Id to the VF page. 

Does that help?

Vamshi KrishnaVamshi Krishna
I'm aware of the process but my difficulty is the controller.I need help with this.