TrackingServicesGetNextOperations Method |
Returns a list of
Operation IDs 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.245.0.0 (8.245.0.0)
Syntax public List<Guid> GetNextOperations(
Guid sessionId,
string UID
)
Public Function GetNextOperations (
sessionId As Guid,
UID As String
) As List(Of Guid)
public:
virtual List<Guid>^ GetNextOperations(
Guid sessionId,
String^ UID
) sealed
abstract GetNextOperations :
sessionId : Guid *
UID : string -> List<Guid>
override GetNextOperations :
sessionId : Guid *
UID : string -> List<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.
Return Value
Type:
ListGuidA list of IDs of the next
Operations for the
Item, or Guid.Empty if there is not a next
Operation for the
Item.
Exceptions See Also