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

Physical Inventor Recording Page Extension doesnt show Actions

(0) ShareShare
ReportReport
Posted on by

I have an extension deployed to a sandbox environment...    many pages with custom actions work perfectly..   but I am struggling to add actions to the "Phyiscal Inventory Recording". 

I wish to export the inventory list to Excel rather than the text file the system proposes. 

Excerpt of my extension is below. 

Extension deploys fine , and I can see its "applied" to the page when inspecting..  but the buttons just don't appear.

From the source of   "Phys. Inventory Recording" -  the export buttons are in the "functions" group..   so I just use addlast

Any ideas ? 

pageextension 50123 "Phys Inv Extension" extends "Phys. Inventory Recording"

{
    actions
    {
        addlast("F&unctions")
        {
            action("Export Recordings to Excel")
            {
                ToolTip = 'Export Recordings to Excel';
                ApplicationArea = "All";
                Image = ImportExcel;
                Visible = true;
                trigger OnAction()
                begin
                    Xl.DeleteAll();
                    Xl.EnterCell(Xl, 1, 1, 'Item No.', true, true, true);
                    Xl.EnterCell(Xl, 1, 2, 'Location Code', true, true, true);
                    Xl.EnterCell(Xl, 1, 3, 'Bin Code', true, true, true);
                    Xl.EnterCell(Xl, 1, 4, 'Lot No.', true, true, true);
                    Xl.EnterCell(Xl, 1, 5, 'Expiry Date', true, true, true);
                    Xl.EnterCell(Xl, 1, 6, 'Quantity', true, true, true);
  • SteveKnott Profile Picture
    on at
    RE: Physical Inventor Recording Page Extension doesnt show Actions

    Thanks.. I did have a look @ that. but it doesnt seem to be allowed on a page extension...

    e,g  the below works... 

    pastedimage1669894583740v1.png

    but as soon as I extend anything...  the "area"  tag no longer works 

    pastedimage1669894631718v2.png

    also -  I didnt have the new bar on at all...  turned it on but my buttons still dont show. 

  • DAnny3211 Profile Picture
    9,278 Moderator on at
    RE: Physical Inventor Recording Page Extension doesnt show Actions

    hi

    look this

    demiliani.com/.../

    DANiele

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2,655

#2
Mansi Soni Profile Picture

Mansi Soni 1,574

#3
YUN ZHU Profile Picture

YUN ZHU 1,453 Super User 2025 Season 1

Featured topics

Product updates

Dynamics 365 release plans