Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

2018 Mobile App - automatically scrolling list

(0) ShareShare
ReportReport
Posted on by 5

Hi Guys,
We have a list form with the a single field above it for scanning. User scans Item Nos in that field and list below is being populated. When it is being run on the computer the newest items are always on the top (list auto-scrolls to show top most item). When the same page is opened on the phone app, the list does not scroll. New items are being added on the top, but you have to manually scroll the list to see them.
Any ideas?
Thank you in advance

Here is the code to update the list:
//Key - "Scan Date"+ "Scan Time"

CLEAR(Rec);
IF GET(UserCode, LocationCode, ScanText) THEN BEGIN
"New Shelf No." := ShelfNo;
"Scan Date" := TODAY;
"Scan Time" := TIME;
MODIFY;

END ELSE BEGIN
"User ID" := UserCode;
"Location Code" := LocationCode;
"Item No." := ScanText;
"Old Shelf No." := OldShelfNo;
"New Shelf No." := ShelfNo;
"Scan Date" := TODAY;
"Scan Time" := TIME;
INSERT;
END;


Rec.SETCURRENTKEY("Scan Date","Scan Time");
Rec.ASCENDING(FALSE);

IF Rec.FINDFIRST THEN;

CurrPage.UPDATE(FALSE);

  • Suggested answer
    THE Italian Profile Picture
    THE Italian on at
    RE: 2018 Mobile App - automatically scrolling list

    You might log this request through IDEAS site for future version improvements.

    ideas.dynamics.com/.../

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,436 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans