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

Announcements

News and Announcements icon
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);
I have the same question (0)
  • DAnny3211 Profile Picture
    11,423 Super User 2026 Season 1 on at

    hi

    look this

    demiliani.com/.../

    DANiele

  • SteveKnott Profile Picture
    on at

    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. 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 707 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 481 Super User 2026 Season 1

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 328 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans