Click or drag to resize

TrackingServicesLookupOperationByWorkstation Method

Returns the Id of the best possible next Operation candidate for a unit or material (Item) based on a workstation and side designation. This is typically used for automated (human free) data collection where the a workstation must determine the Operation against which it will record data based on a UID alone.

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 LookupOperationByWorkstation(
	Guid sessionId,
	string UID,
	Guid workstationId,
	Nullable<MountSide> side
)

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.
workstationId
Type: SystemGuid
The Id of the Workstation to be used by the search routine.
side
Type: SystemNullableMountSide
An optional side designation to assist the search routine in finding the best match.

Return Value

Type: Guid
The Id of the Operation that best matches the criteria.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ItemExceptionThrown if the UID parameter is invalid.
ResourceNotFoundExceptionThrown if the workstationId parameter is invalid.
See Also