Skip to main content

Notifications

Announcements

No record found.

Small and medium business | Business Central, N...
Answered

Creating a post functionality in salesinvoice and getting the last invoice report

(0) ShareShare
ReportReport
Posted on by 75
Hi All,
 
        I have created a action called post and print in sales invoice here when i added the base post action in the report for me it is showing the error as the name post document doesnot exist in the current context, how to solve this error can anyone suggest any advice, i am attaching my code here.
 

pageextension 70148 /Sales invoice Ext/ extends /Sales Invoice/

{

    actions

    {

        addafter(/P&osting/)

        {

            action(/post and print/)

            {

                ApplicationArea = All;

                Image = Print;

                trigger OnAction()

                var

                    myInt: Integer;

                    SalesInvHeader: Record /Sales Invoice Header/;

                begin

                     PostDocument(CODEUNIT::/Sales-Post (Yes/No)/, /Navigate After Posting/::/Posted Document/);

                    SalesInvHeader.Reset();

                    if SalesInvHeader.FindLast() then

                        Report.RunModal(Report::/AAAT Tax Invoice/, true, true, SalesInvHeader);

                end;

            }

        }

    }

}

 

Thanks & Regards

Satish

 

 
  • Verified answer
    Govinda Kumar Profile Picture
    Govinda Kumar 2,203 Super User 2024 Season 1 on at
    Creating a post functionality in salesinvoice and getting the last invoice report
    This is because PostDocument is the local procedure in your "Sales Invoice" page.. in your extension of "Sales Invoice" page you can only use the protected and public procedures.. 

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,391 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,445 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans