Table: dbo.GL_Account_Segment_Code_N_Quick_Books_Class | |||
This table shows the export mapping of gl account segment codes to quick books classes. A gl account segment code key is used only once in the mapping per client, so this can be the primary key. The quick books class key can be used one or more times in the mapping. | |||
Columns | |||
Name | Type | Constraints | Description |
gl_account_segment_code_KEY | int (4) | NOT NULL | Primary key from the GL_Account_Segment_Code table. |
quick_books_class_KEY | int (4) | NOT NULL | Primary key from the Quick_Books_Class table. |
Primary key | |||
Name | Columns | Description | |
PK_GL_Account_Segment_Code_N_Quick_Books_Class$gl_account_segment_code_KEY | gl_account_segment_code_KEY |