Skip to main content
Skip table of contents

Jump to Enterprise Glossary

With the Enterprise Glossary we implemented the direct generic links to the SAP entities. This functionality gives us the possibility to integrate functionality in other tools like SAC.

Here we describe how to integrate a button in SAC entities which can directly jump to that entities in Enterprise Glossary.

  1. Add a button to your SAC entity

  2. You can use the Enterprise Glossary icon for that button if you like Enterprise Glossary Bildmarke 2018 V2 4C.png

    image-20241217-090838.png
  3. Edit the Script for onClick as follows

    JS
    var storyId = Application.getInfo().id;
    var url = "<YOUR Enterprise Glossary URL>" 
    + "sapEntities/sap-sac?connection=SAP Analytics Cloud&sacId=" 
    + storyId;
    NavigationUtils.openUrl(url, true);
  4. Save the button and use it

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.