Contains the relationship between an approval and a profile
Data model

Fields
Field |
Type |
Description |
approval_id |
INT |
Unique Approval Identifier |
assing_specialist* |
BIT |
Determine if a profile specialist is assigned |
condition |
NVARCHAR (8000) |
Approval Condition and Profile |
id* |
INT |
Unique Approval and Profile Identifier |
profile_id |
INT |
Unique profile identifier |
structure |
NVARCHAR (8000) |
Structure of the condition |
text_condition |
NVARCHAR (8000) |
Condition Text |
Primary Key
PK_ASMS_APPROVALS_PROFILES |
id |
References