Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public PickingList SetBatchPickingList(
	Guid sessionId,
	Guid batchId,
	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: PickingList
A PickingList object represeting the current picking list of the Batch, with Id properties populated.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
BatchNotFoundExceptionThe specified Batch was not found.
ReservationExceptionThrown if the Pick List strategy is not set to ERP.
See Also