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
reddireddi 

Case Accept button override

I am trying to override the case accept button using the below VF page:

 

<apex:page standardController="Case" extensions="Test" action="{!nullValue(redir.url,urlFOR($Action.Case.Accept,Case.id,null,true))}">
</apex:page

 

I am getting an error on the redirect page as "Invalid parameters for URLFOR  ...

 

Did any override accept  button b4?

Pradeep_NavatarPradeep_Navatar

Tryout the sample code given below :

 

<apex:page standardController="Case" extensions="Test" action="{!nullValue(redir.url,urlFOR($Action.Case.Accept,$ObjectType.Case,null,true))}">

</apex:page>

 

Hope this helps.

reddireddi

Thank you for yourreply.What is the logic implememted in Test?

clouddev@surashriclouddev@surashri

I know its very old post but would like to know how to find this 'accept' button. I am looking for service console accept button, can you please guide me.

 

thanks,