How do I generate a report in Dynamics NAV 2016, with different names in the header?

SantanuNavSantanuNav Member Posts: 10
Hi All,

Hi, I am working for Sales Invoice in NAV 2016 report.I need to print multiple copies at a time like
1.Original Copy for buyer
2.Duplicate Copy for Transporter
3.Assessing Copy for Central Excise
4.Extra copy...

Is it possible to print those copies at a time in sales Invoice NAV 2016 report..?If possible pls send me demo report.
Thanks in Advance

Answers

  • pradipradi Member Posts: 15
    In the request page of the report add a option field with all four options i.e,
    1.Original Copy for buyer
    2.Duplicate Copy for Transporter
    3.Assessing Copy for Central Excise
    4.Extra copy...

    place the text variable in the report header.

    While printing the report the user can select which copy is required and choose from the options the same would be printed in the report.
  • dbabasdbabas Member Posts: 33
    The default report has a Data Item named "CopyLoop". Change the related text as per your requirement in OnAfterGetRecord trigger of this dataitem.
Sign In or Register to comment.