ResponsibilityType Table

ResponsibilityType is a static table listing possible end-user responsibilities.

Table 1. Database columns for ResponsibilityType table

Database Column

Details

ResponsibilityTypeID

Type: integer. Key. Generated ID

A unique identifier for an end-user’s title or responsibility. Possible values and the corresponding default strings are:

  • 1 = Blank
  • 2 = Owner
  • 3 = Signatory
  • 4 = Contract Manager
  • 5 = Point of Contact
  • 6 = Negotiator
  • 7 = Interested Party.
ResourceString

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a user responsibility. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the responsibility resource string has no translation.