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.
Add a button to your SAC entity
You can use the Enterprise Glossary icon for that button if you like
Edit the Script for onClick as follows
JSvar storyId = Application.getInfo().id; var url = "<YOUR Enterprise Glossary URL>" + "sapEntities/sap-sac?connection=SAP Analytics Cloud&sacId=" + storyId; NavigationUtils.openUrl(url, true);
Save the button and use it