Click or drag to resize

ResourceServicesUpdateTemperingOven Method

Updates the attributes of an existing TemperingOven. The TemperingOven must pre-exist within FactoryLogix. The StockLocations property of the TemperingOven will be ignored, and not altered by this method.

Namespace:  FactoryLogix.xTend.FactoryResources
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void UpdateTemperingOven(
	Guid sessionId,
	TemperingOven oven
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
oven
Type: FactoryLogix.xTend.DataObjectsTemperingOven
The updated tempering oven object with valid Id property.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ResourceNotFoundExceptionThrown if the oven is not found in the system.
NotFoundExceptionThrown if a cold storage profile is specified an does not exist in the system.
AlreadyExistsExceptionThrown if the tempering oven name is changed to a name that already exists.
See Also