Record detail page

The row detail page lists every field in the selected record. (Or at least every field that you have permission to see.)  Click here to see this in action for a file of exam results.. 

Where you see 'Details...' this means that the data is a link to some other document in the database, in this case the student, subject or paper documents. You may be thinking: "that looks like a very normalized database for a NOSQL database management system.".  Which is is. Later we will see that same problem dealt with by a normalized and denormalized structure, both within the CouchDB database..

From this page you can edit the record, delete the record, go back to the file list, or go to the administration page.   When you edit the record you can't change the subject because that is pre-set when you enter the record for the firdt time.

Next: Edit information