Configure the Expenses Root Menu
You can configure the navigation menu to allow users to access Expenses Agent from the application home page. This ensures users see the right Expenses entry point, and supports pilots.
This configuration is required only in the following scenarios:
- If you've already customized your root menu and need to control how Expenses entries are displayed.
- If you’re running a pilot program to incrementally onboard a subset of users (for example, within a business unit) for the Expenses Agent adoption.
If neither applies, this step can be skipped.
Here's how you can configure the navigation tiles:
- Sign in as an Application Implementation Consultant.
- Navigate to .
- Enable the Structure tool and click Create Sandbox.
- Enter the sandbox details. For example:
- Name: Expense Root Menu Configuration
- Description: Navigation setup for Expenses Agent
- Click Create and Enter.
- Navigate to , and expand the Me menu.
- Update the Show on Navigator render conditions.If you previously used Fusion Expenses, you may see two Expenses links that must be updated with EL Expression render conditions to control which tile appears.
- Render conditions
-
Standard Expenses tile (first Expenses link)
Set render condition to:
#{!(Offerings.isFeatureEnabledForImplementation.ORA_EXM_SEQUOIA_EXPENSE or Offerings.isFeatureEnabledForImplementation.ORA_EXM_TOUCHLESS_EXPENSE_DOCIO)}This ensures standard menu isn't impacted.
-
Expenses Agent tile (second Expenses link)
Set render condition to:
#{Offerings.isFeatureEnabledForImplementation.ORA_EXM_SEQUOIA_EXPENSE or Offerings.isFeatureEnabledForImplementation.ORA_EXM_TOUCHLESS_EXPENSE_DOCIO}
-
-
Pilot-only render condition variants
If you're conducting a pilot in a test instance with a limited number of users, use the following conditions instead.
-
Standard menu (pilot):
#{!Offerings.isFeatureEnabledForImplementation.ORA_EXM_TOUCHLESS_EXPENSE_DOCIO or Profile.values.EXM_TOUCHLESS_EXP_DOCIO != 'Y' } -
Expenses Agent menu (pilot):
#{Offerings.isFeatureEnabledForImplementation.ORA_EXM_TOUCHLESS_EXPENSE_DOCIO and Profile.values.EXM_TOUCHLESS_EXP_DOCIO eq 'Y' }
-
- Render conditions
- Publish the sandbox changes.