If Print Disc/Cpn Info on Slip in the POS Functionality Profile is set to Detail information for each line, when having an income/expense in the POS Transaction, the amount of the income/expense is doubled in the subtotal of the printout slip in the NA version.
When distributing one location to a list of locations, the replication data was not cleared between locations, and therefore accumulated data replicated to locations. This has been fixed.
Because of technical challenges in SaaS, running web replication in a background session is not a viable solution. Therefore, running the web replications has been changed to be run by a Scheduler job instead of a dedicated background session.
CEN-7304 Add Shipping Agent Code and Shipping Agent Service Code to CustomerOrderCreate
When the user sends shipping information when creating an order from SOAP UI, he or she receives a response with empty lines and nothing in Business Central.
eCommerce uses the field Click and Collect Line = false instead of Ship Order = true when creating a Customer Order through CustomerOrderCreate web service to identify if orders should be processed and shipped through Sales Orders.
CEN-7243 Error on Label Print - SaaS
When loading a POS printer for Hardware Station PDF printing, the URL protocol is set based on the printer settings (http:// or https:// ).
CEN-7068 Web replication filter fix
Support added for subjob fixed filter in web replication.
CEN-7132 Statement posted with wrong VAT Entry calculation HF18.1
Statement with items with different VAT percentage were posted into one VAT GL account. This applied if VAT calculation is used, and the General Posting Setup and the Item.General Posting Group is configured to post Sales for items with different VAT percentage to the same Sales G/L account.
CEN-7067 Hotfix for inventory calculations based on sourcing locations
Inventory available in sourcing location added to Inventory Lookup table.
GetInventoryMultiple returns inventory on Sourcing Location if parameter SourcingLocationAvailability is included in the request and is set to TRUE.
If eCommerce is sourcing from a location that is specified in the Sourcing Location Setup on the Store Card, the sourcing location is set on the Customer Order for when it is created.
LLD-784 Add Tax Area Code & Tax Liable to SendTransaction xmlport in NA version
Missing tax related fields, used in the North American version, added to GetPOSTransSupLines, GetPosTransSusp, GetPosTransSuspList, GetTransaction, GetTransactionHeaderList, GEtTrnasStatementCode, SendPostransBackup, SendPosTransSusp, SendTransactionHeader, and SendTransaction XML ports.
CEN-6777 Missing HTTPS property in Serial Device Dialog
Serial Device Settings was missing a Property (HTTPS) that was essential to be able to use a Serial Device on a Hardware Station using SSL. Before, the HTTPS property would be automatically decided by the HTTPS property of the Web Client.
CEN-6766 Unable to setup item category field in Item Finder
Key “Item Category Code” added to the Item table extension.
CEN-6637 Publisher results in error in multi-tenant environments
Publisher function on-page Web Request 2.0 is now working in a multi-tenant environment (such as SaaS). In a multi-tenant environment, a tenant is not allowed to modify the application database but can Publish Web Services.
OnPrem access parameter removed from Procedures CustomerOrderPayment in codeunit LSC CO Utility. Procedures CustomerOrderCreateDoc and CreateTOfromCO in codeunit CO Web Service Functions, and Procedure ValidateRequiredFields in Table Customer Order Header.
CEN-6501 Fix loading error in POS Payload Util
POS Payload Util codeunit had some issues with non-object values, which has been addressed.