Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8616277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:34:46+00:00 2026-06-12T05:34:46+00:00

I need to loop on InventTrans to cumulate itemId quantities for some dates and

  • 0

I need to loop on InventTrans to cumulate itemId quantities for some dates and populate a temp table with the results in a form using this temp table as datasource. I used a class and the process is quite long (about 5-10 seconds) for an itemId.

Which code is fastest?

  1. using a class that does the process
  2. methods on the temp table
  3. process with a button clicked() on the caller form

How can I improve my code?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T05:34:47+00:00Added an answer on June 12, 2026 at 5:34 am

    As you do not show your code, improving on it will be purely speculative.

    I would rule out number 3 entirely; putting business logic in clicked methods is not an option.

    Things to consider:

    • Client/server: Prefer putting the logic and data access on the server side, use the server keyword on the table method or class static method (or use class property). Avoid call back to client for parameters etc.
    • Data access: Consider index usage, use field list in select etc.
    • Transactions: Use ttsbegin/ttscommit outside main loop, it speeds disc access even for temp tables.
    • TempDB tables: In AX 2012 consider using TempDB tables populated with insert_recordset.
    • Avoid using temp tables, if possible: In your case the InventSum table may have the data ready for you. Use the sum keyword in the select, combined with join on the InventDim table. Consider making a view to do the hard work. This will make the SQL server do the calculation, which typically results in a two-digit factor increase in performance.

    Long queries? Enable SQL logging of long queries in your user settings.

    What is the time spent on? Use the code profiler.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to check a form before submitting but need to loop through some
Ok just to keep this simple I need to loop through the DISTINCT results
I need to loop through a List of Dictionaries List<Dictionary<string,string>> to populate a DataTable.
Okay so this is a bit complex but I need to loop through this
I need to loop some values, for i in $(seq $first $last) do does
I need to loop through some elements in the page and then, for each
I need to loop every row of a dataset 100k times. This dataset contains
I need to loop through all table elements, somewhere keeping an index and then
I need a loop for main in Haskell. I've tried this: main :: IO
I need to loop through an AdvancedDataGrid's tree. Can anyone explain me some things?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.