Notifications
Announcements
No record found.
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
Muhammad,
Thanks for sharing the information, but I would suggest you to add this as a blog instead of a Posting it here. Usually we would like to see the questions/issues posted in this forum.
Best of luck.
Thank you, you are right sir
Muhammed, if I wanted to take this a step further and send this report to the customer(s) via email how would I do that?
You want to send the code or the report layout through email to your customer ?
1. if you want to send the code then copy the code into the notepad and send it.
2. if you want to send the layout of the report through D365BC then install the Email Extension and configure your Emil setup and send it to customers through email.
Before doing that you need to install the Email Extension if you need the email extension code Al let me know i will provide you.
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
HoangNam 7