MS Navision - Processing-Only Reports

Changes table data and changes records.
To make a report “Processing Only” change the ProcessingOnly property.
It does not print any sections.

Print and Preview buttons are replaced by OK button.

Things to consider when writing a processing-only report:

  • Set ProcessingOnly property to Yes;
  • Decide which tables should be read;
  • Majority of code will be in OnAfterGetRecord trigger;
  • Use INSERT and MODIFY functions;
  • Make use of a dialog.


Advantages:

  • Form functionality allows user to select options and filters for data items available in a report;
  • Consistency;
  • Use of data items.






Popularity: 4% [?]

Welcome to Kaizenlog.com If you're new here, you may want to subscribe to my RSS feed , Twitter You can contact us by using the contact form or submitting a comment. You can also share this post with your friends by clicking on the 'ShareThis' button above. Thanks for visiting!



Print This Post Print This Post





  • Related Posts



  • Leave a Reply

    Comment moderation is enabled. Your comment may take some time to appear.