Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Optix returns a response that contains a unique “id“ for the Shipment that was created in their system.

...

Summary:
CSV Mapping - Transformation modal to set Formatting, Validators and Transform

Ticket:

Jira Legacy
serverSystem JIRA
serverIdb157ffa3-650f-3eac-ac6a-49d6a4f1db87
keyIHUB-822

Detail:
New “Transformation” column (to replace the existing Formatting and Validators columns) when mapping a CSV file. Allows users to click a “+“ icon to add a new transformation or a “pencil” icon to edit any existing transformations which opens a new modal window.

In addition users can apply a Scriban transformation to a field.
E.G

Code Block
{{ value | string.downcase == "true" ? "DDP" : "DDU" }}

...

Summary:
Support for Partners / Tenants

...