-
Notifications
You must be signed in to change notification settings - Fork 9
GPVZoneLevelCombo
Peter Girard edited this page Apr 29, 2017
·
2 revisions
This table lists all of the valid combinations of zones and levels. It is commonly used to specify which floors existing in which buildings on a campus. Zones and levels will still work independently if no combinations are provided in this table.
- ZoneLevelID - The ID of the zone/level specification (not null). Links to GPVZoneLevel.
- ZoneID - The ID of the zone (not null). Links to GPVZone.
- LevelID - The ID of the level (not null). Links to GPVLevel.
- Active - Specifies whether this zone/level combination should be available for use, 1 for yes and 0 for no. If null, defaults to 0 (no).