You client has requested a modification to add fields to the sales header table and wants these fields on several existing forms as well as existing reports and on one new report. What steps will you need to take
to make sure all modifications are working without errors?
A standard set of journal posting routine codeunits includes one codeunit to check lines. Based on standard practices for these posting routines, which of the following commands must not be included in the check line codeunit?
In a certain report there are two dataitems: Customer and Cust. Ledger Entry. The Cust. Ledger Entry dataitem is below Customer and indented. If the CurrReport.BREAK function is executed in the OnAfterGetRecord trigger of the Cust. Ledger Entry dataitem, what will the report process next?
When the user presses a button, you are going to run a processing-only report, and then bring up a form which will display the results of the processing. Assuming there is a Report type variable called "ProcRept", which can be called to run this report, which line of code must you use to run it?
You have created a report that contains one dataitem for the Cust. Ledger Entry table. You have decided to group the ledger entries on the Customer No. field and the Posting Date field and have created two group
header sections (one for each field grouping). But, when running your report for the first time, you notice a problem. Even when printing the report filtered for one customer, the group header for the Customer No.
field prints every time the Posting Date group header prints although it usually only prints once. What can you do to fix this problem?
Which function can be used to exit from the OnAfterGetRecord trigger of a report dataitem, still printing normally for that record and all other records for the dataitem?
When posting Journal lines to a Ledger, the locking of the Journal Line table is handled differently depending on whether you are running under the Microsoft Dynamics NAV Server or the Microsoft SQL
Server Option. What function can you call to discover which Server Option is currently being used?