Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC30202
Product: FieldService (949)
Series:
Display Name: Service Call Equipment History Group Display Name: Service History Table Group
Physical Name: SVC30202
Technical Name: SVC_Service_MSTR_Equipment_HIST
Group Technical Name: Service History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SRVRECTYPE | Service Record Type | Integer | DDL_Service_Record_Type | 0 | |
2 | CALLNBR | Service Call Number | String | STR10_LBAU | 10 | |
3 | EQPLINE | Equipment Line Item Sequence | Long Integer | LI_Sequence_Number | 10 | |
4 | EQUIPID | Equipment ID | Long Integer | Long Int | 8 | |
5 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Service Call Equipment History'].ITEMNMBR AS 'Service Call Equipment History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SVC30202 AS ['Service Call Equipment History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Service Call Equipment History'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
6 | METER1 | Meter 1 | Long Integer | LI_Meter_Reading | 8 | |
7 | METER2 | Meter 2 | Long Integer | LI_Meter_Reading | 8 | |
8 | METER3 | Meter 3 | Long Integer | LI_Meter_Reading | 8 | |
9 | LSTDTEDT | Last Date Edited | Date | DT_Date | 6 | |
10 | PMPERF | PM Performed | Boolean | CB | 0 |