ProcessState Table

FlexNet Manager Suite 2020 R1 (On-Premises)

ProcessState is a static table holding the collection of processing states that a purchase order line containing a SKU can be left in.

Table 1. Database columns for ProcessState table

Database Column

Details

ProcessStateID

Type: integer. Key. Generated ID

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

  • 1 = Unprocessed
  • 2 = Processed
  • 3 = Deferred
  • 4 = Discarded.
ProcessStateResourceName

Type: text (max 256 characters). Key

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

ProcessStateDefaultValue

Type: text (max 256 characters)

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

FlexNet Manager Suite (On-Premises)

2020 R1