URL to Access Order Management System UI Component

Users can directly access the Order Management System UI by providing http://localhost:9097/ in the browser tab.

Initially, the user navigated to the login page and once the authentication is completed. The user is redirected to the dashboard's Home component where upcoming orders can be viewed.

Observe the following two scenarios:

Find specific order using the 'Order Details' component The URL is redirected to a specific component, based on the target orderID in the search parameters of http://localhost:9097/#/dashboard/order-details?id=orderID
Accessing worktray orders directly to take action

Users can view orders and take an action that were previously added to the worktray by navigating to http://localhost:9097/#/dashboard/orders?id=bulk

To add an order to the worktray the user needs to navigate to Dashboard Home and select the orders from the 'Find Orders' table.