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
Indoberto LermaIndoberto Lerma 

Have case number auto filled on visualforce

Hi,

i have a visual force page for surveys that the contacts can fill and measure the quality of the service.

however, there is a field where they need to enter the case number asosiated to the call or email they sent.

the question is.. is there a way that when they open the survey, the case number is already there so they dont have to enter it manually ?
Mahesh DMahesh D
Hi Indoberto,

Using the QueryString you can pass the Case Number. Check the ID of your Case Number field on the Survey page and pass the value by using the query string.

Regards,
Mahesh