We have an object with multiple record types. We are only overriding 1 of the record types with a Skuid page. We use the skuid page assignments to accomplish this. However, after we added the visual force page to override the “Edit” action, the record types that have native salesforce layouts aren’t allowing a double click to edit fields. Users are required to click the “Edit” button the page to put it into edit mode.
Is that the expected/known behavior?
Visualforce page for “Edit” action override:
<apex:page standardController=“Request__c” extensions=“skuid.Redirects” action=“{!redirect}&objecttype=Request__c&actiontype=Edit”>
</apex:page>
Salesforce Enterprise w/ Classic UI
Skuid 12.0.2
And yes, the plan is to move ALL the record types to Skuid pages which would resolve the issue, but we are having to convert record types to skuid pages over time causing the mix of interfaces.