XLImport (XLImport)

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

Product: Excel-Based Budgeting (1878)
Series:

Display Name: XLImport
Physical Name: XLImport
Technical Name: XLImport

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

Click to show/hide

SELECT
       ['XLImport'].USERID AS 'XLImport-User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       XLImport AS ['XLImport']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['XLImport'].USERID = ['Users Master'].USERID
2BUDGETID SearchBudget IDStringSTR15_LBAU15
Key to the Budget Master (GL00200).

Click to show/hide

SELECT
       ['XLImport'].BUDGETID AS 'XLImport-Budget ID'
       ,['Budget Master'].BUDGETID AS 'Budget Master-Budget ID'
FROM
       XLImport AS ['XLImport']
INNER JOIN
       GL00200 AS ['Budget Master']
              ON
                     ['XLImport'].BUDGETID = ['Budget Master'].BUDGETID
3ACTNUMBR_1 SearchAccount Number:Account_Segment_Pool1StringAccount_Segment_Pool16
4ACTNUMBR_2 SearchAccount Number:Account_Segment_Pool2StringAccount_Segment_Pool26
5ACTNUMBR_3 SearchAccount Number:Account_Segment_Pool3StringAccount_Segment_Pool36
6ACTNUMBR_4 SearchAccount Number:Account_Segment_Pool4StringAccount_Segment_Pool46
7ACTNUMBR_5 SearchAccount Number:Account_Segment_Pool5StringAccount_Segment_Pool56
8ACTNUMBR_6 SearchAccount Number:Account_Segment_Pool6StringAccount_Segment_Pool66
9ACTNUMBR_7 SearchAccount Number:Account_Segment_Pool7StringAccount_Segment_Pool76
10ACTNUMBR_8 SearchAccount Number:Account_Segment_Pool8StringAccount_Segment_Pool86
11ACTNUMBR_9 SearchAccount Number:Account_Segment_Pool9StringAccount_Segment_Pool96
12ACTNUMBR_10 SearchAccount Number:Account_Segment_Pool10StringAccount_Segment_Pool106
13PERIODDT SearchPeriod DateDateDT_Date6
14PERIODID SearchPeriod IDIntegerINT33
15BUDGETAMT SearchBudget AmountCurrencyDLR19_$S219
16ACCATNUM SearchAccount Category NumberIntegerINT2_U02
Key to the Account Category Master (GL00102).

Click to show/hide

SELECT
       ['XLImport'].ACCATNUM AS 'XLImport-Account Category Number'
       ,['Account Category Master'].ACCATNUM AS 'Account Category Master-Account Category Number'
FROM
       XLImport AS ['XLImport']
INNER JOIN
       GL00102 AS ['Account Category Master']
              ON
                     ['XLImport'].ACCATNUM = ['Account Category Master'].ACCATNUM
17ACTINDX SearchAccount IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['XLImport'].ACTINDX AS 'XLImport-Account Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       XLImport AS ['XLImport']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['XLImport'].ACTINDX = ['Account Index Master'].ACTINDX

Leave a Reply

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