You need to sign in to do that
Don't have an account?

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
Thanks in advance
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.