Represents the relationship between a contract and an ASDK service
Data model
Fields
Field | Type | Description |
---|---|---|
serv_ident_contrac* | INT | Identifier of a contract |
serv_ident_service* | INT | Service Identifier |
Primary Key
PK_SERVICE_CONTRACT |
---|
serv_ident_service, serv_ident_contrac |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
serv_ident_contrac* | dbo.ASMS_CONTRACT | contractid | FK01_SERVICE_CONTRACT |
serv_ident_service* | dbo.ASDK_SERVICE | id | FK02_SERVICE_CONTRACT |