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
Anju Chacko QBAnju Chacko QB 

Override Activate button on Contract

HI,

When I try to override 'Activate' button on Contract, it end up with this error. It  is kind of a simple VF page with an alert'

The link you followed wasn’t valid for your session. Return to the previous page, refresh it, and try again. 

Can somebody help on this?

Thanks
Ann
salesforce mesalesforce me
Hi 
check this once...

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller_sosc_custom_button.htm
Giddamreddi ReddyGiddamreddi Reddy
do u have create vf page...............
Giddamreddi ReddyGiddamreddi Reddy

<apex:page standardController="Contract" recordSetVar="Contract" tabStyle="Contract" extensions="tenPageSizeExt">
<apex:form >
code.............
</apex:pageBlock> </apex:form>
</apex:page>
like this
Anju Chacko QBAnju Chacko QB
Hi,

FYI.. Activate is not a list button. It is a standard button on detail page.

None of these answers seems relevant to my question.