Skip to main content

I have built a page for the new Individual object in Salesforce. I am using page assignments so profiles using Skuid are able to see this page




I have created a visualforce page with the code below, the code is a copy and paste of others I am using and they all work fine.


<page action="%7B!redirect%7D&amp;objecttype=Individual&amp;actiontype=View" extensions="skuid.Redirects" standardcontroller="Individual"> </page>

The code is on Salesforce.com API version 42 and Skuid version 11.2


I have created a view button override with the visualforce page.


When I login as a user of profile “senior jisc management” or “account manager” I am confronted with the error message below. Both users have the permission set “Skuid page viewer”.



What am I missing, or is this a Skuid bug? I notice that the visualforce page I’ve written has a dependency with an managed apex class named “Redirects”, this managed class is on api version 36…could this be causing the issue? I’m not at all sure myself, and am clutching at straws!!!

https://salesforce.stackexchange.com/questions/75341/visualforce-error-formula-expression-is-require… 

I’d also recommend you try https://docs.skuid.com/latest/en/skuid/deploy/salesforce/visualforce/


I used the the Skuid help page and logged the values below.



Which produced this visualforce template



Which I then copied into my existing visualforce page.


And I receive the same error message when I click to view a record.


I’ve hung all my pages in the same way, i’m convinced this is a bug.


I just sent you an email regarding this issue.


Reply