ItemServicesMoveItems Method |
Relocates multiple
Items to a new location. If the
Items were previously located at a different location, they will be removed from that location.
The specified barcode can represent a carrier, GRN,
TransportOrder, or an
Item:
Carrier - all items on the carrier are moved to the new location.
GRN - then all items labeled in the GRN are moved to the new location.
Transport Order - all items on the transport order are moved to the new location.
Item - the item along with any other Items contained within the same carrier, GRN, or transport order are moved to the new location.
Namespace:
FactoryLogix.xTend.Logistics
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void MoveItems(
Guid sessionId,
string barcode,
string locationCode
)
Public Sub MoveItems (
sessionId As Guid,
barcode As String,
locationCode As String
)
public:
virtual void MoveItems(
Guid sessionId,
String^ barcode,
String^ locationCode
) sealed
abstract MoveItems :
sessionId : Guid *
barcode : string *
locationCode : string -> unit
override MoveItems :
sessionId : Guid *
barcode : string *
locationCode : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - barcode
- Type: SystemString
The string-based identifier of the carrier, GRN, transport order, or item to be processed. - locationCode
- Type: SystemString
The new stock location code (destination) for the Item.
Exceptions See Also