Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC3020V
Product: FieldService (949)
Series:
Display Name: SVC_SOP_HIST_HDR_View Group Display Name: Service Table Group
Physical Name: SVC3020V
Technical Name: SVC_SOP_HIST_HDR_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 | DOCID | Document ID | String | STR15_LBAU | 15 | |
4 | DOCDATE | Document Date | Date | DT | 8 | |
5 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['SVC_SOP_HIST_HDR_View'].LOCNCODE AS 'SVC_SOP_HIST_HDR_View-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
SVC3020V AS ['SVC_SOP_HIST_HDR_View']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['SVC_SOP_HIST_HDR_View'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
6 | CUSTNMBR | Customer Number | String | STR15_RM_Customer_Number | 15 | |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['SVC_SOP_HIST_HDR_View'].CUSTNMBR AS 'SVC_SOP_HIST_HDR_View-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
SVC3020V AS ['SVC_SOP_HIST_HDR_View']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['SVC_SOP_HIST_HDR_View'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR | ||||||
7 | CUSTNAME | Customer Name | String | STR64_Customer_Name | 64 | |
8 | CSTPONBR | Customer PO Number | String | STR20_Document_Number | 20 |