NC_GL_HIST_VOLD_SQL (NCABR019)

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

Product: Advanced Bank Reconciliation (2440)
Series: Financial

Display Name: NC_GL_HIST
Physical Name: NCABR019
Technical Name: NC_GL_HIST

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1OPENYEAR SearchOpen YearINT4_S0Integer4
2JRNENTRY SearchJournal EntryLI8_U0Long Integer8
3RCTRXSEQ SearchRecurring TRX SequenceDLR19_$S2Currency19
4SOURCDOC SearchSource DocumentSTR10_Source_DocumentString10
Key to the Source Document Master (SY00900).

Click to show/hide

SELECT
       ['NC_GL_HIST'].SOURCDOC AS 'NC_GL_HIST-Source Document'
       ,['Source Document Master'].SOURCDOC AS 'Source Document Master-Source Document'
FROM
       NCABR019 AS ['NC_GL_HIST']
INNER JOIN
       SY00900 AS ['Source Document Master']
              ON
                     ['NC_GL_HIST'].SOURCDOC = ['Source Document Master'].SOURCDOC
5REFRENCE SearchReferenceSTR30String30
6DSCRIPTN SearchDescriptionSTR30String30
7TRXDATE SearchTRX DateDT_DateDate6
8TRXSORCE SearchTRX SourceSTR13String13
9ACTINDX SearchAccount IndexLI_14Long Integer14
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['NC_GL_HIST'].ACTINDX AS 'NC_GL_HIST-Account Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       NCABR019 AS ['NC_GL_HIST']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['NC_GL_HIST'].ACTINDX = ['Account Index Master'].ACTINDX
10TRXAMNT SearchTRX AmountDLR19_$S2Currency19
11POLLDTRX SearchPolled TransactionYNBoolean0
12LASTUSER SearchLast UserUser_IDString15
13LSTDTEDT SearchLast Date EditedDT_DateDate6
14USWHPSTD SearchUser Who PostedUser_IDString15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['NC_GL_HIST'].USWHPSTD AS 'NC_GL_HIST-User Who Posted'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       NCABR019 AS ['NC_GL_HIST']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['NC_GL_HIST'].USWHPSTD = ['Users Master'].USERID
15ORGNTSRC SearchOriginating SourceSTR15String15
16ORGNATYP SearchOriginating TypeINTInteger0
17QKOFSET SearchQuick OffsetINTInteger0
18SERIES SearchSeriesDDL_SeriesInteger0
19ORTRXTYP SearchOriginating TRX TypeINTInteger0
20ORCTRNUM SearchOriginating Control NumberSTR20String20
21NC_Orig_ID_600 SearchNC_Orig_ID_600STR20String20
22ORMSTRID SearchOriginating Master IDSTR30String30
23NC_Orig_Name_600 SearchNC_Orig_Name_600STR30String30
24ORMSTRNM SearchOriginating Master NameSTR64String64
25ORDOCNUM SearchOriginating Document NumberSTR20String20
26ORPSTDDT SearchOriginating Posted DateDT_DateDate6
27ORTRXSRC SearchOriginating TRX SourceSTR13String13
28CURNCYID SearchCurrency IDSTR15_Currency_IDString15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['NC_GL_HIST'].CURNCYID AS 'NC_GL_HIST-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       NCABR019 AS ['NC_GL_HIST']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['NC_GL_HIST'].CURNCYID = ['Currency Setup'].CURNCYID
29CURRNIDX SearchCurrency IndexINT3Integer3
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['NC_GL_HIST'].CURRNIDX AS 'NC_GL_HIST-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       NCABR019 AS ['NC_GL_HIST']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['NC_GL_HIST'].CURRNIDX = ['Currency Setup'].CURRNIDX
30RATETPID SearchRate Type IDSTR15_Rate_Type_IDString15
Key to the Multicurrency Rate Type Setup (MC40100).

Click to show/hide

SELECT
       ['NC_GL_HIST'].RATETPID AS 'NC_GL_HIST-Rate Type ID'
       ,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
       NCABR019 AS ['NC_GL_HIST']
INNER JOIN
       MC40100 AS ['Multicurrency Rate Type Setup']
              ON
                     ['NC_GL_HIST'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID
31EXGTBLID SearchExchange Table IDSTR15_Exchange_Table_IDString15
Key to the Multicurrency Exchange Rate Maintenance (MC00100).

Click to show/hide

SELECT
       ['NC_GL_HIST'].EXGTBLID AS 'NC_GL_HIST-Exchange Table ID'
       ,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
       NCABR019 AS ['NC_GL_HIST']
INNER JOIN
       DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
              ON
                     ['NC_GL_HIST'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
32XCHGRATE SearchExchange RateDLR14_Exchange_RateCurrency (Variable)14
33EXCHDATE SearchExchange DateDT_DateDate6
34TIME1 SearchTimeTM6Time6
35RTCLCMTD SearchRate Calculation MethodGBInteger0
36ORIGAMT SearchOriginating AmountDLR19_$S2Currency19
37NOTEINDX SearchNote IndexDLR14Currency14
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['NC_GL_HIST'].NOTEINDX AS 'NC_GL_HIST-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       NCABR019 AS ['NC_GL_HIST']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['NC_GL_HIST'].NOTEINDX = ['Record Notes Master'].NOTEINDX
38NC_Match_Number SearchNC_Match_NumberNC_Match_NumberLong Integer10
39BANKID SearchBank IDSTR15_Bank_IDString15
40NC_Marked SearchNC_MarkedNC_MarkedBoolean0
41NC_Matched SearchNC_MatchedBooleanBoolean0
42NC_Sequence_Number SearchNC_Sequence_NumberNC_Sequence_NumberLong Integer10
43RECONUM SearchReconcile NumberDLR_Document_NumberCurrency19
44NC_Reconciled_Date SearchNC_Reconciled_DateDATEDate6
45NC_Originating_Trx SearchNC_Originating_TrxINT1Integer1
46NCReconcileJournal SearchNC_Reconcile_JournalLI8_U0Long Integer8
47NC_Bank_Amount SearchNC Bank AmountDLR19_$S2Currency19
48NC_MC_Def_1 SearchNC_MC_Def:Currency IDSTR15_Currency_IDString15
49NC_MC_Def_2 SearchNC_MC_Def:Currency IndexINT3Integer3
50NC_MC_Def_3 SearchNC_MC_Def:Rate Type IDSTR15_Rate_Type_IDString15
51NC_MC_Def_4 SearchNC_MC_Def:Exchange Table IDSTR15_Exchange_Table_IDString15
52NC_MC_Def_5 SearchNC_MC_Def:Exchange RateDLR14_Exchange_RateCurrency (Variable)14
53NC_MC_Def_6 SearchNC_MC_Def:Exchange DateDT_DateDate6
54NC_MC_Def_7 SearchNC_MC_Def:Decimal PlacesDDL_Decimal_PlacesInteger0
55NC_MC_Def_8 SearchNC_MC_Def:TimeTM6Time6
56NC_MC_Def_9 SearchNC_MC_Def:Rate Calc MethodINTInteger0
57NC_MC_Def_10 SearchNC_MC_Def:View ModeINTInteger0
58NC_MC_Def_11 SearchNC_MC_Def:IS MC TrxINTInteger0
59NC_MC_Def_12 SearchNC_MC_Def:Expiration DateDT_DateDate6
60NC_MC_Def_13 SearchNC_MC_Def:Denomination Exchange RateDLR14_Exchange_RateCurrency (Variable)14
61NC_MC_Def_14 SearchNC_MC_Def:MC Transaction StateINT1Integer1

Leave a Reply

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