Redwood Create Child Record Page and Defaulting DCL Value from Parent Record via Action Chain
Hi Team,
I'm working on a custom object in Oracle Fusion CX Redwood UI and have a requirement to default a DCL (Dynamic Choice List) field on a child object create page using the parent record value.
Setup
- Parent Object:
ERPSalesHierarchy_c - Child Object:
SalesHierarchyContact_c - Parent field:
ERPAccountID_Id_c - Child DCL field:
- Display Field:
ERPAccount_c - ID Field:
ERPAccount_Id_c
- Display Field:
Requirement
When creating a child record from the parent record, I need to automatically populate the child DCL with the parent's ERP Account value.
What I Have Done
- Used
OnHeaderLoadEventPageChain - Successfully retrieved the parent record value.
- Debug alerts show the value correctly