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
venkatesh_d041.3888386112928691E12venkatesh_d041.3888386112928691E12 

Tab label conitinues to show "New Case" after save. Should show case #

the label of the tab tab is still new case, where the case number should be populated. I have overriden the new button with custom VF. previouly it was working only after overriding with custom VF its not working. Help needed asap.
Thanks in advance
Carolina Ruiz MedinaCarolina Ruiz Medina
Hi Ventakesh,
I'm not quite sure about your question but I think what you mean is that:
Option 1: 
  - You have a VF page , that overrides new view and it is used to create a case 
  - Once you create the case you would like to redirect to the created case 

Option 2 :
 - You have a VF page that overrieds new view and it is used to create a case 
 - Once you create the case the page is refresh to show the created case 

If option 1: by code, in your controller you need to redirect to the new created case 
if Option 2: by code you, in your controller you  will need to pass to the VF page the case number that was just created in order to show it.

Hope it helps.

Kind Regards,
Carolina.