public function executeCreate()
 {
     //make sure we have the id in the URL
     myActionTools::requireSchemaPropertyFilter();
     parent::executeCreate();
 }