Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC06112
Product: FieldService (949)
Series: Project
Display Name: SVC_Depot_Bin_Work Group Display Name: Service Table Group
Physical Name: SVC06112
Technical Name: SVC_Depot_Bin_Work
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | WORECTYPE ![]() | Work Order Record Type | DDL_Work_Order_Record_Type | Integer | 2 | 0 |
2 | WORKORDNUM ![]() | Work Order Number | STR10_LBAU | String | 12 | 10 |
3 | LINITMTYP ![]() | Line Item Type | STR3 | String | 4 | 3 |
4 | LNITMSEQ ![]() | Line Item Sequence | LI_Sequence_Number | Long Integer | 4 | 10 |
5 | SEQNUMBR ![]() | Sequence Number | LI_Sequence_Number | Long Integer | 4 | 10 |
6 | ITEMNMBR ![]() | Item Number | STR30_Item_Number | String | 32 | 30 |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['SVC_Depot_Bin_Work'].ITEMNMBR AS 'SVC_Depot_Bin_Work-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SVC06112 AS ['SVC_Depot_Bin_Work']
INNER JOIN
IV00101 AS ['Item Master']
ON
['SVC_Depot_Bin_Work'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
7 | LOCNCODE ![]() | Location Code | STR10_Location_Code | String | 12 | 10 |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['SVC_Depot_Bin_Work'].LOCNCODE AS 'SVC_Depot_Bin_Work-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
SVC06112 AS ['SVC_Depot_Bin_Work']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['SVC_Depot_Bin_Work'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
8 | BIN ![]() | Bin | STR15_Bin | String | 16 | 15 |
9 | QTYTYPE ![]() | QTY Type | DDL_QTY_Type | Integer | 2 | 0 |
10 | QUANTITY ![]() | QTY | DLR17_QTY_RBS0_STR | Currency | 10 | 17 |
11 | POSTED ![]() | Posted | True/False | Boolean | 2 | 0 |
12 | MKDTOPST ![]() | Marked To Post | CB | Boolean | 2 | 0 |
13 | CMPNTSEQ ![]() | Component Sequence | LI_Sequence_Number | Long Integer | 4 | 10 |
14 | 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. |