| Description | Stores the properties that we need to define for each Technology Service (For example: MIME type, document extension, etc). |
|---|---|
| Implemented in: | 10.5 |
| Normal Library | LX_DTA |
| Required for Run Only System? | No |
Database Index
Name | Unique? | Columns |
|---|---|---|
LX_FPY_PRIM | Y | XPYIDN |
Record Layout
Key | Name | Description | Type | Comments |
|---|---|---|---|---|
1 | XPYIDN | Technology Service Property Identifier | LONG | |
XPYLBL | Technology Service Property Label | CHAR(20) | Short description used in form captions | |
XPYDES | Technology Service Property Description | CHAR(40) | Long description | |
XPYOPT | Optional (Y/N)? | CHAR(1) | Valid values: 'Y', 'N' | |
XPYENM | Property Type | CHAR(1) | '1'-Text | |
XPYLEN | Technology Service Property Length | LONG | Maximum length of the value for this Technology Service Property value | |
XPYSP1 | Spare Field | CHAR(20) |