DIM_WRITEOFF
Contains information about a Write-offs.
Primary Key
Primary Key |
Field Type |
WRITEOFFDIMID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
WRITEOFFREASONSYSTEMID |
uniqueidentifier |
yes |
|
[dbo].[WRITEOFFREASONCODE].[ID] |
WRITEOFFREASONCODE |
nvarchar(12) |
yes |
|
[dbo].[WRITEOFFREASONCODE].[CODE] |
WRITEOFFREASONDESCRIPTION |
nvarchar(50) |
yes |
|
[dbo].[WRITEOFFREASONCODE].[DESCRIPTION] |
WRITEOFFPOSTSTATUSCODE |
tinyint |
yes |
|
0=Posted, 1=Not Posted, 2=Do Not Post, 99=No Post Status |
WRITEOFFPOSTSTATUS |
nvarchar(50) |
yes |
|
dbo.[FINANCIALTRANSACTION].[POSTSTATUS] |
ISINCLUDED |
bit |
yes |
|
Flag indicating when data should be included in results. |
ETLCONTROLID |
int |
yes |
|
ID generated through the ETL process. |
SOURCEDIMID |
int |
yes |
|
Source system used. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_DIM_WRITEOFF |
WRITEOFFDIMID |
yes |
yes |
yes |