gl_account_segment_code_KEY | int (4) | NOT NULL | Primary key for this table. |
is_active | bit (1) | NOT NULL | Flag for indicating if the segment code is active. |
code | nvarchar (120) | NOT NULL | The code for the field. |
description | nvarchar (100) | NOT NULL | The description of the code. |
gl_account_segment_KEY | int (4) | NOT NULL | Key of segment that owns the code. |
do_not_export_to_quick_books | bit (1) | NOT NULL | Option to not export a gl account segment code to quickbooks. The user can specify that they do not want a gl account segment code exported. |