Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC06016
Product: FieldService (949)
Series:
Display Name: Depot Route By Item Lines Group Display Name: Service Table Group
Physical Name: SVC06016
Technical Name: SVC_Codes_Route_Item_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 | ITEMNMBR ![]() | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Depot Route By Item Lines'].ITEMNMBR AS 'Depot Route By Item Lines-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SVC06016 AS ['Depot Route By Item Lines']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Depot Route By Item Lines'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
3 | SEQUENCE1 ![]() | Sequence | Currency | DLR19_$S2 | 19 | |
4 | DSCRIPTN ![]() | Description | String | STR30 | 30 | |
5 | DEPSTATGRP ![]() | Depot Station Group | String | STR10_LBAU | 10 | |
6 | STATIONID ![]() | Depot Station ID | String | STR10_LBAU | 10 | |
7 | TECHID ![]() | Tech ID | String | STR10_LBAU | 10 | |
8 | ETTR ![]() | ETTR | Currency | CURR_MTTR | 10 | |
9 | ROUTEPROC ![]() | Route Process | String | STR10_LBAU | 10 | |
10 | SERVICEBOM ![]() | Service BOM | String | STR30_Item_Number | 30 | |
11 | NOTEINDX ![]() | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Depot Route By Item Lines'].NOTEINDX AS 'Depot Route By Item Lines-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
SVC06016 AS ['Depot Route By Item Lines']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Depot Route By Item Lines'].NOTEINDX = ['Record Notes Master'].NOTEINDX |