BT_BID_UDF_VALUES
Bid User Defined Values
tableFINBT
BT_BID_UDF_VALUES — Bid User Defined Values. FIN table in the standard Ross ERP 8.0 schema: 9 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open BT_BID_UDF_VALUES in the interactive Data Dictionary →Part of BT 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 | BT_BID_ID | int | PK FK→BT_BIDS | Bid ID |
| 5 | BT_UDF_ID | varchar(6) | PK FK→BT_USER_DEFINED_FIELDS | User-defined Field ID |
| 6 | BT_UDF_VALUE | varchar(25) | User Defined Field Value | |
| 7 | USERNAME | varchar(20) | Username | |
| 8 | SYSTEM_DTIME | datetime | System Date/Time | |
| 9 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |