2.10 Summary

2.10.2 - Data Pull "Auto-Detect Direction" Setting

April 29, 2024

The "auto-detect direction type" setting in a Data Pull integration has been adjusted, so the direction type can be either a Pick or Put based on if the quantity is a negative or positive value. (Previously, a negative quantity would be a Pick.)

Data Pull 22 Auto Detect Direction22 Setting

New Features:

  • Data Pull's "auto-detect direction type" setting allows negative quantities to indicate Put orders

Bugfixes:

  • Fixes a bug where a new Web Services session would not be created if the sessionId value was "null"

     

Patch 2.10.2.1

New Features:

  • Adds a new "authentication" field to connections for types of authentication methods
    Note: GraphQL connections will have to adjust their connection type from REST to GraphQL

     

Patch 2.10.2.2

New Features:

  • Allows cancellation of report file generation

Bugfixes:

  • Fixes misc. connection issues

2.10.1 - Append New Lines Only with Data Pull

April 15, 2024

New Features:

  • Adds new Data Pull setting: Append Lines.
    This setting defaults to not enabled. If the setting is enabled, when the pulled-in order has the name of an existing or completed order, Data Pull will attempt to add only unique lines.

Bugfixes:

  • Creating an order with the name of a completed order would throw a validation error. This was introduced in 2.10.0 and is now fixed.
  • Invalid Web Services sessions no longer prevent order creation/deletion.
  • When an API call is made to GET /orders with a query parameter of "status=processed," the response time is much faster.

     

Patch 2.10.1.1

New Features:

  • Adds compatibility for Power Pick version 5.3.
  • Adds the ability to manually run Data Pull. 
    • This can only be used in API connections that follow the OData format. 
    • To enable this feature, toggle the setting found in the general settings of the Data Pull integration.
    • Use the default mapping to set the query key to filter by when passing values.

Bugfixes:

  • Fixes an error when importing report templates due to a missing deprecated setting.
  • Resolves an error when querying warehouse count.

     

Patch 2.10.1.2

New Features:

  • CSV and XLSX files are generated differently so large amounts of data can be handled.

Bugfixes:

  • Fixes a bug occurring when getting transactions because of a missing attribute added in Power Pick 5.3.
  • Exporting large attachments no longer fail.
  • When a license has been expired for more than 30 days, users are redirected to the "/locked" page where they can enter a new license code.

2.10.0 - Adding Order Lines with Data Pull

April 4, 2024

Data Pull is now able to make updates to existing orders by finding new order lines:

  • If an order comes in that matches an unprocessed/in-process order in Power Pick, ItemPath will add any new order lines to the existing order.
  • If an order comes in that matches a processed/completed order in Power Pick, ItemPath will create a new order with the same name but only add new/unique order lines.

New Features:

  • Order deletion is now done through web services, rather than manually removing the row from the database. This ensures a history record is created when the order is deleted.

Bugfixes:

  • Fixes report filters on datetime values converting to the wrong timezone. Also fixes report filters on ID values.
  • Adds default Power Pick version so table columns are always available.

     

Patch 2.10.0.1

New Features:

  • Adds non-email actions to Workflow logs.

Bugfixes:

  • Allows bar and line charts to be displayed in reports as well as Dashboard widgets.
  • Fixes log creation date times not converting to the right timezone.

     

Patch 2.10.0.2

Bugfixes:

  • Fix dynamic path in Data Push with consolidated transactions.