Difference between revisions of "MultipageTimeout"

From SAP Enable Now Wiki
Line 3: Line 3:
  
 
==Scope==
 
==Scope==
Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application.
+
SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.
  
 
==Purpose==
 
==Purpose==
By default, the Web Assistant will be re-loaded (effectively re-started) every time the user navigates to a new page (screen) in the application. This can cause problems with applications that typically navigate through several screens in a single task, especially with Guided Tours that span these screens. If the '''[[multipage]]''' parameter is set to '''true''' then the Web Assistant (and Carousel/help) are not automatically reloaded on page change, and instead is only reloaded after the number of seconds specified in the '''multipageTimeout''' parameter.)
+
By default, the Caousel will be re-loaded (effectively re-started) every time the user navigates to a new page (screen) in the application. This can cause problems with applications that typically navigate through several screens in a single task, especially with Guided Tours that span these screens. If the '''[[multipage]]''' parameter is set to '''true''' then the Carousel is not automatically reloaded on page change, and instead is only reloaded after the number of seconds specified in the '''multipageTimeout''' parameter.)
  
 
==Usage==
 
==Usage==
Line 16: Line 16:
 
* '''[[multipage]]'''
 
* '''[[multipage]]'''
  
[[Category: Web Assistant parameter]]
+
[[Category: SAP Companion parameter]]

Revision as of 13:56, 14 July 2023


Scope

SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.

Purpose

By default, the Caousel will be re-loaded (effectively re-started) every time the user navigates to a new page (screen) in the application. This can cause problems with applications that typically navigate through several screens in a single task, especially with Guided Tours that span these screens. If the multipage parameter is set to true then the Carousel is not automatically reloaded on page change, and instead is only reloaded after the number of seconds specified in the multipageTimeout parameter.)

Usage

Specified as:

multipageTimeout={seconds}

where {seconds} is the number of seconds (since it was last loaded) after which the Web Assistant will be reloaded anyway.

See Also