SALES_ORDER_EXPORT_NOTES
tableFINSALES
SALES_ORDER_EXPORT_NOTES — FIN table in the standard Ross ERP 8.0 schema: 8 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open SALES_ORDER_EXPORT_NOTES in the interactive Data Dictionary →Part of SALES tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | DIVISION | varchar(2) | PK | Division |
| 4 | ORDER_NUMBER | varchar(9) | PK | Order Number |
| 5 | SYS_EXPORT_NOTE_TYPE | varchar(12) | PK | Export Note Type |
| 6 | SYS_EXPORT_NOTE_CODE | varchar(12) | PK | Export Note Code |
| 7 | SYS_EXPORT_NOTES | text | Export Notes | |
| 8 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |