Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC06011
Product: FieldService (949)
Series:
Display Name: Depot Route Line Item Detail Group Display Name: Service Table Group
Physical Name: SVC06011
Technical Name: SVC_Codes_Depot_Route_Line
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ROUTEID | Route ID | String | STR10_LBAU | 10 | |
2 | SEQUENCE1 | Sequence | Currency | DLR19_$S2 | 19 | |
3 | DSCRIPTN | Description | String | STR30 | 30 | |
4 | DEPSTATGRP | Depot Station Group | String | STR10_LBAU | 10 | |
5 | STATIONID | Depot Station ID | String | STR10_LBAU | 10 | |
6 | TECHID | Tech ID | String | STR10_LBAU | 10 | |
7 | ETTR | ETTR | Currency | CURR_MTTR | 10 | |
8 | ROUTEPROC | Route Process | String | STR10_LBAU | 10 | |
9 | SERVICEBOM | Service BOM | String | STR30_Item_Number | 30 | |
10 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Depot Route Line Item Detail'].NOTEINDX AS 'Depot Route Line Item Detail-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SVC06011 AS ['Depot Route Line Item Detail']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Depot Route Line Item Detail'].NOTEINDX = ['Record Notes Master'].NOTEINDX |