CADACUS, INC.

SOLUTIONS FOR SYSPRO™

As you are looking for Solutions to your SYSPRO™ needs, there may be other choices, but ask them if they have been working exclusively with SYSPRO™ since 1991. Ask them if they use the same NetExpress development system and tools SYSPRO uses. Very few other companies can say yes to both answers, but we can!

Providing quality solutions to the SYSPRO™ user community since 1991!


EDISPM - Shipment Pack Maintenance Business Object

This business object will either create a new shipment pack or edit an existing pack.  


 Type - Transaction, Post


 XMLIn

 Elements  Examples   Notes
Shipment  11523  Required
Pack  1236 The pack number is required for updating a pack; to create a pack, exclude it (or give the pack a value of spaces or zeros)
Status    
Master    
Ghost  N Must be "Y" when the pack is not associated with any items
Printed  Y  
Container  187  
ItemCount  3  
Tare  223  
Mark    
Format    
Tracking    
TrackingStatus     
MerchandiseValue    
MiscValue    
Weight    
DecimalWeight    
WeightUOM    
Length    
Width    
Height    
DimensionUOM    
FreightActual    
FreightCost    
FreightCharge    
LicensePlate    
User1    
Level    
Tracking2    
Code    

 Sample XMLIn:

<ShipmentPackMaintenance>
 <Pack>
  <Shipment>4520</Shipment>
  <Pack>4</Pack>
  <Tracking>aaaa</Tracking>
  <Ghost>Y</Ghost>
 </Pack>
</ShipmentPackMaintenance>

Parameters

No parameters are used, so the XMLParameters information can be as follows:

<ShipmentPackMaintenance />

Notes:  

  • Multiple pack loops are not supported at this time