Logo
10.0.0.1

Portal

  • User Guide
  • Developer Guide
    • Introduction
    • Architecture
    • Installation
    • Settings
    • Portal Dashboard
    • User menu
    • Components
    • IFrame In Portal
    • Customization
      • Build Your Own Portal
      • Portal Styles 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
      • User With Environment Info
      • Page Header And Footer
      • Process Information
      • Process Image
    • Troubleshooting
    • Public API
  • Portal Components
Portal Guide
  • »
  • Developer Guide »
  • Customization »
  • Navigate Back

Navigate Back

When a task finishes, the Portal navigates back to the previous page. For example, if a task is started from the homepage, it redirects to the homepage. If a task is started from a task list, it redirects to that task list after the task is finished.

If your project has a navigation button that does not finish a task, e.g Cancel, you have to implement the following:

If using an IFrame:

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

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

Without IFrame:

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

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

    navigate-back

Previous Next

© Copyright 2022 Axon Ivy AG.