Logo
9.3.3

Portal

  • User Guide
  • Developer Guide
    • Introduction
    • Architecture
    • Installation
    • Settings
    • Portal dashboard
    • Components
    • IFrame in Portal
    • Customization
      • Build your own Portal
      • PortalStyle customization (logos, colors, date patterns)
      • Login
      • Forgot Password
      • Menu and default homepage in user profile
      • Legacy Portal home
      • Task widget
      • Task item details
      • Case widget
      • Case item details
      • Default user process
      • Default chart
      • Default statistic custom field
      • Default chart color
      • Change password process
      • Logout process
      • Express end page
      • Express external data provider
      • Navigate back
      • Hide technical stuff
      • Additional case detail page
      • Global Search Result
      • Document processes
      • Responsive CSS
      • Group chat customization
      • Change groupId
      • User with environment info
      • Page header and footer
      • Process information
      • Process image
    • Troubleshooting
    • Public API
Portal Guide
  • »
  • Developer Guide »
  • Customization »
  • Navigate back

Navigate back

When a task finishes, Portal will navigate back to previous page. For example if a task is started from homepage, go back to homepage. In case task is started from task list, go back to task list after finish.

In case your project has navigation button without finishing a task, e.g Cancel

In IFrame:

  • Previous page: call navigateToPortalEndPage() from class PortalNavigatorInFrameAPI.

  • A specific url: call navigateToUrl(String url) from class PortalNavigatorInFrameAPI.

Not in IFrame:

  • Home page: call navigateToPortalHome() from class PortalNavigatorAPI.

  • Previous page: call navigateToPortalEndPage() from class PortalNavigatorAPI.

    navigate-back

Previous Next

© Copyright 2022 Axon Ivy AG.