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)
Active Discussion

To get Invoice Id on Sales Order form

(0) ShareShare
ReportReport
Posted on by 2,430

Hello Friends ,

I am writing display method to get invoiceId on Sales Order form. Same you can also get invoice amount on form just to change select InvoiceAmount  instead of InvoiceId and return type also to InvoiceAmount.

Display InvoiceId   invoiceID()
{
    SalesTable salesTable;
    CustInvoiceJour custInvoiceJour;
    ;
    salesTable = SalesTable::find(this.SalesId);
    select InvoiceId from custInvoiceJour where custInvoiceJour.SalesId == salesTable.SalesId;
    return custInvoiceJour.InvoiceId;
}

*This post is locked for comments

  • Rustem Galiamov Profile Picture
    8,072 on at

    And what is the question?

  • faiz7049 Profile Picture
    2,430 on at

    I am not asking, this post for those who do not know how to display method works

  • Rustem Galiamov Profile Picture
    8,072 on at

    Ok.

    And if you already have SalesId why you using SalesTable::find() ?

    You code should looks like:

    {
        return CustInvoiceJour::findFromSalesId_IN(this.SalesId).InvoiceId;
    }


    But, which invoiceId will be displayed if one sales order have several invoices? 

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 26

#2
imran ul haq Profile Picture

imran ul haq 8

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 4 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans