Cumulative Update 45 for BC14 Microsoft Dynamics 365 Business Central April'19 on-premises TearDown
Cumulative Update 45 for Microsoft Dynamics 365 Business Central April'19 on-premises (Application Build 14.46.49756, Platform Build 14.0.49754)
This update does not require database conversion from previous version, and it does not include fixes to known vulnerabilities like.
Application changelog is 56KB, and it contins total of 19 changed objects, with again most changes to codeunits, again.
Despite the low number of changed objects, this cumulative update is very interesting, since it brings again new functionality to BC.
Picture 1, changed objects
New functionality
Now we have something that is interesting, new fields in existing tables!
Table 18 Customer, Table 23 Vendor
These tables have new field that contains Registration number. It is 50 char text field which is programmatically limited to 20 characters. Interesting! I wonder what is the added value in addition to existing fields like "VAT Registration No.", "GLN", "EORI Number".
This field has been existing on Table 79 Company Information (field no. 20 Registration No.) for quite a while now, and now this field is added to Customer, Vendor and Company information pages as well.
{ 25 ; ;Registration Number ;Text50 ;OnValidate=VAR
Picture 2, Customer card
Table 242 Source Code Setup
This table holds three new Source Code fields that are related to Deferrals handling. These fields are added also to the Codeunit 2 Company-Initialize and Codeunit 12 Gen. Jnl.-Post Line and Page 279 Source Code Setup.
{ 1700; ;General Deferral ;Code10 ;TableRelation="Source Code";
{ 1701; ;Sales Deferral ;Code10 ;TableRelation="Source Code";
{ 1702; ;Purchase Deferral ;Code10 ;TableRelation="Source Code";
Picture 3, Source Code Setup page
Table 273 Bank Acc. Reconciliation
This table has a new Boolean field that makes it posisble to receive duplicate transactions within bank payments. This field can now be found from Page 388 Bank Acc. Reconciliation List.
Finally we can accept partial payments with the same reference no.!
{ 51 ; ;Allow Duplicated Transactions;Boolean;
Other stuff
DynamicsCon Virtual event Agendas are released! Please go and see https://dynamicscon.com/
That's all folks!
Urpo
*This post is locked for comments