web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

How to default the Show Internal Information on Purchase Invoice print request page

(0) ShareShare
ReportReport
Posted on by 285

Dears, good day to you all

I'm trying to default the Show Internal Information boolean to true

pastedimage1669362224172v1.png

I found this in the report itself this procedure but I tried to set the ShowInternalInfo to true

    procedure InitializeRequest(NewNoOfCopies: Integer; NewShowInternalInfo: Boolean; NewLogInteraction: Boolean)
    begin
        NoOfCopies := NewNoOfCopies;
        ShowInternalInfo := NewShowInternalInfo;
        LogInteraction := NewLogInteraction;
    end;

I have the same question (0)
  • Verified answer
    DAnny3211 Profile Picture
    11,417 Super User 2026 Season 1 on at

    hello

    you need this function to set those values in the report request page if you need to call the report from another BC object.

    however you can create a report extension like this if you want to set your flag to true

    reportextension 50100 PurchInvExte extends "Purchase - Invoice"

    {

       dataset

       {

       }

       requestpage

       {

           trigger OnOpenPage()

           begin

               InitializeRequest(0, true,true);

           end;

       }

    }

    check my answer if it helped you, thanks

    DAniele

  • mahmoud_algindy Profile Picture
    285 on at

    Thanks so much Daniele

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,065 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,132 Super User 2026 Season 1

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 703 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans