--- alias: entitytag-gt description: "This documentation details a table mapping unique tags to entity type information" --- # EntityTag Description: The EntityTag Generic Table maintains the link between a unique alphanumeric tag and the associated entity types, entity name and UI page The **EntityTag** table has the following fields: | Field | Description | Key | Mandatory | Reference Type | Comments | | ---- | ----- | -- | -- | -- | ---- | | **Scope** |The Tag scope| Yes | Yes | | | | **Tag** |Unique Tag system wide| Yes | Yes | | | | **EntityType** |Name of the entity type| No | Yes | | | | **EntityId** |Id of the entity of the defined entity type| No | Yes | | | | **EntityName** |Name of the entity of the defined entity type| No | Yes | | | | **UIPage** |Name of the UI Page to display when the Tag is recognized| No | No | UIPage | | Table: EntityTag fields