Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

When I used the selectionchanged function, the field in the grid disappeared.

(0) ShareShare
ReportReport
Posted on by

hello.

 The grid's table type is regular.

The data in the table is being inserted as an insert function.

The selectionChanged function was used to include:

/// </summary>
public void selectionChanged()
{

super();
TYM_OrderProgressStatus_Temp transLoc;

str c;
c=TYM_OrderProgressStatus_Temp.OrderNo;

for (transLoc = TYM_OrderProgressStatus_Temp_ds.getFirst(1);transLoc;transLoc = TYM_OrderProgressStatus_Temp_ds.getNext())
{
while select transLoc
where transLoc.orderno == c
{

TYM_OrderProgressStatus_Temp_ds.markRecord(transLoc, true);
}
}

pastedimage1622205682655v1.png

pastedimage1622205698120v2.png

Mark it like the picture, and the grid disappears.

Thanks and Regards

  • André Arnaud de Calavon Profile Picture
    295,953 Super User 2025 Season 1 on at
    RE: When I used the selectionchanged function, the field in the grid disappeared.

    Hi JS Lee,

    Do you have an actual question here?

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Adis Profile Picture

Adis 136 Super User 2025 Season 1

#2
Sohail Ahmed Profile Picture

Sohail Ahmed 81

#3
Jonas "Jones" Melgaard Profile Picture

Jonas "Jones" Melgaard 77 Super User 2025 Season 1

Product updates

Dynamics 365 release plans