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

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Loop through form data source with paramter

(0) ShareShare
ReportReport
Posted on by

Hi I'm updating fields on a form data source that only meet a certain criteria:

        TestTmpLocal = TestTmp_ds.getFirst() as TestTmp;

        TestTmpLocal.selectForUpdate(true);
                
        while (TestTmpLocal)
        {
            if(TestTmpLocal.InventTransId == _inventTransid && TestTmpLocal.InventDimId == _inventDimId )
            { 
                TestTmpLocal.RemainQty = TotalRemainQty;

                ttsbegin;
                TestTmpLocal.doUpdate();
                ttscommit;
            }

            TestTmpLocal = TestTmp_ds.getNext() as TestTmp;
        }

But this way I'm looping through all the records.

Is there a way to query the dataset just where inventtransid and inventdimid match?

I have the same question (0)
  • Suggested answer
    Mohit Rampal Profile Picture
    12,563 Moderator on at
    RE: Loop through form data source with paramter

    Hi, If it's TempDB table, can you try update_recordset. I don't remember if there is any limitation for temp db tables but if it works, you can avoid looping all records in table

  • brianmaric Profile Picture
    on at
    RE: Loop through form data source with paramter

    It works except it's making the quantity that I enter disappear

  • brianmaric Profile Picture
    on at
    RE: Loop through form data source with paramter

    just needed to update the record first..

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Pallavi Phade – Community Spotlight

We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…

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

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 724 Super User 2025 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 580 Most Valuable Professional

#3
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 554

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans