• reddi
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

How to edit pre-poulated avlues ? We can edit  the prepopulated values on the page , but the new values dont get saved.They are overriden with old values.

  • September 01, 2011
  • Like
  • 0

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?

  • October 25, 2010
  • Like
  • 0

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?

  • October 25, 2010
  • Like
  • 0