Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/ME240460
Product: Mekorma MICR (2404)
Series: Company
Display Name: Mekorma MICR Check Audit HDR
Physical Name: ME240460
Technical Name: ME_CheckAuditHDRSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 Queue_ID Queue ID INT2 Integer 2 2 CHEKBKID Checkbook ID STR15_Checkbook_ID String 15 Key to the CM Checkbook Master (CM00100).
Click to show/hide
SELECT
['Mekorma MICR Check Audit HDR'].CHEKBKID AS 'Mekorma MICR Check Audit HDR-Checkbook ID'
,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
ME240460 AS ['Mekorma MICR Check Audit HDR']
INNER JOIN
CM00100 AS ['CM Checkbook Master']
ON
['Mekorma MICR Check Audit HDR'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID
3 BACHNUMB Batch Number STR15_LBAU String 15 4 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Mekorma MICR Check Audit HDR'].USERID AS 'Mekorma MICR Check Audit HDR-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
ME240460 AS ['Mekorma MICR Check Audit HDR']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Mekorma MICR Check Audit HDR'].USERID = ['Users Master'].USERID
5 MECHKID Check ID Long Int Long Integer 8 6 PMNTNMBR Payment Number STR20_LBAU String 20 7 DOCNUMBR Document Number STR20_Document_Number String 20 8 DOCDATE Document Date DT Date 8 9 ME_Refund_Check ME_Refund_Check Boolean Boolean 0 10 CHEKNMBR Check Number STR20_Document_Number String 20 11 CHEKAMNT Check Amount DLR19_RBS0_UTR$ Currency 19 12 VENDORID Vendor ID STR_15_Vendor_ID String 15 Key to the PM Vendor Master File (PM00200).
Click to show/hide
SELECT
['Mekorma MICR Check Audit HDR'].VENDORID AS 'Mekorma MICR Check Audit HDR-Vendor ID'
,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
ME240460 AS ['Mekorma MICR Check Audit HDR']
INNER JOIN
PM00200 AS ['PM Vendor Master File']
ON
['Mekorma MICR Check Audit HDR'].VENDORID = ['PM Vendor Master File'].VENDORID
13 ME_Voided ME_Voided INT Integer 0 14 MESEQNUMBR ME_SeqNumber LI_Sequence_Number Long Integer 10 15 CURNCYID Currency ID STR15_Currency_ID String 15 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['Mekorma MICR Check Audit HDR'].CURNCYID AS 'Mekorma MICR Check Audit HDR-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
ME240460 AS ['Mekorma MICR Check Audit HDR']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Mekorma MICR Check Audit HDR'].CURNCYID = ['Currency Setup'].CURNCYID
16 CURRNIDX Currency Index INT3 Integer 3 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['Mekorma MICR Check Audit HDR'].CURRNIDX AS 'Mekorma MICR Check Audit HDR-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
ME240460 AS ['Mekorma MICR Check Audit HDR']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['Mekorma MICR Check Audit HDR'].CURRNIDX = ['Currency Setup'].CURRNIDX