20210729 - Push XUS - Additional Fields to Push
Release 29th July 2021 - Push XUS - Additional Fields to Push
Â
Summary:
Push XUS - Additional Fields to Push
Ticket:
https://bigdigit.atlassian.net/browse/IHUB-691
Detail:
We have been asked to push additional header fields and a new list containing container information.
This will also require changes to the Scriban mapping.
XUSPushMessage | |
Column Name | Data Type |
---|---|
… | … |
SupplierName | nvarchar(200) |
SupplierContactTelephone | nvarchar(50) |
SupplierContactEmail | nvarchar(100) |
SupplierContactPerson | nvarchar(100) |
… | … |
NotifyAddress1 | nvarchar(100) |
NotifyAddress2 | nvarchar(100) |
… |  |
FreightPayableBy | nvarchar(100) |
… |  |
PlaceOfReceipt | nvarchar(6) |
PortOfLoading | nvarchar(5) |
PortOfDischarge | nvarchar(5) |
FinalDestination | nvarchar(6) |
HBLReleaseType | nvarchar(100) |
DangerousGoodsDeclaration | nvarchar(100) |
WoodPackaging | bit |
Fumigation | nvarchar(100) |
MarksAndNumbers | nvarchar(2000) |
GoodsDescription | nvarchar(150) |
 |  |
Containers | List<XUSContainer> |
Â
XUSContainer | |
Column Name | Data Type |
---|---|
ContainerType | nvarchar(100) |
Number | int |
Description | nvarchar(200) |
Â
It has been agreed that iHub will only supports pushing multiple lists when using Scriban (Advanced Editor).Â
Multiple lists is NOT supported when using the standard Mapping form on the front end (Regular editor).
Â