RestockOnEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) mNo edit summary |
Kate Racaza (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
Specifies the restock property of the spare part pool. | <onlyinclude>Specifies the restock property of the spare part pool.</onlyinclude> | ||
== Members == | == Members == |
Revision as of 22:17, 12 January 2016
Member of: SynthesisAPI
Specifies the restock property of the spare part pool.
Members
Name | Value | Description |
---|---|---|
Never | 0 | The spare part pool is never restocked. |
Scheduled | 1 | The spare part pool is restocked at fixed intervals. |
AsNeeded | 2 | The spare part pool is restocked when inventory drops to a specified quantity. |
ScheduledAndAsNeeded | 3 | The spare part pool is restocked at fixed intervals and whenever the inventory drops to a specified quantity. |