Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC3200V
Product: FieldService (949)
Series:
Display Name: SVC_SOP_History_View Group Display Name: Service Table Group
Physical Name: SVC3200V
Technical Name: SVC_SOP_History_View
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SOPTYPE | SOP Type | Integer | DDL_SOP_Type | 0 | |
2 | SOPNUMBE | SOP Number | String | STR20_SOP_Number | 17 | |
3 | CUSTNMBR | Customer Number | String | STR15_RM_Customer_Number | 15 | |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['SVC_SOP_History_View'].CUSTNMBR AS 'SVC_SOP_History_View-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
SVC3200V AS ['SVC_SOP_History_View']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['SVC_SOP_History_View'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR | ||||||
4 | CUSTNAME | Customer Name | String | STR64_Customer_Name | 64 | |
5 | CSTPONBR | Customer PO Number | String | STR20_Document_Number | 20 | |
6 | DOCDATE | Document Date | Date | DT | 8 | |
7 | CMPNTSEQ | Component Sequence | Long Integer | LI_Sequence_Number | 10 | |
8 | LNITMSEQ | Line Item Sequence | Long Integer | LI_Sequence_Number | 10 | |
9 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['SVC_SOP_History_View'].ITEMNMBR AS 'SVC_SOP_History_View-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SVC3200V AS ['SVC_SOP_History_View']
INNER JOIN
IV00101 AS ['Item Master']
ON
['SVC_SOP_History_View'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
10 | ITEMDESC | Item Description | String | STR100 | 100 | |
11 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['SVC_SOP_History_View'].LOCNCODE AS 'SVC_SOP_History_View-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
SVC3200V AS ['SVC_SOP_History_View']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['SVC_SOP_History_View'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
12 | UOFM | U Of M | String | U_Of_M | 8 | |
13 | PRCLEVEL | PriceLevel | String | STR10_LBAU | 10 | |
14 | EXTDCOST | Extended Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
15 | XTNDPRCE | Extended Price | Currency | DLR17_RBS0_STR$ | 17 | |
16 | QTYFULFI | QTY Fulfilled | Currency | DLR17_QTY_RBS0_UTR | 17 |