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)

Retrieve Multiple Records

(0) ShareShare
ReportReport
Posted on by

Hi friends,

            How can retrieve multiple records on button clicked method from grid in AX7.

While i am using the code like

"

InventItemGroup itemGroup;

itemGroup = InventItemGroup_DS.getFirst(1);
while (itemGroup.RecId != 0)
{
info(itemGroup.ItemGroupId);

itemGroup = InventItemGroup_DS.getNext();"

But i am getting in InventItemGroup_DS.  please suggest me a solution.

Thanks & regards,

padmapriya.v

 

*This post is locked for comments

I have the same question (0)
  • Martin Dráb Profile Picture
    239,122 Most Valuable Professional on at

    I have no idea what you mean by "but i am getting in InventItemGroup_DS", but you should rather use MultiSelectionHelper class to the records.

  • Suggested answer
    Fedir Kryvyi Profile Picture
    1,026 on at

    You can use MultiSelectionHelper class:

    community.dynamics.com/.../get-select-records-by-multiselectionhelper-class

    You can also use this tutorial from MSDN for standard aproach

    msdn.microsoft.com/.../formdatasource.getfirst.aspx

    Please note, if you need to select all records from grid regardless if they are being selected or not - set getFirst(false)

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
CP04-islander Profile Picture

CP04-islander 16

#2
GiacomoRovai Profile Picture

GiacomoRovai 4

#3
Douglas Noel Profile Picture

Douglas Noel 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans