You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter Girard edited this page Apr 29, 2017
·
3 revisions
The GPVApplicationMapTab table links map tabs to applications. An application can have multiple map tabs, and a map tab can appear in multiple applications, so this table manages the many-to-many relationship.
Columns
ApplicationID - The ID of the application (not null). Links to GPVApplication.
MapTabID - The ID of the map tab (not null). Links to GPVMapTab.
SequenceNo - A number specifying the display order of this map tab in this application (not null).