When you setup an eligibility criterion, you must define two things:
The field to be compared
The comparison method
You have the following choices in respect of identifying the field to be compared:
You can retrieve a characteristic value linked to any of the following:
The obligation being billed
The obligation's account
The main person linked to the obligation's account
The characteristic location linked to the obligation
The obligation's asset (not supported in this release)
In addition, you can also use a characteristic value that is derived while the rate is being calculated (characteristic values can be created by RQ rules and many other rate component algorithms)
You can retrieve the value of a given rate quantity
You can retrieve the final value of an earlier rate component
You can execute an algorithm to retrieve a field value from someplace else in the system. This is a very powerful feature, but it's not terribly intuitive. We'll present a few examples later in this section to illustrate the power of this approach.
You have the following choices in respect of identifying the comparison method:
You can choose an operator (e.g., >, <, =, BETWEEN, IN, etc.) and a comparison value.
You can execute an algorithm that performs the comparison (and returns True, False or INSUFFICIENT DATA). This is also a very powerful feature, but it's not terribly intuitive. We'll present a few examples later in this section to illustrate the power of this approach.
The Examples Of Rate Component Eligibility Rules provide examples to help you understand this design.
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.