Table of Contents

Release Notes

Version 26.48

Type Title Description Read More
Changed Performance Optimized stock location queries and pick data 133523
Changed Zero Picks Silently discard picks where all lines have zero quantity 133826
Fixed Bin Check Bin validation on return orders restricted to stocked items 133819
Fixed Routes Picks with multi-date lines now shown in oldest date route 133823
Added Release Wave Support for Business Central 2026 Wave 1 136000

Performance | 133523

Changed the performance of stock location queries by optimizing the FIFO date calculation in GetStockLocationsByItem and GetItemsByStocklocation.

Additional changes:

  • AlternativeLocation is no longer included in picks sent to Qpick
  • Lot number lookup is now restricted to items that use lot numbers

Zero Picks | 133826

Changed the behavior when reporting picks where all lines have zero quantity. Instead of raising an error, the pick is now silently discarded and an OK response is returned to Qpick.

Bin Check | 133819

Fixed the bin validation on sales return orders to only apply to stocked items, matching the existing behavior for purchase orders. Non-stocked items no longer require a bin to be set before release.

Routes | 133823

Fixed the issue in GetRoutes where picks with lines spanning multiple dates appeared in multiple routes. Picks are now assigned to the route corresponding to the oldest line date only.

Release Wave | 136000

Added support for Business Central 2026 Wave 1.

Version 26.47

Type Title Description Read More
Fixed Inbound Decimals Quantities with more than 2 decimals handled incorrectly 132753
Fixed GetRoutes Route not returned when only ongoing assignments exist 132806
Fixed Production Transfer Take and Place bin set to same location on movement 132804

Inbound Decimals | 132753

Fixed the issue in multiple Inbound functions where quantities with more than 2 decimals were truncated to 0.00 when sending data to Qpick.

GetRoutes | 132806

Fixed the issue in GetRoutes where the route was not returned when all assignments were ongoing and no new assignments existed.

Production Transfer | 132804

Fixed the issue that caused the Take and Place bin to be set to the same location when creating an inventory movement for a produced item.

Version 26.46

Type Title Description Read More
Added Workflow Workflow support for splitting picks by workflow code 121689
Added Shipping Mapping Mapping table for recommended shipping values to Qpick 130862
Added Status Transactions Interface to receive assignment status from Qpick 130934
Added Shipping Agent Departure Departure time field on Shipping Agent for orders without service 132180
Added Posting Block Block GUI posting for documents owned by Qpick 132390
Added Assembly Bin Auto-create default bin for assembly-to-order picks 132392
Added Availability Check Setting to disable availability check on dist. picks 132421
Changed Item Numbers Preserve double spaces in item numbers via XML ports 132056
Changed IsBestBefore Skip IsBestBefore when lot number exists on put-away 132122
Changed Routes Fixed route count filter and fallback route description 132124

Workflow | 121689

Added Workflow support to split picks by workflow code. Workflow codes are assigned on Sales Orders, Purchase Return Orders, Transfer Orders, and Pick documents. Default values are populated from the Customer, Vendor, Item, or Bin record using a priority table.

Shipping Mapping | 130862

Added the Recommended Shipping Mapping table in Qpick Settings to map BC Forwarder and Service codes to the Qpick Forwarder code, Service code, and Shipping Template.

Status Transactions | 130934

Added an interface to receive assignment status transactions from Qpick. Statuses are stored in a new Qpick Status Entries table with a supporting multilingual description table.

Shipping Agent Departure | 132180

Added the Departure Time field on the Shipping Agent record so that orders without a Shipping Agent Service also carry a departure time on the assignment.

Posting Block | 132390

Added a posting block for Warehouse Picks and Physical Inventory Orders owned by Qpick, covering the document types that were previously not blocked.

Assembly Bin | 132392

Added automatic creation of bin content when a pick is created for a customer-order-assembled item with no bin registered. The Assembly-to-Order Bin Code from Location is set as FIXED and DEFAULT.

Availability Check | 132421

Added the Disable Availability Check on Distribution Pick setting in Qpick Settings. When enabled, Qty. on Pick is excluded from the available balance to prevent posting errors when multiple picks cover the same item.

Item Numbers | 132056

Changed all XML port definitions to set PreserveWhiteSpace to true, preventing double spaces in item numbers from being normalized to single spaces on import.

IsBestBefore | 132122

Changed the IsBestBefore flag on distribution put-away lines to only be set when no lot number already exists on the line, avoiding duplicate expiry date assignment.

Routes | 132124

Changed GetRoutes to apply the same filter as GetAssignmentPreview so handled-but-not-posted assignments are excluded from the count. Blank route descriptions now display as -.

Version 26.44

Type Title Description Read More
Added Order Type Order type support in assignment preview 108645
Added Qpick UOM Alternative unit of measure for Qpick 130616
Added Background Posting Post picks in background with error logging 131615
Changed Transfer Orders Prevent partial deliveries on transfer orders 130902
Changed Volume & Weight Improved volume and weight calculations 131638

Order Type | 108645

Added order type information to assignment previews, allowing better visibility of the order type during warehouse operations.

Qpick UOM | 130616

Added the Qpick Unit of Measure field on the Item page that allows using a different unit of measure when sending assignments to Qpick.

Background Posting | 131615

Added the Post Pick in Background field on the Location page that enables pick operations to be posted in the background. The system automatically logs any errors that occur during background posting to the error log for review and troubleshooting.

Transfer Orders | 130902

Changed transfer orders to require 100% delivery to prevent issues with partial deliveries.

Volume & Weight | 131638

Changed how volume and weight values are calculated for item units of measure, improving accuracy and consistency.

Version 26.43

Type Title Description Read More
Added Qpick Events New events to modify values sent to Qpick 131555
Changed Order Validation Modified order release validation controls 131553

Qpick Events | 131555

Added five integration events that enable modification of item dimensions and measurements before values are sent to Qpick: OnAfterGetWeight, OnAfterGetCubage, OnAfterGetHeight, OnAfterGetWidth, and OnAfterGetLength. These events fire after the system retrieves values for an item and unit of measure combination, allowing subscribers to adjust the data before it is transmitted to the warehouse system.

Order Validation | 131553

Changed the address handling and validation logic for order release. The system now compresses address lines after retrieval from warehouse activity to ensure proper formatting. For purchase documents, bin code validation now excludes drop shipment lines and verifies only inventory items, preventing validation errors on non-stock and special order items.

Version 26.42

Type Title Description Read More
Added Temperature Check Temperature tracking for warehouse receipts 121688
Changed Section UI Improved user interface for section management 130514
Fixed Section Splitting Section management with more than 20 lines 130181
Fixed Transfer Lot Numbers Lot number handling in transfer order receipts 130542

Temperature Check | 121688

Added the Temperature Check at Receipt field on the item card and temperature tracking support for warehouse receipts. Temperature values from Qpick are now received and stored during receipt processing.

Section UI | 130514

Changed the section management user interface to improve usability and consistency.

Section Splitting | 130181

Fixed the issue that caused section management to fail when more than 20 putaway lines were created from a single receipt line.

Transfer Lot Numbers | 130542

Fixed the issue where lot numbers were not properly handled during transfer order receipts.

Version 26.41

Type Title Description Read More
Added Test Connection Test Qpick connection from setup 129917
Added CreatePutaway Function Public function for putaway creation 129897
Added Alternative Packages Send alternative packages for assembly orders 129912

Test Connection | 129917

Added the Test Connection to Qpick action on the Qpick Setup page to verify connectivity and validate configuration settings before processing warehouse operations.

CreatePutaway Function | 129897

Added a public function for creating putaway operations, enabling external systems and customizations to programmatically initiate putaway processes through the Qpick Connector API.

Alternative Packages | 129912

Added support for sending alternative packages information on assembly order components.

Version 26.40

Type Title Description Read More
Added Linked Orders Two-step receipt functionality for linked orders 127352

Linked Orders | 127352

Added support for two-step receipt functionality in linked orders.

Version 26.39

Type Title Description Read More
Added Section Management New functionality to handle warehouse sections 121685
Added API Enhancement Extended GetStocklocationsByItem with additional fields 126102
Changed Inventory Split Enhanced inventory order creation with aisle splitting 124434

Section Management | 121685

Added new functionality to handle sections on the warehouse. This allows for flexible item storage by creating section concepts for warehouse operations, providing better inventory management capabilities.

API Enhancement | 126102

Added additional fields to the GetStocklocationsByItem API response including Depth, DimensionUnit, Height, Volume, VolumeUnit, Weight, WeightUnit, and Width.

Inventory Split | 124434

Changed the inventory order creation process to consider the Lane No. of Characters field on the Qpick Setup page. The system now creates multiple records when bin locations need to be split based on the configured character count, ensuring proper handling of inventory registrations.

Version 24.38

Type Title Description Read More
Added Journals IsBatch, IsSerial, and IsBestBefore now reflect item journal line settings 124166
Added Data validation Validation error is shown if an item has no unit of measure 123989
Added Alternative Packages The unit of the row is always included under AlternativePackages 122163
Added Release Wave Support for Business Central 2025 Wave 2 124401
Changed Inventory Order Comma replaced with colon; OrderNo now shows only order number 124103
Changed Combined Picks For picks with lines for multiple customers, a generic address is now used 123986

Journals | 124166

Added support for the fields IsBatch, IsSerial, and IsBestBefore to reflect the settings on the item journal line.

Data validation | 123989

Added a validation that checks if an item has a unit of measure. If not, an error message is shown.

Alternative Packages | 122163

Added functionality to always include the unit of the row under AlternativePackages.

Release Wave | 124401

Added support for Business Central 2025 Wave 2.

Inventory Order | 124103

Changed the separator from comma to colon in the field OrderNo on the Inventory Order page. Also, changed so that only the order number is shown.

Combined Picks | 123986

Changed so that for picks with lines for multiple customers, a generic address is now used.

Version 24.37

Type Title Description Read More
Added Inventory Movements Several fields are cleared after posting an inventory movement 121761
Fixed Header Comments Header Comments were not sent to Qpick 121849

Inventory Movements | 121761

Added functionality to clear the following fields after posting an inventory movement: Assigned User Id, Handled Date, and Handled Time. On movement lines, the fields Serial No., Lot No., and Expiration Date are also cleared.

Header Comments | 121849

Fixed header comments not being sent to Qpick.

Version 24.36

Type Title Description Read More
Added Warehouse Pick Support for warehouse pick 119951
Added New Fields Item and location queries include Batch, Serial, BestBefore 118268
Added Data Validation Data validation for Qpick compatibility 118263
Added Assembly Pick Assembly pick availability check 120408
Changed Put-away Default bin set on purchase lines 118264
Changed Base Unit of Measure Item number used if barcode missing 118265

Warehouse Pick | 119951

Added support for warehouse pick.

New Fields | 118268

Added the fields IsBatch, IsSerial and IsBestBefore to the response when calling GetItemsByStocklocation and GetStocklocationsByItem.

Data Validation | 118263

Added a new function that validates data in Business Central to ensure compatibility with Qpick.

Assembly Pick | 120408

Added a new setting on Location called Assembly Available To Pick. When enabled, an availability check is performed when creating picks that include assembly orders. If components are not available in stock, the pick line will not be created.

Put-away | 118264

Changed the handling of Purchase Orders without a Bin Code on the line in Qpick preview. If the Bin Code is empty, the default bin is now set automatically, allowing the order to be retrieved.

Base Unit of Measure | 118265

Changed to always send a barcode for the Base Unit of Measure to Qpick. If the barcode is missing, the item number is sent instead.

Version 24.35

Type Title Description Read More
Added Release Wave Support for Business Central 2025 Wave 1 116819
Added Temperature Temperature in the web service interface 119069
Fixed Assembly Orders Fixed pick posting error with item tracking 119159

Release Wave | 116819

Added support for Business Central 2025 Wave 1.

Temperature | 119069

Added support for Temperature in the web service interface.

Assembly Orders | 119159

Fixed an issue where posting a Pick with multiple Assembly Orders containing Item Tracking caused an error.

Version 24.34

Type Title Description Read More
Added Comments Handling of comments from additional source document types 101732
Added Deviation Code Deviation Code field in Item Ledger Entries and Warehouse Entries 101737
Added Outstanding Qty Outstanding Quantity field on Purchase Receipts and Sales Shipments 112297
Added Country Country code is always sent to Qpick 115530
Added Registration Lines Action to delete registration lines on Phys. Inventory Order 115536
Added Route Delivery The current date is used if the delivery date is not specified 115537

Comments | 101732

Added support for managing comments originating from a wider range of source document types.

Deviation Code | 101737

Added the Deviation Code field to Item Ledger Entries and Warehouse Entries.

Outstanding Qty | 112297

Added the Outstanding Quantity field to Purchase Receipts and Sales Shipments.

Country | 115530

Added functionality to ensure that the Country code is always sent to Qpick.

Registration Lines | 115536

Added the Delete Registration Lines action on the Physical Inventory Order to allow users to remove registration lines for the selected order lines.

Route Delivery | 115537

Added functionality to send the current date as the delivery date if no delivery date is specified.

Version 23.33

Type Title Description Read More
Changed IsBestBefore Data is sent only if the item is classified as BestBefore 114691
Fixed Alias Issue with picking lines and alias information from Qpick 115527

IsBestBefore | 114691

Changed so that if an item is neither BestBefore nor in Batch, no data about it will be sent to Qpick.

Alias | 115527

Fixed an issue where a picking line with multiple bins caused problems when Alias information was received from Qpick.

Version 23.32

Type Title Description Read More
Fixed GetItemsbyStocklocation Item without stock location 114690

GetItemsbyStocklocation | 114690

Fixed an issue in the result, when no stocklocations were found.

Version 23.31

Type Title Description Read More
Added Routes Support for routes 97358
Added Pick Post pick automatically 113354
Changed Posting Date Changed a date setup for pick, put-away, and receipt 112296
Changed Lot No. Lot number handling for partial deliveries 112649
Fixed Outbound Transfer Fixed incorrect address on outbound transfer 112298

Routes | 97358

Added support for usage of Routes.

Pick | 113354

Added a new setup that specifies what will happen in BC when a pick is completed in Qpick.

Posting Date | 112296

Changed the method for setting the 'Posting Date' when processing a pick, put-away, or receipt.

Lot No. | 112649

Changed the handling of lot numbers during partial deliveries.

Outbound Transfer | 112298

Fixed an issue where the address was incorrect on outbound transfers.

Version 23.30

Type Title Description Read More
Fixed IsSerial and IsBatch Issue when exporting to Qpick 109950

IsSerial and IsBatch | 109950

Fixed an issue when exporting to Qpick, the value of IsSerial and IsBatch was not populated correctly.

Version 23.29

Type Title Description Read More
Added Release Wave Support for Business Central 2024 Wave 2 109124
Added Invt. Put-away Bin Code Support for Invt. Put-away Bin Code 101075
Added Date Formula Pick. Lines Support for Date Formula Pick. Lines 106980
Added Send to Qpick Send to Qpick added to more pages 106984
Changed Packaging Management New error message shown 101742
Changed Calculate FIFO Dates Support for expiration date 108646
Fixed FIFO-date FIFO-date was not set 108626

Release Wave | 109124

Added support for Business Central 2024 Wave 2.

Invt. Put-away Bin Code| 101075

Added a new setting to Location called Invt. Put-away Bin Code. When entering a value in this field, created Int. Put-aways will have the bin code set to this value.

Date Formula Pick. Lines | 106980

Added a new setting to Location called Date Formula Pick. Lines. When entering a value in this field, Sales Lines will be automatically filtered on Shipment Date.

Send to Qpick | 106984

Added the action Send to Qpick to more pages.

Packaging Management | 101742

Changed the message that appears when using Packaging Management on a unsupported document type.

Calculate FIFO Dates | 108646

Changed the performance when running the report Calculate FIFO Dates.

FIFO-date | 108626

Fixed an issue where FIFO-date was not updated as expected.

Version 23.28

Type Title Description Read More
Added Phys. Inventory Record Support for phys. inventory record 97365
Added Duplicate Check Barcode Support for duplicate check barcode 101741
Added Put-away Error when picking line with zero quantity 101731
Added Alias Lines Serial No. and Lot No. to alias lines 106724
Added Expiration Date Support for expiration date 106886

Phys. Inventory Record | 97365

Added support for managing the physical inventory record, including both preview and report generation.

Duplicate Check Barcode | 101741

Added a new setting on Qpick Connect Setup page, called Duplicate Check Barcode. When this feature is activated, an error message will be displayed if you attempt to register the same barcode more than once in the Item Reference table.

Put-away | 101731

Added support for put-away when a purchase order is posted. Previously, an error occurred if you tried to send a put-away to Qpick after the purchase order was posted.

Alias Lines | 106724

Added support for Serial No. and Lot No. to Alias Lines.

Expiration Date | 106886

Added support for expiration dates and implemented management of this.

Version 23.27

Type Title Description Read More
Added Alias Support for saving Alias and SSCC 101073
Added Inventory Movement support for Inventory Movement 101080
Fixed Picking Line Error when picking line with zero quantity 105994

Alias | 101073

Added support for saving Alias and SSCC reported by Qpick. With Alias, it is possible to specify the container (box/pallet) where each picked item is placed by scanning the container. This information can then be sent to the recipient via EDI or printed on the packing slip.

Inventory Movement | 101080

Added support for Inventory Movement. Inventory Movements allow for operations such as relocating items within the warehouse, for example, transferring items to a picking location.

Picking Line | 105994

Fixed an issue when reporting a picking line with zero quantity, which could cause an error and required the order status to be Open.

Version 23.26

Type Title Description Read More
Fixed FIFO Dates Calculate FIFO Dates 104788

FIFO Dates | 104788

Fixed an issue with Calculate FIFO Dates not functioning as expected when run for multiple locations.

Version 23.25

Type Title Description Read More
Added Lot Support for lot 97360
Added FIFO Date Returning FIFO date to Qpick 97356
Added App Version Show app version 101740
Added Service Agent Service agent in transfer orders 101735
Added Alias Support for alias 109759
Fixed Over-Receipt Over-Receipt on a inventory put-away 101072
Fixed Stocklocation Unbound item stocklocations 101078

Lot | 97360

Added support for handling Lots, enabling more efficient and seamless management of large volumes of data.

FIFO Date | 97356

Added support for returning FIFO Date to Qpick, enhancing the functionality of the system by providing accurate and organized data.

App Version | 101740

Added app-version to Qpick Setup.

Service Agent | 101735

Added support for Service Agent in Transfer Orders.

Alias | 103759

Added support for Alias in the web service interface.

Over-Receipt | 101072

Fixed an issue when doing an Over-Receipt on a Inventory Put-away.

Stocklocations | 101078

Fixed an issue with the UnboundItemStocklocation method. Changed it so that it no longer sets a filter on the Unit of Measure Code.

Version 22.24

Type Title Description Read More
Added Release Wave Support for Business Central 2024 Wave 1 100891
Fixed Assembly Orders Problem with assembly orders fixed 99561

Release Wave | 100891

Added support for Business Central 2024 Wave 1.

Assembly Orders | 99561

Fixed a problem that could occur when reporting pick for items on assembly orders.

Version 22.23

Type Title Description Read More
Added Backorder Integration handling for unspecified Qpick quantities 89456
Added Shipment/Receipt Over- and Under Shipment/Receipt 89457
Changed Assembly Orders Weight and Number of Lines Assembly Orders 89462
Fixed Put-away Error Occurring When Posting Purchase Order 96610

Backorder | 89456

Added so that the integration now handles if you choose not to note the remaining quantity in Qpick. In that case, the quantity will be changed in the source document.

Shipment/Receipt | 89457

Added support for over- and under-shipments/receipts in Qpick.

Assembly Orders | 89462

Changed so that the weight and number of lines are now calculated correctly if a picking line is based on an assembly order line.

Put-away | 96610

Fixed an error that occured if the Purchase Order was posted when sending the Put-away to Qpick.

Version 22.22

Type Title Description Read More
Added Zero deliveries Support for zero deliveries 89455
Added New Field New field on purchase and sales lines 93515
Added Activity Log Activity Log for troubleshooting 93985
Added Warehouse Receipt Blocked posting for Qpick-Owned Warehouse Receipts 89458
Added Warehouse Put-away Not editable if owned by Qpick 89459
Added URL:s Web Service URL 94714
Changed Preview Adjustments made in the preview for inventory 89454
Added Allow Back Order Auto-Enable Allow Back Order 93517

Zero deliveries | 89455

Added support for handling of zero deliveries during receipts.

New Field | 93515

Added a new field, Do not Send to Qpick on transfer lines, sales lines and purchase lines.

Activity Log | 93985

Added an Activity Log on the Qpick Connector Setup page that can be used for troubleshooting.

Warehouse Receipt | 89458

Added functionality to block the possibility to post a Warehouse Receipt owned by Qpick.

Warehouse Put-away | 89459

Added functionality to make the Warehouse Put-away page non-editable if owned by Qpick.

URL:s | 94714

Added a new field, Web Service URL on the Qpick Connector Setup page that contains the URL to the web service that Qpick will invoke.

Preview | 89454

Changed data displayed in the preview in association with inventory.

Allow Back Order | 93517

Changed the feature AllowBackOrder to always be set to True when orders are sent to Qpick.

Version 22.21

Type Title Description Read More
Added Warehouse receipt New method in the API 86777
Removed Confirmation message Confirmation removed for warehouse transport deletion 90906

New method in the API | 86777

Added a new method in the API called GetWarehouseReceiptByReceiptNo.

Confirmation Message | 90906

Removed the confirmation message for deleting a warehouse transport row when performing the action in Qpick.

Version 22.20

Type Title Description Read More
Added Sales order Package 82332
Added Pick Assembly order 85271
Added Pick Production order 85273
Added Serial numbers Mandatory serial number 85275
Added Pick Volume and Weight 86625
Added Pick Not editable if owned by Qpick 86714
Added Pick Header Shipment Date on the Pick Header 86718
Fixed Variants Incorrect handling of variants 86630

Sales order | 82332

Added a new integration, PickImpuls, that are used to add a package when picking a Sales order in Qpick.

Pick | 85271

Added functionality to pick an order that includes an Assembly Order.

Pick | 85273

Added Address from Location when sending a pick to Qpick if Production Order is being used.

Serial numbers | 85275

Added information regarding mandatory Serial Number on Items when sending information to Qpick.

Pick | 86625

Added Volume and Weight when sending a pick to Qpick. This makes it possible to see volume and weight in Qpick when using Preview.

Pick | 86714

Added functionality so that a Pick in Business Central isn´t editable if the pick is owned by Qpick.

Pick Header | 86718

Added Shipment Date on the Pick Header when exporting to Qpick.

Variants | 86630

Fixed incorrect handling of Variants.

Version 22.19

Type Title Description Read More
Added Put-away Put-away in Preview 84173
Added Warehouse activity line New field Do not send to Qpick 84120
Added Warehouse activity line New field Do not send to Qpick 83836
Changed Warehouse receipt Removed Confirm 83963
Fixed Transfer order Receive of Transfer order 83960

Put-away | 84173

Added support for Put-aways in GetAssignmentPreview.

Warehouse activity line | 84120

Added a new field Do not send to Qpick to the Warehouse Activity Line. This makes it possible to skip lines when sending the Put-away to Qpick.

Warehouse activity line | 83836

Added a new field Do not send to Qpick to the Warehouse Activity Line. This makes it possible to skip lines when sending the Pick to Qpick.

Warehouse receipt | 83963

Removed a Confirm-dialog when deleting a Warehouse Receipt.

Transfer order | 83960

Fixed error message when reporting a Receive of a Transfer Order, there will no longer be an error saying that the "Transfer Order does not exist".

Version 22.18

Type Title Description Read More
Added URL:s Disable Url when creating a Sandbox 76051
Added Release Wave Support for Business Central 2023 Wave 1 71885

URL:s | 76051

All URL:s on the Qpick Connector Setup page will be prefixed with DISABLED when a Production environment is copied to a Sandbox.

Release Wave | 71885

Added support for Business Central 2023 Wave 1.

Version 21.17

Type Title Description Read More
Added Country/Region Support for more countries 71826

Country/Region Support | 64107

Added support for the following country: Norway See all supported countries on AppSource.

Version 21.16

Type Title Description Read More
Added Dependency Updated app dependencies 71385

Dependency | 71385

Added dependency on LicenseProvider.

Version 21.15

Type Title Description Read More
Added Print Lookup in the Qpick Printer Queues page 67945
Added Print Print Qpick Reports 58435
Added Release Wave Support for Business Central 2022 Wave 2 70552

Added the possibility to do a lookup in the Printer Name field on the Qpick Printer Queues page.

Added support for printing Qpick Reports, for example labels, from Business Central.

Release Wave | 70552

Added support for Business Central 2022 Wave 2.

Version 20.1

Type Title Description Read More
Fixed Permission Set Issue upgrading to Business Central 2022 Wave 1 65887

Permission sets 65887

Fixed an issue when Permission Sets defined as data was migrated to the new Permission Set objects.

Version 19.13

Type Title Description Read More
Changed Export Pick Bin 60429

Export | 60429

Changed that the Pick Bin on the pick line is sent to Qpick. In previous versions the default bin was always sent to Qpick as the pick bin.

Version 19.12

Type Title Description Read More
Added Create pick OnBeforeSetBinCode 58434
Fixed Warehouse receipt Quantity on Warehouse receipt 58454

Create pick | 58434

Added new event, OnBeforeSetBinCode, to be used to set the Bin Code on a Picking Line. This is found in codeunit Create Pick.

Warehouse receipt | 58454

Fixed so that when Qpick sends a Quantity on a Warehouse Receipt, Quantity Handled (Base) is used, instead of Quantity Handled.

Version 19.11

Type Title Description Read More
Added Export Item reference 46338
Added Release Wave Support for Business Central 2021 Wave 2 56069
Fixed Purchase order Partial receipt of Purchase order 57114
Fixed Permissions Physical inventory journal 57078

Export | 46338

Added support for the new feature Item Reference which will allow 50 characters instead of 20.

Purchase order | 57114

Fixed problem with lines that disappear in Qpick when using partial receipt.

Permissions | 57078

Fixed a permission error on the QWEQP Phys. Inv. Ledg. Entry table when posting Phys. Inventory Journal manually.

Version 18.10

Type Title Description Read More
Added Receipt bin Receipt Bin never set as Default or Fixed 53010
Added Transfer order Support for Inbound Transfer 54602
Added Assignment Qpick-user in assignment 54689
Added Documents Custom Fields on header level 54980
Changed Error handling Qpick service 54497
Fixed Pick Pick with no lines 55019

Receipt bin | 53010

Added so that the Receipt Bin, as set up on the Location Card, never will be marked as Default or Fixed in Bin Content.

Transfer order | 54602

Added support for sending a Warehouse Receipt created from a Transfer Order.

Assignment | 54689

Added that when creating an Assignment from Qpick, the Qpick-user is set as owner.

Documents | 54980

Added support for custom fields on Picking Header, Putaway Header and Receipt Header.

Error handling | 54497

Changed so that a better message is shown if an error is thrown when connecting to Qpick Service.

Pick | 55019

Fixed problem when a Pick with no lines existed an error occurred in Qpick.

Version 18.1

Type Title Description Read More
Added Mandatory fields Red asterisk for mandatory fields 51098
Added Qpick Service Authentication connecting to Qpick Service 52543
Added Documentation Documentation with Xml Comments 52669
Changed Qpick status Validation of Qpick status fields 51896
Fixed Export Unit for height/length/width 52996

Mandatory fields | 51098

Added red asterisk for mandatory fields in Qpick Pages to help user see what fields need to be filled.

Qpick Service | 52543

Added support for Basic-authentication when connecting to Qpick Service.

Documentation | 52669

Added Xml comments to document public objects, functions and events which are available via IntelliSense in VSCode and in the Technical Reference

Qpick status | 51896

Added validate instead of just assigning the values when Qpick status fields are set.

Export | 52996

Fixed that unit for height/length/width is exported correctly.

Version 18.0

Type Title Description Read More
Added Export No. of Decimals 43375
Added Keywords Possible to use Qpick Connector as a keyword 39877
Added Release Wave Support for Business Central 2021 Wave 1 50640
Changed Pick/Putaway Not possible to delete when it´s owned by Qpick 43374

Export | 43375

Added support for export of No. of Decimals.

Keywords | 39873

Added possibility to use Qpick Connector as a keyword to search for all Qpick Connector related pages.

Pick/Putaway | 43374

Changed that when a Pick/Putaway is in status Owned By Qpick it's is no longer possible to delete.

Version 17.1

Type Title Description Read More
Added Pick Posting Date on Pick is set to Today 43372
Added Return order Return Order on Pick 42250
Added Export Last Inventory Date 42250
Added Country/Region Support for more countries 42250
Changed Warehouse Activity Document must be Released 43373

Pick | 43372

Added so that Posting Date is set to today before a Pick is posted.

Return order | 42250

Added support for Purchase Return Order on Pick.

Export | 42250

Added so that the date when the Bin was last inventoried is now exported to Qpick.

Country/Region | 42250

Added support for the following countries: Denmark. See all supported countries on AppSource

Warehouse Activity | 43373

Changed so that it is not possible to start a new Warehouse Activity based on a document that is not Released.