Hi everyone,
I’ve recently joined the Skuid community. I’m excited to get started! I was succesfully able to get a view page override to work but haven’t been able to get the new to work; interestingly enough it works for me as the system admin. For the users they’re simply directed to the classic layout and the “nooverride=1” shows up in the URL automatically.
I’ve tried both of these for Visualforce, again both work for me as system admin:
<apex:page standardClass=“CustomObject__c” doctype=“html-5.0” readOnly=“true” sidebar=“false”>
<skuid:page actiontype=“New” objectType=“CustomObject__c”/>
</apex:page>
<apex:page standardController=“CustomObject__c”
extensions=“skuid.Redirects”
action=“{!redirect}&objectType=CustomObject__c&actionType=New”>
</apex:page>
Key Details:
Version: Millau 11.01
Pages OWD = Public Read Only
Page Assignments OWD = Public Read Only
- All users in the org are licensed with Skuid
- All users in the org have the Skuid Page Viewer permission set
- All users have security access to the override VF pages
I’m out of ideas of what to check. Anyone have any thoughts, please?