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

Custom button is not Working ?
Hi,
Got "Account Hierarchy" custom button in "App Shark Account Hierarchy" Package.
The button is working fine in standard page Account layouts, but when tried to use in VF with below code, it is showing 'URL No longer exists'
<apex:commandButton onclick="window.open('/apex/AppShark_AH__Account_Hierarchy?id={!Account.id}','Account Hiererchy', '_blank');" styleClass="buttonStyle" style="background:White;width:90px;" value="Account Hierarchy" immediate="true"/>
How can i fix this ?
Got "Account Hierarchy" custom button in "App Shark Account Hierarchy" Package.
The button is working fine in standard page Account layouts, but when tried to use in VF with below code, it is showing 'URL No longer exists'
<apex:commandButton onclick="window.open('/apex/AppShark_AH__Account_Hierarchy?id={!Account.id}','Account Hiererchy', '_blank');" styleClass="buttonStyle" style="background:White;width:90px;" value="Account Hierarchy" immediate="true"/>
How can i fix this ?
All Answers
https://appshark-ah.cs24.visual.force.com/apex/AccountHierarchy?scontrolCaching=1&id=0011900000Bjt2I
Thx.