1
Business rules after deployment are not working as expected because we were informed that business rules have some inherent order and will work in that sequence only, because of that it is resulting in unintended results

eg: consider 3 BR
If Sales Revenue == 0 set Default Value 0
If Marketing Revenue == 0 set Default value 0
If Sales Revenue == 0 and Marketing Revenue == 0 , set Total Revenue mandatory else set Total Revenue not mandatory

Consider the above example, the expected result is Total revenue is required if others are 0 and not if other wise, however after deployment it is always showing as non-mandatory.

Business rules are supposed to be working on condition based and not order based. Hope this would be fixed soon.
Category: General
STATUS DETAILS
New