I’m struggling with doing any page overrides in SF. I’m following the tutorials on this (here) but am getting the following error messages when I get to adding a new VF page (step 4 in the tutorial) and use the code for no page assignments and custom objects.
Yesterday
Error: apex:page is required and must be the outermost tag in the markup at line 1 column 1
I couldn’t find anyone in the community here with the same issue but found people on the SF page with the same error and some suggestion that this is a browser issue. I tried firefox with no luck.
Today
I tried again before posting and am getting different messages, but not sure why (did not change anything). Here is the new error message I’m getting:
Error: Unknown property ‘redirect’ referenced in IDFqueue
Here’s the markup I’m using: (Skuid page name is IDFqueue and the Object is Innovation_Disclosure__c)
apex:page standardController=Innovation_Disclosure__c recordSetVar=cextensions=skuid.Redirects action={!redirect}?page=IDFqueue></apex:page>
Please Help
PS: I’m also curious how the markup would change if the page had several models involved
PPS: Disclaimer: this is my first forray into doing anything with the VF pages section of SF