GPVMarkupCategory - AppGeo/GPV GitHub Wiki

The GPVMarkupCategory table lists all of the possible markup categories in the GPV.

Columns

  • 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).