Click or drag to resize

TrackingServicesLinkDefectsToSymptom Method

Links the specified Symptom to the specified Defects.

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void LinkDefectsToSymptom(
	Guid sessionId,
	Guid transactionId,
	Guid symptomId,
	Guid[] defectIds
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
transactionId
Type: SystemGuid
The transaction Id returned by the TransactionId property of the StartResult.
symptomId
Type: SystemGuid
The Id property of the Symptom object to be linked.
defectIds
Type: SystemGuid
A list of the Id properties of the Defects to be linked.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
TransactionNotFoundExceptionThrown if the transactionId parameter is invalid.
TrackedDataItemNotFoundExceptionThrown if the defectId or symptomIds parameters reference invalid items.
See Also