This is a demo for the tutorial app in the catalog.
This just gets all authors from the DB and shows them. It also has a special "new" button which will pre-fill the new entity
Show all authors sorted in various ways
The following table shows the results of the code. The first examples just get data based on simple criteria (like: is author, has the ID 2351, etc.). The last examples chain the filters, so they look for an ID within the previous filter Authors.
Show only authors with the Website = "http://www.2sic.com/"
Click on an author to place it's ID in the URL and then see it's details. The filter uses the token [QueryString:Author] which automatically picks up the correct value.
No author selected