Difference between revisions of "InfoBarTimeoutWhatsNew"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ {{DISPLAYTITLE: infoBarTimeoutWhatsNew}} ==Scope== Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application...")
 
 
(5 intermediate revisions by the same user not shown)
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==
[[File:WhatsNewBar.png|thumb|The What's New Pop-up Bar]]
+
If What's New content has been created for the current application page, then a 'What's New' message ("<tt>We have added some great new features. Click here to find out more.</tt>") will be displayed at the top of the screen the first time a user accesses the screen after logging on. Clicking on this message opens the ''[[Carousel]]'' and displays the ''What's New'' page.
If this parameter is specified (with a positive integer value) then when the user logs on to the application a message is displayed, stating "<tt>We have added some great new features. Click here to find out more.</tt>", for the specified number of seconds. Clicking on this message opens the Carousel and displays the What's New page.
 
  
It appears that the message text is hard-coded and cannot be changed.
+
By default, this InfoBar message will be displayed until the user closes it. If you want the message to automatically close, you can use this parameter to specify the number of seconds after which it should close. (Technically, this parameter defaults to '''0''', which means the InfoBar will be displayed until the user closes it manually.)
  
 
==Usage==
 
==Usage==
Line 16: Line 15:
 
where <tt>{seconds}</tt> is the number of seconds for which the message will be displayed, before being dismissed automatically.
 
where <tt>{seconds}</tt> is the number of seconds for which the message will be displayed, before being dismissed automatically.
  
[[Category: Web Assistant parameter]]
+
==See Also==
 +
* '''[[showWhatsNew]]'''
 +
 
 +
[[Category: SAP Companion parameter]]

Latest revision as of 14:49, 14 July 2023


Scope

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

Purpose

If What's New content has been created for the current application page, then a 'What's New' message ("We have added some great new features. Click here to find out more.") will be displayed at the top of the screen the first time a user accesses the screen after logging on. Clicking on this message opens the Carousel and displays the What's New page.

By default, this InfoBar message will be displayed until the user closes it. If you want the message to automatically close, you can use this parameter to specify the number of seconds after which it should close. (Technically, this parameter defaults to 0, which means the InfoBar will be displayed until the user closes it manually.)

Usage

Specified as:

infoBarTimeoutWhatsNew={seconds}

where {seconds} is the number of seconds for which the message will be displayed, before being dismissed automatically.

See Also