web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

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
    60,993 Super User 2025 Season 2 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics NAV (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans