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 :
Finance | Project Operations, Human Resources, ...
Answered

How to get selected rows from grid in D365?

(0) ShareShare
ReportReport
Posted on by 932

Hi , 

I want to get the selected rows from grid control, 

I have the same question (0)
  • Blue Wang Profile Picture
    Microsoft Employee on at

    Hi Basma,

    Use MultiSelectionHelper class to iterate all selected records.

    Example code:

    MultiSelectionHelper          selectionHelper = MultiSelectionHelper::construct();
    Set                           selectedRecords = new Set(Types::Record);
    MyTable                       myTable;
    super();
     
    selectionHelper.parmDataSource(MyTable_DS); 
    myTable  = selectionHelper.getFirst(); 
     
    if (myTable.RecId)
    {
        while (myTable)
        {
            selectedRecords.add(myTable);
            info(strFmt("Selected record is %1",myTable.myField));//Display selected record
            myTable = selectionHelper.getNext();
        }
    }

  • BASMA Profile Picture
    932 on at

    HI,

    I used it , but I get this message :

    "The name 'MultiSelectionHelper' does not denote a class, a table, or an extended data type".

  • Verified answer
    Blue Wang Profile Picture
    Microsoft Employee on at

    HI Basma,

    Have you added reference package Application Common?

    3302.PNG

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 > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 681

#2
André Arnaud de Calavon Profile Picture

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

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 218 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans