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
mikecaimikecai 

Anyone know if the standard Lead buttons should work in a Visualforce page in a Sandbox environment

Hiya!

I've created a very simple Visualforce page that displays a specific Lead queue in a Visualforce tab.  However, on this page the Accept, Change Status, and Change Owner buttons redirect to the login screen.  Anyone know if this behavior is just because of the Sandbox environment?  Here's the code for the Visualforce page just fyi:

Code:
<apex:page standardController="Lead" recordSetVar="Leads" tabstyle="Visual_Prospects2__tab">
<apex:enhancedList height="900" rowsPerPage="25" listId="00BR0000000t0St" customizable="false"></apex:enhancedList>
</apex:page>

 Thanks!

mikecaimikecai
Just in case anyone is interested, this Sandbox was updated with the Spring 09 version over the weekend, and these 3 buttons are now working correctly.  Perhaps it was just a bug?