Skip to main content
Community site session details

Community site session details

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

How do I display my data on a form when the datasource is a tempDb table

(0) ShareShare
ReportReport
Posted on by 185
I have created a D365 F&O form that allows the user to define parameters and then press an Apply button.  This button then runs a number of calculations and then writes the results to a tempDB table. 
I have added this tempDb table as my datasource on the form.  However I can not get the results to display on the form.
I originally created the table as a regular table so that I could debug and see the complete results in the db. So I used research(true) and refresh() to display the results on the form.  Everything was working with the regular table.
This is not working on the tempDb table.
Please can you help and maybe point me to an example.
I get the following error also
  • Suggested answer
    Mohamed Amine Mahmoudi Profile Picture
    26,189 Super User 2025 Season 2 on at
    How do I display my data on a form when the datasource is a tempDb table
     
    I think you need to add linkPhysicalTableInstance in init method.
    public void init()
    {
       super();
       {{yourdatasourcename}}_DS.linkPhysicalTableInstance({{tmpTableName}});
    }
    Otherwise can you please share with us your code.
     
    Best regards,
     

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

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

#1
Alireza Eshaghzadeh Profile Picture

Alireza Eshaghzadeh 799 Super User 2025 Season 2

#2
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 757 Super User 2025 Season 2

#3
Abhilash Warrier Profile Picture

Abhilash Warrier 751 Super User 2025 Season 2

Product updates

Dynamics 365 release plans