Difference between revisions of "LACommunityUrl"

From SAP Enable Now Wiki
 
(4 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:Community Button.png|thumb|right|SAP Companion Carousel showing the Community button]]
 
This property is used to specify the URL of the website that should be opened when the user clicks on the '''Community''' button in the ''Learning'' page of the ''[[Carousel]]'' or in the ''[[Learning Center]]''. Typically, you would do this to direct users to a user community for the application, such as a SAP JAM or Yammer site.
 
This property is used to specify the URL of the website that should be opened when the user clicks on the '''Community''' button in the ''Learning'' page of the ''[[Carousel]]'' or in the ''[[Learning Center]]''. Typically, you would do this to direct users to a user community for the application, such as a SAP JAM or Yammer site.
 +
 +
Note there is no ability to rename this button.
  
 
==Usage==
 
==Usage==
Line 13: Line 16:
 
Example (pointing to the SAP Enable Now community home page):
 
Example (pointing to the SAP Enable Now community home page):
 
  LACommunityUrl=<nowiki>https://community.sap.com/topics/enable-now</nowiki>
 
  LACommunityUrl=<nowiki>https://community.sap.com/topics/enable-now</nowiki>
 +
If you do not want the Community button to appear, set this parameter to 'null':
 +
LACommunityUrl=
  
[[Category: Web Assistant parameter]]
+
[[Category: SAP Companion parameter]]

Latest revision as of 10:19, 5 December 2023


Scope

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

Purpose

SAP Companion Carousel showing the Community button

This property is used to specify the URL of the website that should be opened when the user clicks on the Community button in the Learning page of the Carousel or in the Learning Center. Typically, you would do this to direct users to a user community for the application, such as a SAP JAM or Yammer site.

Note there is no ability to rename this button.

Usage

Specified as:

LACommunityUrl={url}

Example (pointing to the SAP Enable Now community home page):

LACommunityUrl=https://community.sap.com/topics/enable-now

If you do not want the Community button to appear, set this parameter to 'null':

LACommunityUrl=