Table: dbo.Processing_Note_Type | |||
The type of processing note. This determines which notes should be shown in different areas of the program. | |||
Columns | |||
Name | Type | Constraints | Description |
processing_note_type_KEY | int (4) | NOT NULL | The primary key, assigned by ACS. |
description | nvarchar (50) | NOT NULL | The description of the note type, Engagement Item Note, Client Processing Note and Tax Processing Note |
Primary key | |||
Name | Columns | Description | |
PK_Processing_Note_Type | processing_note_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Processing_Note_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Processing_Note_Category__Processing_Note_Type__processing_note_type_KEY | processing_note_type_KEY | Processing_Note_Category | |
FK_Processing_Note__Processing_Note_Type__processing_note_type_KEY | processing_note_type_KEY | Processing_Note |