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;
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,219 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156