Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC05212
Product: FieldService (949)
Series:
Display Name: SVC_RMA_Bin_Work Group Display Name: Service Table Group
Physical Name: SVC05212
Technical Name: SVC_RMA_Bin_Work
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | Return_Record_Type | Return Record Type | Integer | DDL_Return_Record_Type | 0 | |
2 | RETDOCID | Return Document ID | String | STR15_LBAU | 15 | |
3 | LNSEQNBR | Line SEQ Number | Currency | Sequence_Number | 19 | |
4 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
5 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['SVC_RMA_Bin_Work'].ITEMNMBR AS 'SVC_RMA_Bin_Work-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SVC05212 AS ['SVC_RMA_Bin_Work']
INNER JOIN
IV00101 AS ['Item Master']
ON
['SVC_RMA_Bin_Work'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
6 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['SVC_RMA_Bin_Work'].LOCNCODE AS 'SVC_RMA_Bin_Work-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
SVC05212 AS ['SVC_RMA_Bin_Work']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['SVC_RMA_Bin_Work'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
7 | BIN | Bin | String | STR15_Bin | 15 | |
8 | QTYTYPE | QTY Type | Integer | DDL_QTY_Type | 0 | |
9 | QUANTITY | QTY | Currency | DLR17_QTY_RBS0_STR | 17 | |
10 | POSTED | Posted | Boolean | True/False | 0 | |
11 | CMPNTSEQ | Component Sequence | Long Integer | LI_Sequence_Number | 10 |