Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/gpItmCus
Product: Technical Service Tools (1838)
Series:
Display Name: gpsItemLookup
Physical Name: gpItmCus
Technical Name: gpsItemLookupSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 CUSTNMBR Customer Number String STR15_RM_Customer_Number 15 Key to the RM Customer MSTR (RM00101).
Click to show/hide
SELECT
['gpsItemLookup'].CUSTNMBR AS 'gpsItemLookup-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
gpItmCus AS ['gpsItemLookup']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['gpsItemLookup'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
2 ITEMNMBR Item Number String STR30_Item_Number 30 Key to the Item Master (IV00101).
Click to show/hide
SELECT
['gpsItemLookup'].ITEMNMBR AS 'gpsItemLookup-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
gpItmCus AS ['gpsItemLookup']
INNER JOIN
IV00101 AS ['Item Master']
ON
['gpsItemLookup'].ITEMNMBR = ['Item Master'].ITEMNMBR
3 ITEMDESC Item Description String STR100 100 4 DOCDATE Document Date Date DT 8 5 QTYTOINV QTY To Invoice Currency DLR17_QTY_RBS0_UTR 17 6 UOFM U Of M String U_Of_M 8 7 UNITPRCE Unit Price Currency DLR17_RBS0_STR$ 17 8 SOPNUMBE SOP Number String STR20_SOP_Number 17 9 SOPTYPE SOP Type Integer DDL_SOP_Type 0 10 LNITMSEQ Line Item Sequence Long Integer LI_Sequence_Number 10 11 DECPLQTY Decimal Places QTYS Integer DDL_Decimal_Places_QTYS 0 12 DECPLCUR Decimal Places Currency Integer DDL_Decimal_Places_Dollars 0