|
Hi All,
I'm not seeing requirements created for PRODRQM_STOCK_ATP. the code
below seems to be incorrect. if I change it from greater-equals to
less-equals I get requirements. however, when I receive the inventory I
get new Requirements created. is the code below correct or is this a bug.
Thanx
Fred
<!-- If before this reservation the availableToPromiseTotal was over
minimumStock, create a new requirement -->
<if-compare-field field-name="oldAvailableToPromise"
to-field-name="productFacility.minimumStock" operator="greater-equals"
type="Double">
|