You have to register all views of an application in the navigator. The navigator is a virtual UI component (Virtual Component), which is part of the MainUI by default and

For authentication and authorization the XdevAuthenticationNavigator and XdevAuthorizationNavigator provide navigators with advanced features.

Properties:

You can configure the navigator like a UI component in the Properties.

Note:

Register views manually

  1. Select the navigator.
  2. Under Properties > Views click [Entries].
  3. Click New in the following wizard. 
  4. In the new line, click the column View Type.
  5. In the following wizard, click the view you want to register, e.g. Customer View.
  6. Click OK.
  7. Under Path enter a clear subpath through which the view can be opened in the browser, e.g. customer, and confirm with Enter.
  8. Click OK.
Note: