Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC00502
Product: FieldService (949)
Series:
Display Name: Delta Item Site Group Display Name: Service Table Group
Physical Name: SVC00502
Technical Name: SVC_Item_Site_Delta
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
['Delta Item Site'].ITEMNMBR AS 'Delta Item Site-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SVC00502 AS ['Delta Item Site']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Delta Item Site'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Delta Item Site'].LOCNCODE AS 'Delta Item Site-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
SVC00502 AS ['Delta Item Site']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Delta Item Site'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
3 | RCRDTYPE | Record Type | Integer | INT1 | 1 | |
4 | QTYONHND | QTY On Hand | Currency | DLR17_QTY_RBS0_STR | 17 | |
5 | ATYALLOC | QTY Allocated | Currency | DLR17_QTY_RBS0_UTR | 17 | |
6 | SVC_Delta_Type | SVC Delta Type | Integer | DDL_DeltaType | 0 | |
7 | MODIFDT | Modified Date | Date | DT | 8 |