Hi Experts, I have a requirement in Oracle Fusion Expenses
Requirement:
I need to display an informational note dynamically on the page only when the below conditions are met:
- Vehicle Category = Cars and Vans
- Vehicle Type = Electric Charger: Public
The note should contain:
- Static explanatory text
- A clickable hyperlink
- The link should open in a new tab
(Example: Inform users they can claim additional amounts and provide a link for more details.)
Current Situation:
The note area is identified (as shown in the screenshot), but I need to understand the correct way to implement this behavior without impacting the page layout or causing UI issues.
Questions:
- What is the recommended approach
0