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

Data Exchange Definition Amount Format Fix


Codeunit 10331 has two major flaws in handling a decimal number.


  1. After formatting the number and padding the string, THEN it deletes the decimal point leaving the string 1 character short. We handled this in NAV 2018 as below, but this is not possible in BC, there is no e...

    Read more...
    0 Comments

    Read more...
    0 Comments

    Category: Financial Management (1614)

    STATUS DETAILS
    New

FIX PAGE EXTENSION 99000758 in Base App


This page "Drills Down" to EMPTY FIELDS. The Production BOM and Routing tables are NOT read before linking.


The fix is below. Microsoft error in italics, correction in bold.


        field("RoutingNo."; Rec."Routing No.")

      ...

Read more...
0 Comments

Read more...
0 Comments

Category: Manufacturing (273)

STATUS DETAILS
New

Correct Codeunit 7324 OnPostConsumptionLineOnAfterCreateItemJnlLine


This event passes WhseActivLine, but should pass TempWhseActivLine.


If you run the debugger on multiple Inventory Pick lines, you will see that WhseActivLine does not change, it is always the first line in the Pick. The correct record is TempWhseActivLine, this is the one bei...

Read more...
0 Comments

Read more...
0 Comments

Category: Warehousing (197)

STATUS DETAILS
New

Highlight Events with Subscriptions


In VSCode, when viewing base objects, highlight events that have subscriptions in the current project.

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1512)

STATUS DETAILS
New