Data Exchange Definition Amount Format Fix
Codeunit 10331 has two major flaws in handling a decimal number.
- 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...
STATUS DETAILSNew
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.")
...
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...
Highlight Events with Subscriptions
In VSCode, when viewing base objects, highlight events that have subscriptions in the current project.
