-
Notifications
You must be signed in to change notification settings - Fork 9
GPVMarkupGroup
Peter Girard edited this page Apr 13, 2018
·
7 revisions
The GPVMarkupGroup table stores the markup groups created by users.
- GroupID - The unique identifier for this markup group (not null). This value is automatically filled by the GPV from the value in the NextGroupID column of GPVMarkupSequence and should not be modified.
- CategoryID - The markup category of which this group is a member (not null). Links to GPVMarkupCategory.
- DisplayName - The name of this markup group as defined by the user (not null).
-
New at 5.1Details - Detailed information for this markup group as entered by the user. - CreatedBy - The name of the user that created this group (not null). In an unsecured markup category, this is whatever name the use provides. In a secured markup category, this is the authenticated user name.
- CreatedByUser - The display name of the authenticated user that created this group (see DisplayName in GPVUser).
- Locked - Specifies whether this markup group has been locked for edits by the user, 1 for yes and 0 or for no (not null).
- DateCreated - The date when this group was created (not null).
- DateLastAccessed - The date when this group was last drawn or edited (not null).
- Deleted - Specifies whether this element has been deleted from the GPV, 1 for yes and 0 or for no (not null).