Skip to content

Add Tenant Group column to tables #9686

@hagbarddenstore

Description

@hagbarddenstore

NetBox version

v3.2.5

Feature type

New functionality

Proposed functionality

Add a new column to display the Tenant Group of the records Tenant.

This would require a new column tenant_group on all tables which also has the tenant column.

It would not be a default column.

It would also require (For performance reasons) that the tenant.group is prefetched in all views.

Use case

Our use case is that we represent a customer as a Tenant Group and theirs different contracts as Tenants. This means that we end up with a contract number as the Tenant name, which makes it a bit hard to figure out at a glance which customer a thing belongs to.

If we could add the Tenant Group (Which contains the customer name) to the table, it would solve our user experience issue.

Database changes

None

External dependencies

None

Metadata

Metadata

Labels

status: acceptedThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions