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

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
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
check this once...
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller_sosc_custom_button.htm
<apex:page standardController="Contract" recordSetVar="Contract" tabStyle="Contract" extensions="tenPageSizeExt">
<apex:form >
code.............
</apex:pageBlock> </apex:form>
</apex:page>
like this
FYI.. Activate is not a list button. It is a standard button on detail page.
None of these answers seems relevant to my question.