Data Dictionary for EDI to TMS

From UG

(Difference between revisions)
Jump to: navigation, search
(CT2 Truck Dom fields)
Line 20: Line 20:
See xls in http://mantis.jaguarfreight.com/mantis/view.php?id=2229
See xls in http://mantis.jaguarfreight.com/mantis/view.php?id=2229
-
 
-
=== Descartes XML Schema ===
 
-
 
-
See xsd file here: http://mantis.jaguarfreight.com/mantis/file_download.php?file_id=1577&type=bug
 
-
 
-
''Like all XML schema languages, XSD can be used to express a set of rules to which an XML document must conform in order to be considered 'valid' according to that schema.''
 
-
 
-
See http://en.wikipedia.org/wiki/XML_Schema_%28W3C%29
 
-
 
-
== XML representation of Jaguar CT record using Jaguar tags and attributes ==
 
-
 
-
=== Proof of concept New CT XML ===
 
-
 
-
<pre>
 
-
<CT>
 
-
  <CTNum>124896</CTNum>
 
-
  <E0Client>EA Arden</E0Client>
 
-
  <CommodTable>
 
-
    <Commodity PO="5454" SKU="aa23" Quantity="10000" ItemDescription="soap" NumberOfPlts="2"
 
-
      PkgsOnPlts="20" LoosePkgs="2" GW="550" GWUnit="kg" HazNonHaz="N" Stackable="Y" PiecePrice=".10"
 
-
    </Commodity>
 
-
  </CommodTable>
 
-
</CT>
 
-
</pre>
 
-
 
-
== Types ==
 
-
Type:
 
-
* A
 
-
* AN - alphanumeric
 
-
* N
 
-
* D - date
 
-
 
-
== CT2 Truck Dom fields ==
 
-
 
-
=== Shipper and Planner Fields ===
 
-
List below is from [[Cybertrax 2.1 Client (data dictionary)]]
 
-
<pre>
 
-
# 1 CT fields
 
-
    [y/n - pass to TMS][user/system managing data] CT field name // TMS field name in UI // XML name
 
-
    ------------------------------------------------------------------------------
 
-
    [y][ct2] * CT#CT_Num  // Shipment No
 
-
    [n][shipper] * 1.1 PO Issued by //  n/a
 
-
    [][shipper] * 1.2 Pick up Location // 
 
-
    [][shipper] * 1.3 Ship to Location
 
-
    [][shipper] * 1.4 Pick up Instructions
 
-
    [][shipper] * 1.5 Commodity Description
 
-
    [y][shipper] * 1.6 Cargo Available
 
-
    * 1.7 Fields that Shipper can not edit
 
-
          [profile ] o 1.7.1 Shipper
 
-
          [tms    ] o 1.7.2 Pick Up Trucker
 
-
          [tms    ] o ??? PT/DT Number:  // Load No
 
-
          [tms    ] o 1.7.3 Delivery Trucker
 
-
          [none    ] o 1.7.4 Estimated Pick up date
 
-
          [carrier ] o 1.7.5 Actual Pick up date
 
-
          [none    ] o 1.7.6 Estimated Delivery date
 
-
          [carrier ] o 1.7.7 Actual Delivery date
 
-
          [none    ] o 1.7.8 Last Update By
 
-
          [none    ] o 1.7.9 Last Update date time
 
-
          [auto    ] o 1.7.10 Routed Date
 
-
    * 1.8 Field related to Planners
 
-
          o 1.8.1 CT Authorization status
 
-
          o 1.8.2 Approved For Date
 
-
          o 1.8.3 Approved By
 
-
          o 1.8.4 Approved On
 
-
          o 1.8.5 Authorization Comment
 
-
 
-
# 2 Commodity fields
 
-
 
-
    * 2.1 P.O. // Purchase Order No
 
-
    * 2.2 SKU
 
-
    * 2.3 Quantity
 
-
    * 2.4 Item Description
 
-
    * 2.5 Number of Plts
 
-
    * 2.6 Pkgs on Plts
 
-
    * 2.7 Loose Pkgs
 
-
    * 2.8 GW
 
-
    * 2.9 GW Unit
 
-
    * 2.10 Haz/Non-Haz
 
-
    * 2.11 Stackable
 
-
    * 2.12 Piece price
 
-
    * 2.13 Total Value
 
-
 
-
All fields above are created/edited by [shipper]
 
-
 
-
</pre>
 
-
 
-
=== Additional fields for Truck Dom available for Jaguar internal user ===
 
-
 
-
// todo: complete this sec
 
-
...
 
-
 
-
[[#Consol Warehouse]]
 
-
 
-
...
 
-
 
-
== Sample xml messages ==
 
-
 
-
=== Sample Shipment Import ===
 
-
 
-
Filename: Sample Shipment Import.xml
 
-
 
-
<pre>
 
-
<?xml version="1.0" encoding="iso-8859-1"?>
 
-
<ns0:Envelope xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:ns0="http://www.w3.org/2003/05/soap-envelope" xmlns:ebi="http://www.myvan.descartes.com/ebi/2004/r1">
 
-
  <ns0:Header>
 
-
    <wsa:From>
 
-
      <wsa:Address>urn:duns:657589457</wsa:Address>
 
-
    </wsa:From>
 
-
    <wsa:To>urn:duns:657589457</wsa:To>
 
-
    <wsa:Action>urn:myvan:856</wsa:Action>
 
-
    <ebi:Sequence>
 
-
      <ebi:MessageNumber>12117</ebi:MessageNumber>
 
-
    </ebi:Sequence>
 
-
    <wsa:MessageID></wsa:MessageID>
 
-
  </ns0:Header>
 
-
  <ns0:Body>
 
-
    <parmDocEnvelope>
 
-
      <DocShipment ShipmentNo="3161007" LoadNo="3161007" MessagePurpose="1005" CarrierCode="RDWY" EarliestAvailDate="2010-03-11T08:00:00" LatestAvailDate="2010-03-11T16:00:00" TotalWgt="98" WgtUOM="200">
 
-
        <DSGOriginAddress LocationNo="08081831" StreetName="7725 PARKLAWN AVENUE" City="EDINA" State="MN" PostalCode="55439" Country="US" CompanyName="Company ABC"></DSGOriginAddress>
 
-
        <DSGDestinationAddress LocationNo="" StreetName="95 Paquin Road                WINNIPEG&#xA;" City="MANITOBA" State="MB" PostalCode="R2J 3V9" Country="CA" CompanyName="Consumer Products"></DSGDestinationAddress>
 
-
        <DSGReferenceNumbers RefNoType="SBU Unit" Value="XYZ"></DSGReferenceNumbers>
 
-
        <DSGReferenceNumbers RefNoType="System ID" Value="VSC"></DSGReferenceNumbers>
 
-
        <DSGReferenceNumbers RefNoType="GL Account 1" Value="080807114612010000002001000000000000000000"></DSGReferenceNumbers>
 
-
        <DocShpLineItem ContainerQuantity="1" Description="Goods" TotalLineItemWeight="98" WgtUOM="200" ContainerType="15" LineItemNumber="1"></DocShpLineItem>
 
-
      </DocShipment>
 
-
    </parmDocEnvelope>
 
-
  </ns0:Body>
 
-
</ns0:Envelope>
 
-
</pre>
 
-
 
-
 
-
 
-
=== Sample Status Message ===
 
-
 
-
''Filename:'' Sample Status Message.xml
 
-
 
-
<pre>
 
-
<?xml version="1.0" encoding="utf-8"?>
 
-
<Dragon xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:Num="Num-namespace-URI" xmlns:Num2="Num2-namespace-URI">
 
-
  <Header>
 
-
    <Sender>
 
-
      <senderID>069035124</senderID>
 
-
    </Sender>
 
-
    <Receiver>
 
-
      <receiverID>069035124</receiverID>
 
-
    </Receiver>
 
-
    <ControlData>
 
-
      <SendDateTime>
 
-
        <dateTime>20090402 182951</dateTime>
 
-
      </SendDateTime>
 
-
      <docType>214</docType>
 
-
    </ControlData>
 
-
  </Header>
 
-
  <Request>
 
-
    <DocTracking TrackingID="2507" BOLID="359" LoadID="479" BOLNo="BOL000000358" MasterShipmentNumber="LD000000352" TrackDate="2009-04-02T13:49:00" TrackInfo="LD000000352" City="ELK GROVE VILLAGE" State="IL" Country="US" Event="2028" Reason="3042" EventDescription="Picked up" ReasonDescription="Normal" SCAC="ABCD">
 
-
      <DocShipment TrackingID="2507" ShipmentID="414" ShipmentNo="A8I106753-001">
 
-
        <DSGReferenceNumbers RefNoType="" Value="0"></DSGReferenceNumbers>
 
-
        <DSGReferenceNumbers RefNoType="Inland carrier booking no" Value="203569317"></DSGReferenceNumbers>
 
-
        <DSGReferenceNumbers RefNoType="Shipment Type" Value="STD"></DSGReferenceNumbers>
 
-
        <DSGReferenceNumbers RefNoType="AJK Reference Number" Value="A8I106753"></DSGReferenceNumbers>
 
-
        <DSGReferenceNumbers RefNoType="Voyage or FlightNumber" Value="OS0094"></DSGReferenceNumbers>
 
-
        <DSGReferenceNumbers RefNoType="Customer Reference Number" Value="757264"></DSGReferenceNumbers>
 
-
        <DSGReferenceNumbers RefNoType="" Value="XYZ AIRLINES"></DSGReferenceNumbers>
 
-
        <DSGReferenceNumbers RefNoType="" Value="AIR FREIGHT"></DSGReferenceNumbers>
 
-
      </DocShipment>
 
-
    </DocTracking>
 
-
  </Request>
 
-
</Dragon>
 
-
</pre>
 

Revision as of 17:48, 15 October 2010


Intro

This document describes objects, fields, related XML definitions, etc that will participate in integration with TMS.

Goals

We need to identify on per fields basis:

  • CT2 fields to send to TMS for each IP
  • TMS fields to send to CT2 for each IP
  • what fields to be updated in CT2 and what in TMS
    • include into xml messaging what is required
    • if field is present in both systems then .... block user from corrupting data
  • what additional fields to create/re-define in CT2
  • what additional fields to create/re-define in TMS
  • mapping of CT2 to TMS fields

Data Dictionary

See xls in http://mantis.jaguarfreight.com/mantis/view.php?id=2229

Personal tools