GPVZoneLevel - AppGeo/GPV GitHub Wiki

This table is the top level of access to zone and level specifications. Zones and levels can be implemented independently of each other or in combination. Only one zone/level specification can be assigned to an application.

Columns

  • ZoneLevelID - The unique identifier for this zone/level specification (not null).
  • ZoneTypeDisplayName - The name to display as the zone type on the GPV interface. If null, defaults to "Zone".
  • LevelTypeDisplayName - The name to display as the level type on the GPV interface. If null, defaults to "Level".
  • Active - Specifies whether this zone/level specification should be available for use, 1 for yes and 0 for no. If null, defaults to 0 (no).

Deactivation

Deactivating a zone/level specification will automatically deactivate all zones, levels and zone/level combinations associated with it.