Hi
We have a scenario where we have to set up Purchase Order Release based on a combination of the following
Vendor + Purch Org + Dollar Value.
We have successfully set up the release strategy for which we have done the following
1) Create Characterstics for Vendor, Purch Org and Net Order Value
2) Assign the above characterstics to a Class
3) Assign Class to the Release Strategy in SPRO.
So far everything is good.
Now we try to define a Condition. With a Fourth Characterstic (TRIG_RELEASE ) attached to the same class.
And attached a Dependency condition to it.
$SELF.TRIG_RELEASE = 'Y' IF VENDOR = '1000' and PURC_ORG ='8500' and NET_VALUE > 1000.
When this dependency is set, the release doesnt trigger.
but modifying the condition to
$SELF.TRIG_RELEASE = 'Y' IF VENDOR = '1000' and PURC_ORG ='8500' .
Trigger the Release for that condition.
How can we base the dependency on Net Value also ? What are we doing wrong or missing ?
Regards
Aju Paul