looking to implement a generic Cross-Validation (CV)rule
Hello Community,We are looking to implement a generic Cross-Validation (CV) rule in Oracle Cloud to restrict account combinations where the Company segment value is equal to the Intercompany segment value.Our goal is to avoid creating individual rules for each value. Instead, we want a single condition that dynamically prevents combinations where both segments have the same value.
Example:
- If Company = 100 and Intercompany = 100 → Invalid
- If Company = 100 and Intercompany = 200 → Valid
Question:
Is it possible to configure such a generic CV rule in Oracle Cloud where the condition compares segment values directly (e.g., Company ≠ Intercompany)?
If not, are there any recommended workarounds or alternate approaches to achieve this?