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...
Answered

How to capture the last transaction of location code

(0) ShareShare
ReportReport
Posted on by 229

Hi all experts,

I'm new to AL language.
I want to capture the location code in the Item Ledger Entry - Last transaction of the location code (Highlighted in Red Box)

As currently my report is printed the location code with first record, so now i wish to capture the last record of location code.

I direct pulled the field location code in item ledger entry, but it print the first record in report layout.

How can i write the code and print in the report?

Below is my screenshot.

pastedimage1644841461319v1.png

pastedimage1644841483334v2.png

Thank you.

  • Suggested answer
    Vaishnavi J Profile Picture
    3,058 on at
    RE: How to capture the last transaction of location code

    Hi

    you can use FindLast function to get the last record.

    and then  you have to create a report if you have it then simply use its ID in RunModal Function.

    Example:

    ItemLedgerEntry : Record Item Ledger Entry;

    If ItemLedgerEntry.FindLast() then

                               Report.RunModal(50101, true, true, ItemLedgerEntry);

    Below is the link for more information.

    docs.microsoft.com/.../record-findlast-method

    docs.microsoft.com/.../page-runmodal--method

    If my answer was helpful to you, please verify it so that other users know it worked. Thank you very much.

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,923 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,788 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans