...
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 | ||||||
---|---|---|---|---|---|---|
|
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
...