Redwood Dynamic Form: Custom Template fields blank on Edit Page load despite successful REST fetch
Summary:
We extending Oracle Fusion Cloud Applications using Visual Builder Studio (Redwood). I have a custom object "AffectedAssetsCollection_c" as a child of "CustomerWorkOrders". I have implemented a Create flow and an Edit flow.
- The "Create" Flow (Working Perfectly)
Requirement: When a user selects an Asset Number, the Description must auto-populate.
Implementation: We used a Custom Template for the Asset Number field containing an "oj-select-single" component
- Steps:
- 1) We created a Fragment with a Service Data Provider (SDP) to fetch all available Assets.
- 2) An on-value-item-changed event triggers an Action Chain that:
- Extracts the Description from the selected item's data.
- Assigns the values to the Page variables.
Tagged:
0