Skip to main content

Notifications

Business Central forum
Unanswered

Physical Inventor Recording Page Extension doesnt show Actions

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);
Categories:
  • SteveKnott Profile Picture
    SteveKnott 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
    DAnny3211 9,217 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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,524 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,493 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans