web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Relation Between Tables

(0) ShareShare
ReportReport
Posted on by 5

Hello Everyone,

I am making a drillthrough report for which i want to join GeneralJournalAccountEntry Table with Cust Table .

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Chaitanya Golla Profile Picture
    17,225 on at

    Hi,

    Please use the following job/code to establish relationship between GeneralJournalAccountEntry and CustTable.

    static void CustTable(Args _args)
    {
        CustTable                           custTable;
        CustTrans                           custTrans;
         GeneralJournalEntry                 generalJournalEntry;
        GeneralJournalAccountEntry          journalAccountEntry;
        DataAreaId                          companyId;
        DirPartyTable                       party;
        
        companyId = curext();
        
        while select journalAccountEntry
        join generalJournalEntry
            where ((generalJournalEntry.RecId == journalAccountEntry.GeneralJournalEntry)
                && (generalJournalEntry.SubledgerVoucherDataAreaId == companyId))
            join AccountNum, RecId from custTrans
                where ((custTrans.Voucher == generalJournalEntry.SubledgerVoucher)
                    && (custTrans.ReportingCurrencyAmount == journalAccountEntry.ReportingCurrencyAmount))
                join AccountNum, Party from custTable
                    where (custTable.AccountNum == custTrans.AccountNum)
                    join Name from party
                        where party.RecId == custTable.party
        {
            info(strfmt("Name: %1, Account: %2", custTable.name(), custTable.AccountNum));
        }
    }


Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans