Hi there. Trying to create a Visualforce page (called Snapshot) to override the Accounts tab and I keep getting an error: “Unknown property ‘redirect’ referenced in Snapshot.” I’ve already set-up the page assignments and updated the page to override the Accounts Tab. My skuid page is a queue with a page embed that references a few different objects. Could this be the issue?
Here is the code I am using:
apex:page
standardController=“Account” recordSetVar=“c” extensions=“skuid.Redirects” action=“{!redirect}?actionType=Tab&objecttype=Account”>
apex:page
I had to add in ‘amp;’ after the & since I was getting an error there too. Any help?
Thanks!