Click or drag to resize

PackoutServicesGetGlobalPackingList Method

Retreives a pre-configured, global PackingList based on the display name of the global pack-out operation.

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public PackingList GetGlobalPackingList(
	Guid sessionId,
	string packoutOperation
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
packoutOperation
Type: SystemString
The display name of the global pack-out operation whose PackingList is to be retrieved.

Return Value

Type: PackingList
A PackingList object containing a list of items that are necessary for pack-out, as well as other important information.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionThrown if the packoutOperation parameter is invalid.
See Also