Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

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

Posted on by Microsoft Employee

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
    André Arnaud de Cal... 291,253 Super User 2024 Season 2 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans