Redwood: SalesStageId and InventoryItemId Do Not Work With OnFieldValueChangeEventListener Event.modified
(Doc ID 3035031.1)
Last updated on JULY 23, 2024
Applies to:
Oracle Fusion CX Sales Cloud Service - Version 11.13.24.04.0 and laterInformation in this document applies to any platform.
Goal
Redwood: on a field change event values are not getting set when change other field values.
Using on a field update event trigger in Opportunity Revenue and when click on Product Name field the other field value are not getting populated
VB > Opportunities > Event Listeners > create new for 'opportunitiesOnFieldValueChangeEvent' > create new Action Chain > add custom code as
if (event.modifiedField === "SalesStageId" && event.row.SalesStageId === '300000000xxxxxx' )
{
let row = JSON.parse(JSON.stringify(event.row));
row.Comments = 'stage '300000000xxxxxx' )
{
previous = previous ?? {};
previous.row = row;
}
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |