Configure a Dynamic Container

The Case Edit Details page has seven sections. Let's say we have a requirement for a specific role. We don't want to show the Attachments section (Attachments template) to anyone with the Sales Representative role. Here's how you do it:

  1. In the explorer, navigate to: App UIs > Oracle Fusion Service Extensions App > Service > case > edit..

  2. In the properties pane, click the Components tab to view the dynamic container, form, and table used.

  3. Click Container rule for case details panel.
  4. Click the Duplicate icon.

  5. Enter a name for the new rule.

  6. Click the Expression editor icon and add the following condition: $application.user.roles.includes('ORA_ZBS_SALES_REPRESENTATIVE_JOB').

  7. Delete the documentsSectionTemplate.

  8. Test to make sure a sales representative won't see the documents folder in the Case Details page
    Note: The other details in VB will remain the same.
    .