ContractState Table

ContractState holds the different states a contract can be in.

Table 1. Database columns for ContractState table

Database Column

Details

ContractStateID

Type: integer. Key. Generated ID

A unique identifier for each ContractState. Possible values and the corresponding default strings are:

  • 1 = Draft
  • 2 = Suspended
  • 3 = Active
  • 4 = Archived
  • 5 = Cancelled
  • 6 = Expired
  • 7 = Completed.
ResourceName

Type: text (max 256 characters). Key

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

DefaultValue

Type: text (max 100 characters)

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