AR_MESSAGE_FORMATS
AR Message Formats
tableFINAR
AR_MESSAGE_FORMATS — AR Message Formats. FIN table in the standard Ross ERP 8.0 schema: 10 columns, used by 10 programs. Columns, data types, keys, foreign keys and relationships.
Open AR_MESSAGE_FORMATS in the interactive Data Dictionary →Part of AR 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 | AR_DOCUMENT_FORMAT | varchar(6) | PK | AR Document Format Code |
| 3 | AR_MESSAGE_FORMAT | varchar(6) | PK | Message Format |
| 4 | AR_MESSAGE_DESCRIPTION | varchar(30) | ||
| 5 | AR_MESSAGE_TYPE | varchar(1) | Message Type | |
| 6 | AR_MESSAGE_LENGTH | smallint | Message Length | |
| 7 | AR_MESSAGE_DATE_FORMAT | varchar(11) | AR Message Default Date Format | |
| 8 | AR_MESSAGE_CONDITIONAL | varchar(1) | Is this message output conditionally ? | |
| 9 | AR_MESSAGE_SEQUENCE | int | ||
| 10 | AR_MESSAGE_PREFIX | varchar(6) |