Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC00952
Product: FieldService (949)
Series:
Display Name: Item Site Extensions Group Display Name: Service Table Group
Physical Name: SVC00952
Technical Name: SVC_Item_Site_Ext
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Item Site Extensions'].ITEMNMBR AS 'Item Site Extensions-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SVC00952 AS ['Item Site Extensions']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Item Site Extensions'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Item Site Extensions'].LOCNCODE AS 'Item Site Extensions-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
SVC00952 AS ['Item Site Extensions']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Item Site Extensions'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
3 | Good_Stock | Good Stock | Boolean | CB | 0 | |
4 | TRNSFLOC | Transfer From Location | String | STR10_Location_Code | 10 | |
5 | ITLOCN | Intransit Location | String | STR10_Location_Code | 10 | |
6 | ETADAYS | ETA Days | Integer | INT3 | 3 | |
7 | SHIPMTHD | Shipping Method | String | STR15_Shipping_Method | 15 | |
Key to the Shipping Methods Master (SY03000).
Click to show/hideSELECT
['Item Site Extensions'].SHIPMTHD AS 'Item Site Extensions-Shipping Method'
,['Shipping Methods Master'].SHIPMTHD AS 'Shipping Methods Master-Shipping Method'
FROM
SVC00952 AS ['Item Site Extensions']
INNER JOIN
SY03000 AS ['Shipping Methods Master']
ON
['Item Site Extensions'].SHIPMTHD = ['Shipping Methods Master'].SHIPMTHD | ||||||
8 | Used_Options | Used Options | Integer | DDL_Used_Options | 0 | |
9 | SVC_ItemSiteDelta | SVC ItemSiteDelta | Boolean | CB | 0 | |
10 | SVC_Create_Non_Serial_Eq | SVC Create Non Serial Equip | Boolean | CB | 0 |