In this walkthrough, you will create a non-printing report. Although you can achieve the same functionality by writing a codeunit, there are several reasons for using non-printing reports:

This report is simple—it adjusts prices in the Item table. Users can set filters on fields in the table to select a range of items by number, posting group, or vendor, and then choose the factor by which to adjust the prices.

Expand imagePrerequisites

Expand imageDefining the Data Model

Expand imageCreating a Request Form

Expand imageUsing the Triggers

Expand imageSee Also