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

Regular table in SSRS report in D365FO

(0) ShareShare
ReportReport
Posted on by 608

Hi team,

I do research and found some of the standard report used regular table in SSRS report. I mostly used in memory and temp db in my custom ssrs report.

I have a questions like 

 

1. When we decide to go for regular table approach in ssrs report.

 

2. When we used regular table , then data will store on the table . If multiple developers worked on same report at a time then how data will fetch for respective users 

 

3. Is there any property other than “table type =Reguler table” required.

 

4. Any explicitly code is required to maintain regular table in dp class in process report method.

 

Pls advise, thanks 

 

 

Categories:
I have the same question (0)
  • Suggested answer
    Abishek Jagadeesh Profile Picture
    83 on at

    Hi, regular table isn't really recommended anymore, use it only if you need data to persist beyond the report session, otherwise stick to TempDB. It's a shared table, so data gets filtered by a SessionId/UserId field, and you need an index on that field. You'll also have to manually insert with that tagging and delete old records yourself in processReport, since it's not auto-cleaned like TempDB. Thanks

  • CU10121822-0 Profile Picture
    608 on at

    Hi Abhishek, 

    As mentioned, 

    Is sessionid / user id is automatically handled by the framework?

    What index are required? Pls provide me an example.

    Is only table type = regular table is enough?

    Pls advise, thanks

  • Suggested answer
    Anton Venter Profile Picture
    20,917 Super User 2026 Season 1 on at

    @CU10121822-0

    How the data is isolated between users, is done with Created Transaction Id. The SalesInvoiceTmp has this property enabled. What does this do? When the data is created in a transaction (ttsbegin/ttscommit), it creates a unique ID for this field. All the data created inside the transaction, has this ID so that the data can be identified later. The SalesInvoiceDP keeps this ID in a variable and when the data is retrieved by the report, it uses this CreatedTransactionID to return only the data that was created by the report itself.

     

    The data clean up for the Sales invoice report is done by a batch job. I assume this job gets added automatically to the batch by the system but I have not checked that and will be logical. But this is an assumption.

     

     

  • CU10121822-0 Profile Picture
    608 on at

    Hi Anton, basically we extend controller class with “SysOperationServiceController” but in the above example the controller class is extended with “SysOperationServiceController”. 

    Why? Is the report executed on the batch? 

    Note - i don't have system access so I couldn't check it 

    Pls advise, thanks 

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 Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

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

#1
André Arnaud de Calavon Profile Picture

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

#2
Subra Profile Picture

Subra 323

#3
Martin Dráb Profile Picture

Martin Dráb 243 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans