Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC8000
Product: FieldService (949)
Series:
Display Name: SVC Maintenance Detail Header Group Display Name: Service Table Group
Physical Name: SVC8000
Technical Name: SVC_Maintenance_Detail_HDR
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PMDTLID | PM_DTL_ID | String | STR8_LBU | 8 | |
2 | PMDTLDESC | PM_DTL_DESC | String | STR30 | 30 | |
3 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['SVC Maintenance Detail Header'].NOTEINDX AS 'SVC Maintenance Detail Header-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SVC8000 AS ['SVC Maintenance Detail Header']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['SVC Maintenance Detail Header'].NOTEINDX = ['Record Notes Master'].NOTEINDX |