on 2010 Aug 04 2:34 PM
Within a Process Schema I have an expression that checks whether the Overall value of a Shopping Cart is greater than zero (Overall value > 0) to perform a certain task and this works fine.
The business now require this task to be performed when the value is zero or greater - if I change the formula to reflect this (Overall value >= 0) or (Overall value > 0 OR Overall value = 0) then the application fails when attempting to select items for the shopping cart. The error is "An exception has occurred".
Other expressions within the schema identify when the Overall value is within certain ranges (e.g. (Overall value > 5000 AND Overall value <= 50000), and one other checks for (Overall value > 0).
Can anyone tell me how to resolve this please?
Many thanks in advance
Request clarification before answering.
Hi,
> The error is "An exception has occurred".
Where did you find this error? I think debug is easy way for finding the root cause.
Regards,
Masa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Masa
Apologies for the format of the previous posting! How can I attach text that I have 'cut and paste' from a MSWord document into these posts?
The error screen appears as the 'non-catalogue' item selection screen is displayed.
I will have a look at debugging as you suggest.
Many thanks
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.