Customer Checks Work (PA50100)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PA50100

Product: Microsoft Dynamics GP (0)
Series: Sales

Display Name: Customer Checks Work
Physical Name: PA50100
Technical Name: paCustomerChecksWORK

Group Display Name: Refund Checks
Group Technical Name: Refund Checks

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1USERID SearchUser IDStringSTR15_User_ID15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['Customer Checks Work'].USERID AS 'Customer Checks Work-User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       PA50100 AS ['Customer Checks Work']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['Customer Checks Work'].USERID = ['Users Master'].USERID
2CUSTNMBR SearchCustomer NumberStringSTR15_RM_Customer_Number15
Key to the RM Customer MSTR (RM00101).

Click to show/hide

SELECT
       ['Customer Checks Work'].CUSTNMBR AS 'Customer Checks Work-Customer Number'
       ,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
       PA50100 AS ['Customer Checks Work']
INNER JOIN
       RM00101 AS ['RM Customer MSTR']
              ON
                     ['Customer Checks Work'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
3CPRCSTNM SearchCorporate Customer NumberStringSTR15_RM_Customer_Number15
4VENDORID SearchVendor IDStringSTR_15_Vendor_ID15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['Customer Checks Work'].VENDORID AS 'Customer Checks Work-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       PA50100 AS ['Customer Checks Work']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['Customer Checks Work'].VENDORID = ['PM Vendor Master File'].VENDORID
5Balance SearchBalanceCurrencyDLR19_$S219
6OriginatingBalance SearchOriginating BalanceCurrencyDLR19_$S219
7NUMOFINV SearchNumber of InvoicesLong IntegerLI6_U06
8DOCNUMBR SearchDocument NumberStringSTR20_Document_Number20
9VCHRNMBR SearchVoucher NumberStringSTR20_LBAU20
10CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['Customer Checks Work'].CURNCYID AS 'Customer Checks Work-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       PA50100 AS ['Customer Checks Work']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['Customer Checks Work'].CURNCYID = ['Currency Setup'].CURNCYID
11ERROR SearchErrorIntegerINT0

Leave a Reply

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