Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

De-activate Condition type

Former Member
0 Likes
314

Hi,

I need a deactivate a condition type ,once it reaches the maximum value .

I had already written a routine for calculating the maximum value,once it reaches the max value ,I have to deactivate the condition type.

Suitable answers will be rewarded.

Regards

ManoJ

1 REPLY 1
Read only

Former Member
0 Likes
288

HI,

Most of the pricing routines normally check for the return code, as you said you have your logic to calculate the total value, try passing a non-zero value to return code when the amount reaches maximum.

Regards

Eswar