How can I implement Field Rules and Object Functions on Redwood CX Sales pages?
in Sales
Summary:
After migrating from Classic CX Sales to Redwood CX Sales using the Oracle Redwood Migration Accelerator, our existing server-side customization no longer works on the Redwood Opportunity page.
Specifically, we previously used:
- Field Rule:
SetOppPriceAandB - Object Function:
SetOppPrice()
These worked correctly on the Classic Opportunity Detail page but do not execute on the Redwood page.
Content (please ensure you mask any confidential information):
In the Classic Opportunity Detail page, we implemented the following logic:
- Trigger: Opportunity Field Rule (
SetOppPriceAandB) - Object Function:
SetOppPrice()
The Object Function calculates a field value using the following formula:
Result C = List A ÷ List B × 1.5
0