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
Pradeep RajuPradeep Raju 

Standard Button on Case Edit Page

Can we override standard Save & New , Save & Close buttons in Case Edit Page ???
Best Answer chosen by Pradeep Raju
dev_sfdc1dev_sfdc1
Hi kumar,
Its not possible to override on standard edit page buttons. If you want to override try to go with visualforce page..

If it resolves your problem, please mark as solution.

Thank You.

All Answers

dev_sfdc1dev_sfdc1
Hi kumar,
Its not possible to override on standard edit page buttons. If you want to override try to go with visualforce page..

If it resolves your problem, please mark as solution.

Thank You.
This was selected as the best answer
Pradeep RajuPradeep Raju
We are customzing Service Cloud Console App.We created a search page on account & when when user click on one account in search results.I have a requirement saying that we need to associate a interaction with standard case object.For that we have a Custom Junction object.The problem is we need to make interaction record visilbe on account detail page of account & when user clicks on new case in related list the page should naviage to New Case Edit Page but the interaction details should remain populated from earlier step.When user clicks on save & close interaction should be associated to current case.
dev_sfdc1dev_sfdc1
Hi Pradeep,

This should be done by url redirection.You can pass required redirection in your class. I mean to do you in save and close method or New method in apex class wherever you need to do so.

Thank You.