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 NAV (Archived)

Finding records on a page not a table

(0) ShareShare
ReportReport
Posted on by

In this code, how can I adjust it so it only becomes treu if the record exists on the put away page rather than exists on the table. Thanks!


recPostedWhseReceiptLine.RESET;
recPostedWhseReceiptLine.SETRANGE("Posted Source No.", Rec."Document No.");
recPostedWhseReceiptLine.FINDLAST;
WhseWkorkSheet.RESET;
WhseWkorkSheet.SETRANGE("Whse. Document No.", recPostedWhseReceiptLine."No.");
IF WhseWkorkSheet.FINDFIRST THEN
gblnEditAllowed := FALSE;

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Mohana Yadav Profile Picture
    61,184 Super User 2026 Season 1 on at

    you just need to change FALSE to TRUE

    gblnEditAllowed := TRUE;

    you can write else part to make it FALSE

    or simply

    WhseWkorkSheet.SETRANGE("Whse. Document No.", recPostedWhseReceiptLine."No.");

    gblnEditAllowed := WhseWkorkSheet.FINDFIRST;

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!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics NAV (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans