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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

How to add OrderAccount from Free Text Invoice to Open Customer Invoices list page?

(1) ShareShare
ReportReport
Posted on by 138

 

Hi everyone,

 

I'm working on a customization in D365 F&O and I need some guidance on the best approach.

 

Requirement:
I want to add the Customer Account (OrderAccount) field to the Open Customer Invoices list page (CustOpenInvoicesListPage), showing the same value as the Customer Account field in the Free Text Invoice form (CustFreeInvoice), because the existing customer account represents the invoice account. 

My Questions:

  1. What is the best practice approach for this?

  2. Should I use a display method, query join, or physical field?
Categories:
I have the same question (0)
  • Suggested answer
    André Arnaud de Calavon Profile Picture
    305,536 Super User 2026 Season 1 on at
    Hi Raed,

    As you mentioned, there are different ways to achieve this. All options have pros and cons.
     
    Display method:
    - This is calculated row-by-row which has a performance penalty. 
    - You can't search or filter on a display field.
    + It is not consuming additional database storage.
     
    Query join
    = The data is retrieved set-based from the database which will be a smaller performance impact compared to a display method.
    + You can filter on the physical field from the joined table.
    + It is not consuming additional database storage.
     
    Physical field
    - You need additional coding to populate the value of the field.
    - It is consuming additional database storage.
    + You can filter on the physical field from the joined table.
    + It has no performance impact when retrieving data from the database.
     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 635 Super User 2026 Season 1

#2
André Arnaud de Calavon Profile Picture

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

#3
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 557

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans