Here is the Method to Add Action To The Page in Business Central.
pageextension 50123 MyExtension extends "Customer Card" { actions { addfirst(Navigation) { action("Sales Order Report") { ApplicationArea = all; RunObject = report CustomSalesOrder; // CustomSalesOrder name of the report Image=Report; } } } }
*This post is locked for comments