-
Notifications
You must be signed in to change notification settings - Fork 9
GPVMarkupCategory
Peter Girard edited this page Apr 29, 2017
·
2 revisions
The GPVMarkupCategory table lists all of the possible markup categories in the GPV.
- CategoryID - The ID of the category (not null).
- DisplayName - The name of this category shown on the interface (not null).
- AuthorizedRoles - A comma separated list of roles that are authorized to use this markup category. If null, defaults to "public" which allows for unrestricted access.
- Active - Specifies whether this markup category should be available for use, 1 for yes and 0 for no. If null, defaults to 0 (no).