Check Recurring (CB900037)

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

Product: Cashbook (1058)
Series: Financial

Display Name: Check Recurring
Physical Name: CB900037
Technical Name: CB_Check_Recurring

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1EXPNDATE SearchExpiration DateDT_DateDate6
2CB_Exchange_Rate SearchCB_Exchange_RateDLR14_Exchange_RateCurrency (Variable)14
3CB_Rate_Calc_Method SearchCB_Rate_Calc_MethodINTInteger0
4CB_Cancelled_Check SearchCB_Cancelled_CheckCB_Canceled_CheckBoolean0
5CHEKBKID SearchCheckbook IDSTR15_Checkbook_IDString15
Key to the CM Checkbook Master (CM00100).

Click to show/hide

SELECT
       ['Check Recurring'].CHEKBKID AS 'Check Recurring-Checkbook ID'
       ,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
       CB900037 AS ['Check Recurring']
INNER JOIN
       CM00100 AS ['CM Checkbook Master']
              ON
                     ['Check Recurring'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID
6CURRNIDX SearchCurrency IndexINT3Integer3
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['Check Recurring'].CURRNIDX AS 'Check Recurring-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       CB900037 AS ['Check Recurring']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['Check Recurring'].CURRNIDX = ['Currency Setup'].CURRNIDX
7CURNCYID SearchCurrency IDSTR15_Currency_IDString15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['Check Recurring'].CURNCYID AS 'Check Recurring-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       CB900037 AS ['Check Recurring']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['Check Recurring'].CURNCYID = ['Currency Setup'].CURNCYID
8EXCHDATE SearchExchange DateDT_DateDate6
9XCHGRATE SearchExchange RateDLR14_Exchange_RateCurrency (Variable)14
10RATECALC SearchRate Calc MethodINTInteger0
11RATETPID SearchRate Type IDSTR15_Rate_Type_IDString15
Key to the Multicurrency Rate Type Setup (MC40100).

Click to show/hide

SELECT
       ['Check Recurring'].RATETPID AS 'Check Recurring-Rate Type ID'
       ,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
       CB900037 AS ['Check Recurring']
INNER JOIN
       MC40100 AS ['Multicurrency Rate Type Setup']
              ON
                     ['Check Recurring'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID
12TIME1 SearchTimeTM6Time6
13CB_Line_No SearchCB_Line_NoSTR10String10
14BACHNUMB SearchBatch NumberSTR15_LBAUString15
15CB_Trans_Option SearchCB_Trans_OptionCB_DDL_OptionInteger0
16payment_method Searchpayment methodpayment mothodInteger0
17DOCNUMBR SearchDocument NumberSTR20_Document_NumberString20
18CHEKNMBR SearchCheck NumberSTR20_Document_NumberString20
19CB_Deposit_Date SearchCB_Deposit_DateDTDate8
20CB_Type SearchCB_TypeCB_DDL_Type2Integer0
21CB_Payee SearchCB_PayeeSTR40String40
22VENDORID SearchVendor IDSTR_15_Vendor_IDString15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['Check Recurring'].VENDORID AS 'Check Recurring-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       CB900037 AS ['Check Recurring']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['Check Recurring'].VENDORID = ['PM Vendor Master File'].VENDORID
23CUSTNAME SearchCustomer NameSTR64_Customer_NameString64
24DSCRIPTN SearchDescriptionSTR30String30
25EXGTBLID SearchExchange Table IDSTR15_Exchange_Table_IDString15
Key to the Multicurrency Exchange Rate Maintenance (MC00100).

Click to show/hide

SELECT
       ['Check Recurring'].EXGTBLID AS 'Check Recurring-Exchange Table ID'
       ,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
       CB900037 AS ['Check Recurring']
INNER JOIN
       DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
              ON
                     ['Check Recurring'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
26CB_Check_Amount SearchCB_Check_AmountDLR19_RBS0_UTR$Currency19
27CB_Check_Total SearchCB_Check_TotalDLR19_RBS0_UTR$Currency19
28CB_Trans_Amount SearchCB_Trans_AmountCB_DLR19Currency19
29CB_Use_Current SearchCB_Use_CurrentCBBoolean0
30CB_Exc_Inc SearchCB_Exc_IncDDLInteger0
31CB_Type_Description SearchCB_Type_DescriptionSTR30String30
32Vat_Amount SearchVat_AmountDLR19_RBS0_UTR$Currency19
33ACTNUMBR_1 SearchAccount Number:Account_Segment_Pool1Account_Segment_Pool1String6
34ACTNUMBR_2 SearchAccount Number:Account_Segment_Pool2Account_Segment_Pool2String6
35ACTNUMBR_3 SearchAccount Number:Account_Segment_Pool3Account_Segment_Pool3String6
36ACTNUMBR_4 SearchAccount Number:Account_Segment_Pool4Account_Segment_Pool4String6
37ACTNUMBR_5 SearchAccount Number:Account_Segment_Pool5Account_Segment_Pool5String6
38ACTNUMBR_6 SearchAccount Number:Account_Segment_Pool6Account_Segment_Pool6String6
39ACTNUMBR_7 SearchAccount Number:Account_Segment_Pool7Account_Segment_Pool7String6
40ACTNUMBR_8 SearchAccount Number:Account_Segment_Pool8Account_Segment_Pool8String6
41ACTNUMBR_9 SearchAccount Number:Account_Segment_Pool9Account_Segment_Pool9String6
42ACTNUMBR_10 SearchAccount Number:Account_Segment_Pool10Account_Segment_Pool10String6
43ACTINDX SearchAccount IndexLI_14Long Integer14
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['Check Recurring'].ACTINDX AS 'Check Recurring-Account Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       CB900037 AS ['Check Recurring']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['Check Recurring'].ACTINDX = ['Account Index Master'].ACTINDX
44TAXDTLID SearchTax Detail IDSTR15_Tax_Detail_IDString15
Key to the Sales/Purchases Tax Master (TX00201).

Click to show/hide

SELECT
       ['Check Recurring'].TAXDTLID AS 'Check Recurring-Tax Detail ID'
       ,['Sales/Purchases Tax Master'].TAXDTLID AS 'Sales/Purchases Tax Master-Tax Detail ID'
FROM
       CB900037 AS ['Check Recurring']
INNER JOIN
       TX00201 AS ['Sales/Purchases Tax Master']
              ON
                     ['Check Recurring'].TAXDTLID = ['Sales/Purchases Tax Master'].TAXDTLID
45TAXSCHID SearchTax Schedule IDSTR15_Tax_Schedule_IDString15
Key to the Sales/Purchases Tax Schedule Header Master (TX00101).

Click to show/hide

SELECT
       ['Check Recurring'].TAXSCHID AS 'Check Recurring-Tax Schedule ID'
       ,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
       CB900037 AS ['Check Recurring']
INNER JOIN
       TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
              ON
                     ['Check Recurring'].TAXSCHID = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID
46CB_Vat_Account_Index SearchCB_Vat_Account_IndexLI_14Long Integer14
47CB_Vat_Account_Number_1 SearchCB_Vat_Account_Number:Account_Segment_Pool1Account_Segment_Pool1String6
48CB_Vat_Account_Number_2 SearchCB_Vat_Account_Number:Account_Segment_Pool2Account_Segment_Pool2String6
49CB_Vat_Account_Number_3 SearchCB_Vat_Account_Number:Account_Segment_Pool3Account_Segment_Pool3String6
50CB_Vat_Account_Number_4 SearchCB_Vat_Account_Number:Account_Segment_Pool4Account_Segment_Pool4String6
51CB_Vat_Account_Number_5 SearchCB_Vat_Account_Number:Account_Segment_Pool5Account_Segment_Pool5String6
52CB_Vat_Account_Number_6 SearchCB_Vat_Account_Number:Account_Segment_Pool6Account_Segment_Pool6String6
53CB_Vat_Account_Number_7 SearchCB_Vat_Account_Number:Account_Segment_Pool7Account_Segment_Pool7String6
54CB_Vat_Account_Number_8 SearchCB_Vat_Account_Number:Account_Segment_Pool8Account_Segment_Pool8String6
55CB_Vat_Account_Number_9 SearchCB_Vat_Account_Number:Account_Segment_Pool9Account_Segment_Pool9String6
56CB_Vat_Account_Number_10 SearchCB_Vat_Account_Number:Account_Segment_Pool10Account_Segment_Pool10String6
57INTERID SearchIntercompany IDSTR5_IC_IDString5
Key to the Company Master (SY01500).

Click to show/hide

SELECT
       ['Check Recurring'].INTERID AS 'Check Recurring-Intercompany ID'
       ,['Company Master'].INTERID AS 'Company Master-Intercompany ID'
FROM
       CB900037 AS ['Check Recurring']
INNER JOIN
       DYNAMICS..SY01500 AS ['Company Master']
              ON
                     ['Check Recurring'].INTERID = ['Company Master'].INTERID
58CMPANYID SearchCompany IDINT5Integer4
Key to the Company Master (SY01500).

Click to show/hide

SELECT
       ['Check Recurring'].CMPANYID AS 'Check Recurring-Company ID'
       ,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
       CB900037 AS ['Check Recurring']
INNER JOIN
       DYNAMICS..SY01500 AS ['Company Master']
              ON
                     ['Check Recurring'].CMPANYID = ['Company Master'].CMPANYID

Leave a Reply

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