Difference between revisions of "Custom Prefix"
(→Scope) |
(→Scope) |
||
Line 1: | Line 1: | ||
==Scope== | ==Scope== | ||
− | * '''Workarea''' > '''Start Links''' > '''Custom Prefix''' | + | * '''Workarea''' > '''Start Links''' > '''Custom Prefix''' property |
==Purpose== | ==Purpose== |
Revision as of 15:30, 29 August 2019
Scope
- Workarea > Start Links > Custom Prefix property
Purpose
The Custom Prefix property is used to specify the location to which the Trainer is published, in a non-Cloud implementation of SAP Enable Now. This is typically a Web Server or other location from which users will access and consume the training content. (This may need to be a full Web Server running IIS or Apache - you may want to check.)
The contents of this property are combined with object-specific data to generate (automatically, by SAP Enable Now) the Custom Location content object property. For example:
If the Custom Prefix is:
http://www.globocorp.com/
And the Simulation content object's UID is:
PR_76640E6C0A9157AB
Then the Custom Location will be generated as:
https://www.globocorp.com/index.html?library=library.txt&show=project!PR_76640E6C0A9157AB
You should therefore make sure that the Custom Prefix specifies the location of the index.html file - including any folder structure, and not just the domain name.