Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC00502
Product: FieldService (949)
Series: Project
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 | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | ITEMNMBR ![]() | Item Number | STR30_Item_Number | String | 32 | 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 | STR10_Location_Code | String | 12 | 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 | INT1 | Integer | 2 | 1 |
4 | QTYONHND ![]() | QTY On Hand | DLR17_QTY_RBS0_STR | Currency | 10 | 17 |
5 | ATYALLOC ![]() | QTY Allocated | DLR17_QTY_RBS0_UTR | Currency | 10 | 17 |
6 | SVC_Delta_Type ![]() | SVC Delta Type | DDL_DeltaType | Integer | 2 | 0 |
7 | MODIFDT ![]() | Modified Date | DT | Date | 4 | 8 |
8 | 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. |