Difference between revisions of "LearningCenterUrl"

From SAP Enable Now Wiki
 
(2 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==
Line 14: Line 14:
 
  learningCenterUrl={url}
 
  learningCenterUrl={url}
 
Example (using the Trainer as the Learning Center):
 
Example (using the Trainer as the Learning Center):
  learningCenterUrl=<nowiki>https://globocorp.enable-now.cloud.sap/wa/index.html?show=group!GR_FA073B0C1A043</nowiki>
+
  learningCenterUrl=<nowiki>https://globocorp.enable-now.cloud.sap/wa/training/index.html?show=group!GR_FA073B0C1A043</nowiki>
Tip: In some browsers it may be necessary to replace the "<tt>=</tt>" in the URL with the character code <tt>%3D</tt> to prevent this from being incorrectly interpreted.  
+
Tip: In some browsers it may be necessary to replace the "<tt>=</tt>" in the URL with the character code <tt>%3D</tt> to prevent this from being incorrectly interpreted. Or just JSON-encode the whole URL, to be safe.
  
[[Category: Web Assistant parameter]]
+
[[Category: SAP Companion parameter]]

Latest revision as of 13:54, 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, clicking on the Learning Center button on the Learning page of the Carousel will launch the Learning Center (showing content taken from the Workarea specified by the learningAppBackendUrl and learningAppWorkspace parameters). The learningCenterUrl parameter can be used to specify another destination for the Learning Center button. This was originally implemented to allow the standard SAP Enable Now Trainer to be displayed in place of the Learning Center, using a more logical (albeit dated) interface users are likely already familiar with, but can technically be used to specify any target, such as a non-SAP Enable Now repository, or a SuccessFactors implementation, and so on.

Note that even if this parameter is specified, the 'context-specific' help suggested in the Learning page of the Carousel will still be taken from the source specified in the learningAppBackendUrl and learningAppWorkspace parameters.

Usage

Specified as:

learningCenterUrl={url}

Example (using the Trainer as the Learning Center):

learningCenterUrl=https://globocorp.enable-now.cloud.sap/wa/training/index.html?show=group!GR_FA073B0C1A043

Tip: In some browsers it may be necessary to replace the "=" in the URL with the character code %3D to prevent this from being incorrectly interpreted. Or just JSON-encode the whole URL, to be safe.