Hi all,
 
FYI, if you should move from managed build to interactive build mode you will need to first delete your browser’s cookies for your host’s IP address. I encountered this while doing date-range filter code validation for both modes.
 
This is because the “orderby” field name is saved in the cookies, and that by default holds the field string “created”, which does not exist in the model for the “build” table in the interactive mode, and you get a very nasty crash when it tries to look it up.
 
Alex already has code to compensate for this when going the other way to managed mode. I will probably file a defect to track this.
 
- David