Click or drag to resize

TrackingServicesGetNextOperation Method

Returns the ID of the Operation where a particular unit or material (Item) is expected to be processed next.

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

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
UID
Type: SystemString
The text-based unique identifier of the Item.

Return Value

Type: Guid
The ID of the next Operation for the Item, or Guid.Empty if there is not a next Operation for the Item.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ItemExceptionThrown if the UID parameter is invalid.
See Also