ResourceServices Methods |
The ResourceServices type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddStockLocations | |
![]() | DefineStockLocations |
Defines the StockLocations for a pre-existing Stock, TemperingOven or ColdStorage.
Any and all pre-existing StockLocations associated with the resource will be deleted, and
replaced by the new StockLocations. The method will fail if there are existing StockLocations
that contain inventory (Items).
|
![]() | DeleteStockLocations |
Deletes one or more StockLocations from a Stock, TemperingOven, ColdStorage,
or a parent StockLocation.
|
![]() | FindResource |
Retrieves all factory resources defined within FactoryLogix that match the specified types.
|
![]() | GetAllFactories |
Retrieves all factory resources defined in FactoryLogix, including their hierarchy.
|
![]() | GetResourcesOfType |
Retrieves all factory resources defined within FactoryLogix that match the specified types.
|
![]() | GetStockLocations |
Retrieves all immediate child StockLocations per the Id of a Stock, TemperingOven, ColdStorage, or StockLocation parent.
|
![]() | UpdateColdStorage |
Updates the attributes of an existing ColdStorage. The ColdStorage must pre-exist
within FactoryLogix. The StockLocations property of the ColdStorage will be ignored,
and not altered by this method.
|
![]() | UpdateStock |
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.
|
![]() | UpdateStockLocations |
Updates one or more existing StockLocations.
This method will also alter the StockedPartAssignments of the StockLocations.
|
![]() | UpdateTemperingOven |
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.
|