Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC06015
Product: FieldService (949)
Series: Project
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 | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | ROUTEID ![]() | Route ID | STR10_LBAU | String | 12 | 10 |
2 | ITEMNMBR ![]() | Item Number | STR30_Item_Number | String | 32 | 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 | ||||||
3 | DEX_ROW_ID ![]() | int | int | 10 | 10 | |
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |