Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/palbCash
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Lockbox Cash Work
Physical Name: palbCash
Technical Name: paRMCashWORKSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 BACHNUMB Batch Number String STR15_LBAU 15 2 BCHSOURC Batch Source String STR15 15 3 RMDTYPAL RM Document Type-All Integer INT2 2 Document Type records the type of document.
Click to show/hide the Document Types
0 Balance Carried Forward
1 Sales / Invoice
2 Scheduled Payments
3 Debit Memo
4 Finance Charge
5 Service Repairs
6 Warranties
7 Credit Memo
8 Returns
9 Payments
4 DOCNUMBR Document Number String STR20_Document_Number 20 5 CUSTNMBR Customer Number String STR15_RM_Customer_Number 15 Key to the RM Customer MSTR (RM00101).
Click to show/hide
SELECT
['Lockbox Cash Work'].CUSTNMBR AS 'Lockbox Cash Work-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
palbCash AS ['Lockbox Cash Work']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['Lockbox Cash Work'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR
6 CUSTNAME Customer Name String STR64_Customer_Name 64 7 BNKBRNCH Bank Branch String STR20 20 8 BANKNAME Bank Name String STR30 30 9 BNKACTNM Bank Account Number String STR15 15 10 LockboxID paLockboxID String STR15_LBAU 15 11 ERRSTATE Error State Long Integer Long Int 8