Click or drag to resize

TrackingServicesValidateWorkstationSetup Method

Validates that a particular Workstation has been properly setup to perform the given Operation. This is otherwise known as material setup validation.

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 ValidateWorkstationSetup(
	Guid sessionId,
	Guid operationId,
	Guid workstationId,
	Nullable<Guid> batchId
)

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.
workstationId
Type: SystemGuid
The Id of the Workstation to be validated.
batchId
Type: SystemNullableGuid
The optional Id of the specific Batch. This is necessary for "Configure To Order" (CTO) situations where the setup requirements may vary based upon configured options.

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.
ResourceNotFoundExceptionThrown if the workstationId parameter is not null and is invalid.
MaterialSetupRequiredExceptionThrown if meterial setup is not complete.
See Also