Click or drag to resize

KittingServicesGetBatchPickingList Method

Retrieves the current PickingList associated with the specified Batch, as identified by its Id property.

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 GetBatchPickingList(
	Guid sessionId,
	Guid batchId
)

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

Return Value

Type: PickingList
A PickingList object represeting the current picking list of the Batch
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionThe specified Batch was not found.
See Also