-
Notifications
You must be signed in to change notification settings - Fork 9
GPVZoneLevel
Peter Girard edited this page Apr 29, 2017
·
2 revisions
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.
- 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).
Deactivating a zone/level specification will automatically deactivate all zones, levels and zone/level combinations associated with it.