Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC00401
Product: FieldService (949)
Series:
Display Name: System Configuration Group Display Name: Service Table Group
Physical Name: SVC00401
Technical Name: SVC_Configuration_System
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CONFGREF | Config Reference | String | STR20_LBAU | 20 | |
2 | CNFGLVL | Config Level | Integer | INT4 | 4 | |
3 | CNFGSEQ | Config Sequence | Integer | INT4 | 4 | |
4 | EQUIPID | Equipment ID | Long Integer | Long Int | 8 | |
5 | QUANTITY | QTY | Currency | DLR17_QTY_RBS0_STR | 17 | |
6 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['System Configuration'].ITEMNMBR AS 'System Configuration-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SVC00401 AS ['System Configuration']
INNER JOIN
IV00101 AS ['Item Master']
ON
['System Configuration'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
7 | PARLEVEL | Parent Level | Integer | INT4 | 4 | |
8 | PARSEQ | Parent Sequence | Integer | INT4 | 4 | |
9 | INSTDTE | Install Date | Date | DT_Date | 6 | |
10 | DSCRIPTN | Description | String | STR30 | 30 |