Click or drag to resize

TrackingServicesValidateOperatorCertification Method

Validates that a particular operator (User) is certified to perform the given Operation.

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public StartValidationResult ValidateOperatorCertification(
	Guid sessionId,
	Guid operationId,
	string operatorUserName
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
operationId
Type: SystemGuid
The Id of the Operation to be validated.
operatorUserName
Type: SystemString
The user name of the operator (User) who will perform the Operation.

Return Value

Type: StartValidationResult
A StartValidationResult object describing the results of the validation request.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
OperationNotFoundExceptionThrown if the operationId parameter is invalid.
UserNotFoundExceptionThrown if the operatorUserName parameter is not null or empty, and the specified User cannot be found in the system.
See Also