ResourceServicesUpdateStock Method |
Updates the attributes of an existing
Stock. The
Stock must pre-exist
within FactoryLogix. The
StockLocations property of the
Stock will be ignored,
and not altered by this method.
Namespace:
FactoryLogix.xTend.FactoryResources
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void UpdateStock(
Guid sessionId,
Stock stock
)
Public Sub UpdateStock (
sessionId As Guid,
stock As Stock
)
public:
virtual void UpdateStock(
Guid sessionId,
Stock^ stock
) sealed
abstract UpdateStock :
sessionId : Guid *
stock : Stock -> unit
override UpdateStock :
sessionId : Guid *
stock : Stock -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - stock
- Type: FactoryLogix.xTend.DataObjectsStock
The updated stock object with valid Id property.
Exceptions See Also