gpsItemLookup (gpItmCus)

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: gpsItemLookup

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1CUSTNMBR SearchCustomer NumberStringSTR15_RM_Customer_Number15
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
2ITEMNMBR SearchItem NumberStringSTR30_Item_Number30
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
3ITEMDESC SearchItem DescriptionStringSTR100100
4DOCDATE SearchDocument DateDateDT8
5QTYTOINV SearchQTY To InvoiceCurrencyDLR17_QTY_RBS0_UTR17
6UOFM SearchU Of MStringU_Of_M8
7UNITPRCE SearchUnit PriceCurrencyDLR17_RBS0_STR$17
8SOPNUMBE SearchSOP NumberStringSTR20_SOP_Number17
9SOPTYPE SearchSOP TypeIntegerDDL_SOP_Type0
10LNITMSEQ SearchLine Item SequenceLong IntegerLI_Sequence_Number10
11DECPLQTY SearchDecimal Places QTYSIntegerDDL_Decimal_Places_QTYS0
12DECPLCUR SearchDecimal Places CurrencyIntegerDDL_Decimal_Places_Dollars0

Leave a Reply

Your email address will not be published. Required fields are marked *