ContractScopingData Table

ContractScoping links contracts to the enterprise groups to which they apply. Exactly one of GroupExID and CategoryID must be non-NULL.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ContractScopingData table

Database Column

Details

ContractID

Type: integer. Key

The contract the scoping applies to. Foreign key to the Contract table.

GroupExID

Type: text (max 128 characters). Key. Nullable

The enterprise group that the scoping applies to. Foreign key to the GroupEx table.

CategoryID

Type: text (max 128 characters). Key. Nullable

The category that the scoping applies to. Foreign key to the Category table.