Problem Statement
Currently, deep links embedded within Oracle FDI Classic Reports are environment-specific. During development and testing, these links point to the lower Oracle ERP environments (DEV/TEST). When the reports are migrated to Production, the embedded URLs continue to reference the lower environment, requiring manual updates to each report.
This manual process:
- Increases deployment effort.
- Introduces the risk of human error.
- Creates maintenance overhead during every migration.
- Delays production deployments.
Proposed Solution
Implement a dynamic URL framework that automatically resolves the appropriate Oracle ERP base URL based on the target environment.
Instead of hardcoding the ERP instance URL within each report, the report should reference a configurable environment variable, parameter that determines the correct ERP endpoint at runtime.