KittingServicesSetBatchPickingList Method |
Sets the current
PickingList for the specified
Batch. This method does NOT
automatically reserve materials or generate transport orders.
Namespace:
FactoryLogix.xTend.Logistics
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public PickingList SetBatchPickingList(
Guid sessionId,
Guid batchId,
PickingList pickingList
)
Public Function SetBatchPickingList (
sessionId As Guid,
batchId As Guid,
pickingList As PickingList
) As PickingList
public:
virtual PickingList^ SetBatchPickingList(
Guid sessionId,
Guid batchId,
PickingList^ pickingList
) sealed
abstract SetBatchPickingList :
sessionId : Guid *
batchId : Guid *
pickingList : PickingList -> PickingList
override SetBatchPickingList :
sessionId : Guid *
batchId : Guid *
pickingList : PickingList -> PickingList
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - batchId
- Type: SystemGuid
The Id of the Batch - pickingList
- Type: FactoryLogix.xTend.DataObjectsPickingList
A PickingList object representing the new picking list for the Batch
Return Value
Type:
PickingListA
PickingList object represeting the current picking list of the
Batch, with Id properties populated.
Exceptions See Also