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.254.0.0 (8.254.0.0)
Syntaxpublic Guid LookupOperationByWorkstation(
	Guid sessionId,
	string UID,
	Guid workstationId,
	Nullable<MountSide> side
)
Public Function LookupOperationByWorkstation ( 
	sessionId As Guid,
	UID As String,
	workstationId As Guid,
	side As Nullable(Of MountSide)
) As Guid
public:
virtual Guid LookupOperationByWorkstation(
	Guid sessionId, 
	String^ UID, 
	Guid workstationId, 
	Nullable<MountSide> side
) sealed
abstract LookupOperationByWorkstation : 
        sessionId : Guid * 
        UID : string * 
        workstationId : Guid * 
        side : Nullable<MountSide> -> Guid 
override LookupOperationByWorkstation : 
        sessionId : Guid * 
        UID : string * 
        workstationId : Guid * 
        side : Nullable<MountSide> -> Guid 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: 
GuidThe Id of the 
Operation that best matches the criteria.
Exceptions
See Also