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)

Display Method for 3 tables having relation with each of the 2 tables between

(0) ShareShare
ReportReport
Posted on by

Hi everyone,

My issue is of want display method which is having 3 tables in which 3 tables are interrelated with each other shown in the below example.

I had 3 tables as InventranferJour, Inventtransferjourline and CustInvoiceTrans.

these 3 table are having relation as below:

CustInvoiceTrans.ItemID=InventTransferJourLine.ItemID and

InventTransferJourLine.InventTransferID=InventTransferJour.InventTransferID

I want a field to be displayed from the InventTransferJour what will be the coding in Display method.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Rohin Profile Picture
    4,624 on at

    you can use Select statement to make joins between these tables using above relations.

    By the way , where you are going to write display method ...i.e .table level or form level

  • Suggested answer
    Rohin Profile Picture
    4,624 on at

    for your reference , try this one:

    static void Job13(Args _args)

    {

     CustInvoiceTrans   custInvoiceTrans;

     InventTransferJourLine   iTJL;

     InventTransferJour    iTJ;

       ;

       select custInvoiceTrans join iTJL where custInvoiceTrans.ItemId == iTJL.ItemId

       join iTJ where  iTJL.TransferId == iTJ.TransferId ;

       info(strFmt("%1", iTJ.DlvTermId));

    }

  • Verified answer
    Community Member Profile Picture
    on at

    display Str Name()

    {

           return InventTransferJour::find(InventTransferJourLine::find(CustInvoiceTrans.ItemID).InventTransferJour.Required field

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 16

#2
GiacomoRovai Profile Picture

GiacomoRovai 4

#3
Douglas Noel Profile Picture

Douglas Noel 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans