Announcement

Collapse
No announcement yet.

Object Gid element

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Object Gid element

    Hello there :

    We are performing some integrations in OTM like Order Release, Locations and Invoice, etc.,

    When I look at the OBJECT_GID field I_TRANSACTION table, I am seeing NULL values for
    ELEMENT_NAME values like 'ShipmentStatus'. What should I do to populate this field through the GLOG Integration.

    Thanks,
    Jay

  • #2
    Re: Object Gid element

    Originally posted by JayVal View Post
    Hello there :

    We are performing some integrations in OTM like Order Release, Locations and Invoice, etc.,

    When I look at the OBJECT_GID field I_TRANSACTION table, I am seeing NULL values for
    ELEMENT_NAME values like 'ShipmentStatus'. What should I do to populate this field through the GLOG Integration.

    Thanks,
    Jay
    It should be the ShipmentRefnumValue for ShipmentRefnumQual = 'GLOG'.
    Please refer to the XML extract copy pasted below, In this case the Object_Gid of the i_transaction table will be populated with ABC.1234,
    ABC.1234 will be your ShipmentGid for which you are doing the StatusUpdate.

    <ShipmentRefnum>
    <ShipmentRefnumQualifierGid>
    <Gid>
    <Xid>GLOG</Xid>
    </Gid>
    </ShipmentRefnumQualifierGid>
    <ShipmentRefnumValue>ABC.1234</ShipmentRefnumValue>
    </ShipmentRefnum>

    Hope this helps, Please revert if you need more help.

    Regards
    Rajas

    Comment


    • #3
      Re: Object Gid element

      Originally posted by Rajas.kirtane View Post
      It should be the ShipmentRefnumValue for ShipmentRefnumQual = 'GLOG'.
      Please refer to the XML extract copy pasted below, In this case the Object_Gid of the i_transaction table will be populated with ABC.1234,
      ABC.1234 will be your ShipmentGid for which you are doing the StatusUpdate.

      <ShipmentRefnum>
      <ShipmentRefnumQualifierGid>
      <Gid>
      <Xid>GLOG</Xid>
      </Gid>
      </ShipmentRefnumQualifierGid>
      <ShipmentRefnumValue>ABC.1234</ShipmentRefnumValue>
      </ShipmentRefnum>

      Hope this helps, Please revert if you need more help.

      Regards
      Rajas
      Hello Rajas,
      We have the same problem - there is not OBJECT_GID after ShipmentStatus integration, but we include the section you mentioned above. We noticed that without OBJECT_GID Shipment Refnums from our event are not populated in target shipment.
      Any other ideas how to populate it?

      Comment

      Working...
      X