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

How to add button to Posted Sales Shipment page.

(1) ShareShare
ReportReport
Posted on by 50
On the Posted Sales Shipment page on the Home tab I would like to add a button so I can trigger an external function using AI language. I have extended the page but I couldn't find a way to add the button.
 
Here is what I want:
 
So I want to add a button After 'Track Package'. How can I do that in AL language?  
Here is what I have so far: 
 
 
pageextension 60002 PostedSalesShipmentExt extends /Posted Sales Shipment/
 
{
 
 
 
}
 
 
How can I add this button with a trigger?
 
Thanks in advance.
I have the same question (0)
  • Verified answer
    Yael Suarez Profile Picture
    131 on at
    Hi Try This Friend 
     
     
     
     
    pageextension 52202 "ExtensionExampleName" extends "Posted Sales Shipment"
    {
        layout
        {
            // Add changes to page layout here
        }
    
        actions
        {
            // Add changes to page actions here
            addlast("F&unctions")
            {
                action("Say Hello")
                {
                    ApplicationArea = Basic, Suite;
                    Image = "8ball";
                    Promoted = true;
                    PromotedCategory = Process;
    
                    trigger OnAction()
                    var
                        myInt: Integer;
                    begin
                        Message('Hi From  Mexico :)  Your Logic Must be Here');
                    end;
    
                }
            }
    
        }
    
        var
            myInt: Integer;
    }
    I hope this Helpful For You 


    Happy Code :)
  • Suggested answer
    YUN ZHU Profile Picture
    95,739 Super User 2025 Season 2 on at

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,066

#2
YUN ZHU Profile Picture

YUN ZHU 658 Super User 2025 Season 2

#3
Sumit Singh Profile Picture

Sumit Singh 595

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans