I am using autoforms and have made an object model where one (superclass) has two subclasses. When navigating to this class using autoforms I would assume that the autoform only would show "forms/VM" for creating the subclasses, not the superclass as it is abstract. 1) Classes that are abstract shouldn't be creatable? 2) "autoform navigation" towards an abstract class should redirect to the sub-classes?
Or is there a setting for this? Has anyone experienced this?
Update: I do get an error when an abstract class is created....but shouldn't autoforms skip to the subclases?