I’m testing Skuid in an org with namespace “skuidtest1” and I’m following the tutorial to create a simple page to override the new action of a custom object and I get the error “Illegal arguments” when attempting to create a new custom object (skuidtest1__Estado__c).
- The custom object has the new action overriden with the VF page: EstadoNew
- The vf page EstadoNew has the following markup:
<apex:page standardController=“Estado__c” extensions=“skuid.Redirects” action=“{!redirect}?page=EstadoNew”/>
- And the Skuid page EstadoNew has the following xml:
Nuevo estado
{{Name}}
What am I missing?
