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 :
Small and medium business | Business Central, N...
Answered

Page Not Appearing

(0) ShareShare
ReportReport
Posted on by 3,518

Hi:

Below is AL code for a query and page that I created in Visual Studio Code.  

Upon publishing, I receive no error.  But, the list page does not appear in my Sandbox.

Does anyone have any ideas, as to why not?

Thanks!

John

query 50100 "Lot Avail. by Bin"
{
    QueryType = Normal;
    elements
    {
        dataitem(Item_Ledger_Entry; "Item Ledger Entry")
        {
            column(Item_No_; "Item No.") { }
            column(Lot_No_; "Lot No.") { }
            dataitem(Warehouse_Entry; "Warehouse Entry")
            {
                DataItemLink = "Location Code" = Item_Ledger_Entry."Location Code",
                           "Item No." = Item_Ledger_Entry."Item No.",
                           "Lot No." = Item_Ledger_Entry."Lot No.";
                column(Entry_No_; "Entry No.") { }
                column(Location_Code; "Location Code") { }
                column(Zone_Code; "Zone Code") { }
                column(Bin_Code; "Bin Code") { }
                column(Sum_Quantity; Quantity) { Method = Sum; }
                dataitem(Bin; Bin)
                {
                    DataItemLink = Code = Warehouse_Entry."Bin Code";
                    dataitem(Bin_Type; "Bin Type")
                    {
                        DataItemLink = Code = Bin.Code;
                        DataItemTableFilter = Pick = CONST(true);
                    }
                }
            }
        }
    }
}
page 50141 "Lot Avail. by Bin"
{
    PageType = List;
    SourceTable = "Warehouse Entry";
    SourceTableTemporary = true;
    UsageCategory = Lists;

    layout
    {
        area(Content)
        {
            repeater(Group)
            {
                field("Item No."; "Item No.") { ApplicationArea = Basic; }
                field("Location Code"; "Location Code") { ApplicationArea = Basic; }
                field("Bin Code"; "Bin Code") { ApplicationArea = Basic; }
                field("Serial No."; "Serial No.") { ApplicationArea = Basic; }
                field(Quantity; Quantity) { ApplicationArea = Basic; }
            }
        }
    }
    trigger OnOpenPage()
    var
        LotAvail: Query "Lot Avail. by Bin";
    begin
        LotAvail.Open;
        while LotAvail.Read do begin
            Init;
            "Item No." := LotAvail.Item_No_;
            "Bin Code" := LotAvail.Bin_Code;
            Quantity := LotAvail.Sum_Quantity;
        end;
    end;
}
I have the same question (0)
  • Suggested answer
    JAngle Profile Picture
    150 on at

    No application area property

  • Verified answer
    Akshay_Panchal Profile Picture
    402 on at

    Specify the ApplicationArea property on page.

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 > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,091 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,032 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 946 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans