Skip to main content

Notifications

Announcements

No record found.

Business Central forum
Unanswered

Add Menu Short Cut

Posted on by 1,471
How do I add a specific screen to the menu short cuts.  For example, if I want to add "Purchase Invoices"  to the same line as "Customers    Vendors    Items    Bank Accounts    Chart of Accounts", how do I go about that.   I can hide the existing lines using personalization, but am not seeing where I can add or select a screen in that section.  Please advise.  Look forward to a response.
 
JG
 
 
 
 
 
 
 
 
 
 
  • Suggested answer
    Khushbu Rajvi. Profile Picture
    Khushbu Rajvi. 1,718 on at
    Add Menu Short Cut
    Hi, you need to add the Purchase Invoice action in the Embedding area. Use the following code to add the action:
     
    pageextension 50708 rolescentralext extends "Business Manager Role Center"
    {
        actions
        {
            addafter("Chart of Accounts")
            {
                action("Purchase Invoice1")
                {
                    ApplicationArea = Basic, Suite;
                    Caption = 'Purchase Invoice';
                    RunObject = Page "Purchase Invoice";
                    ToolTip = 'Create a purchase invoice to mirror a sales document sent by a vendor.';
                }
            }
     
        }
    }
     
     

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,552 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,552 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans