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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to get a selected records from Form to table

(0) ShareShare
ReportReport
Posted on by 55

How to get a selected records from Form to table if any one knows,please help me out.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    zeeshan.shaikh Profile Picture
    683 on at

    Hi Keshav,

    You can use below code to get the selected records from form datasource and put your logic inside for loop.

    FormDataSource salesLineDs;
        SalesLine      SalesLine; //sales line form datasoruce, you can change it to your form data source table 
        
        salesLineDs = Datasource //Set the form datasource
        
        for (SalesLine = salesLineDs.getFirst(true) ? salesLineDs.getFirst(true) : salesLineDs.cursor();
             SalesLine; SalesLine = salesLineDs.getnext())
        {
            //Add your code here
        }


    Regards,

    Ali Zeeshan

  • Anton Venter Profile Picture
    20,674 Super User 2026 Season 1 on at

    You should use the MultiSelectionHelper class to enumerate the selected records.

  • Keshav_ Profile Picture
    55 on at

    Thanks Ali Zeeshan.it is working fine now

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Andrew Jones a1x Profile Picture

Andrew Jones a1x 2

#3
Basit Profile Picture

Basit 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans