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

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
    on at
    RE: How to get selected rows from grid in D365?

    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
    RE: How to get selected rows from grid in D365?

    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
    on at
    RE: How to get selected rows from grid in D365?

    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

Responsible AI policies

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

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

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

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 2,004

#2
André Arnaud de Calavon Profile Picture

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

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 548 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans