Table: dbo.Processing_Note_Sort_Order | |||
Determines how processing notes should be sorted in the Client Processing Notes and Process Payroll Tax Forms Notes dialogs. | |||
Columns | |||
Name | Type | Constraints | Description |
processing_note_sort_order_KEY | int (4) | NOT NULL | The primary key, assigned by ACS. |
description | nvarchar (50) | NOT NULL | The description of the sort method, As Arranged, Newest to Oldest and Oldest to Newest |
Primary key | |||
Name | Columns | Description | |
PK_Processing_Note_Sort_Order | processing_note_sort_order_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Processing_Note_Sort_Order$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_User_Preference__Processing_Note_Sort_Order__processing_note_sort_order_KEY | processing_note_sort_order_KEY | User_Preference |