Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC06015
Product: FieldService (949)
Series:
Display Name: Depot Route By Item Group Display Name: Service Table Group
Physical Name: SVC06015
Technical Name: SVC_Codes_Route_Item
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'].ITEMNMBR AS 'Depot Route By Item-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SVC06015 AS ['Depot Route By Item']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Depot Route By Item'].ITEMNMBR = ['Item Master'].ITEMNMBR |