Bookmarkable Links
Every screen in Primentra has its own address. The URL changes as you navigate, so you can bookmark a screen, send it to a colleague, or reload the page and land exactly where you were.
This matters most when you ask someone else to look at something. Instead of "open Administration, then Access Management, then the Roles tab", you paste one link.
Addresses by screen
Models, entities, users, and views appear by name, not by number, so a link stays readable.
| Screen | Address |
|---|---|
| Home dashboard | / |
| Model detail | /model/products |
| Data grid | /data/products/suppliers |
| Help | /help |
| Changelog | /changelog |
| Models admin | /admin/models |
| One model | /admin/models/products |
| Entity editor | /admin/models/products/suppliers |
| Business rules overview | /admin/business-rules |
| Approvals | /admin/approvals |
| My submissions | /admin/my-submissions |
| Access management | /admin/access-management |
| One user | /admin/access-management/users/jane-doe |
| General settings | /admin/general-settings |
| Logs | /admin/logs |
| Integration views | /admin/integration-views |
| One integration view | /admin/integration-views/vw-suppliers |
| Migration wizards | /admin/migration/models and /admin/migration/data |
How a name becomes a slug
A name is lowercased, punctuation is dropped, and spaces become hyphens. Cost Center becomes cost-center.
Tabs are addressable too
Screens with tabs put the tab in the address, so a link opens the tab you meant. The first tab of each screen is the default and is left out to keep links short.
| Screen | Tabs in the address |
|---|---|
| Entity editor | business-rules, staging, staging-data, staging-batches |
| General Settings | formats, retention, connection, email, license, api |
| Logs | system, database |
| Access Management | api-users, roles, entities, report |
For example, /admin/general-settings/email opens the Email tab, and /admin/models/products/suppliers/staging opens the staging configuration for the Suppliers entity.
Reloading keeps your place
The address is the state. Refresh the browser and the same screen reopens on the same tab. A session that times out returns you to where you were after you sign in again, instead of dropping you on the dashboard.
Related
- App Navigation — the top bar and the sidebar
- Sessions & Timeouts — what happens when a session expires
- General Settings — the seven settings tabs
- Audit Log — the log screen and its tabs