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.245.0.0 (8.245.0.0)
Syntax public PickingList GetBatchPickingList(
Guid sessionId,
Guid batchId
)
Public Function GetBatchPickingList (
sessionId As Guid,
batchId As Guid
) As PickingList
public:
virtual PickingList^ GetBatchPickingList(
Guid sessionId,
Guid batchId
) sealed
abstract GetBatchPickingList :
sessionId : Guid *
batchId : Guid -> PickingList
override GetBatchPickingList :
sessionId : Guid *
batchId : Guid -> 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
Return Value
Type:
PickingListA
PickingList object represeting the current picking list of the
BatchExceptions See Also