EstimateTactic Enum
An EstimateTactic is an approach to calculating an estimate that leads to an intended outcome, for example, a QUICKEST estimate optimises for shortest production time, whereas a CHEAPEST estimate optimises for lowest cost.
Possible Values
#
BEST
Optimise for the best quality.
CHEAPEST
Optimise for the lowest cost.
EARLIEST
Optimise for the earliest delivery date.
QUICKEST
Optimise for the quickest production time.
SUSTAINABLE
Optimise for the most sustainable production.
UNKNOWN
Unknown or no particular optimisation.
Usages
#
References
#
- Field tactic from Estimate
Previous
EstimateQueryInput
Next
EstimateUpdateInput