Nuclos web client page flow: navigation, side view, detail, URL, search template, object generator, FQN, ID. |
Language: Deutsch ยท English
Navigation behaviour of the web client โ how actions affect the list, detail view and URL.
The page flow describes how the web client updates the side-view list and the detail view depending on the action, and how the URL is adjusted.
| Action | Side-view list | Detail view | URL |
|---|---|---|---|
| Entry via URL (FQN) | last search | first matching record | ID of the first record |
| Entry via URL (FQN + ID) | last search | requested record | โ |
| Entry via URL (search parameters) | new search | first matching record | ID of the first record |
| Object generator call | last search | newly created record (temporary on exception) | temp ID on exception |
| Click a side-view/tree-view entry | selection | requested record | ID |
| Search via search template | new search | first matching record | ID of the first record |