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.245.0.0 (8.245.0.0)
Syntax public PackingList GetGlobalPackingList(
Guid sessionId,
string packoutOperation
)
Public Function GetGlobalPackingList (
sessionId As Guid,
packoutOperation As String
) As PackingList
public:
virtual PackingList^ GetGlobalPackingList(
Guid sessionId,
String^ packoutOperation
) sealed
abstract GetGlobalPackingList :
sessionId : Guid *
packoutOperation : string -> PackingList
override GetGlobalPackingList :
sessionId : Guid *
packoutOperation : string -> PackingList
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:
PackingListA
PackingList object containing a list of items that are necessary
for pack-out, as well as other important information.
Exceptions See Also