Add Recently Used Artifact
It’s possible to add recently used artifacts to the Neptune Launchpad. It can be a sales document, an employee or any artifact you can think of. In your application, you call a launchpad function to add the recently used artifact. This artifact will then be displayed in a list in the global search and in the recently used widget that can be placed in launchpad sections.
In your application, add the "AddRecentlyUsed" code snippet.
This will give you a description of the function and an example of its usage:
sap.n.Artifact.create({
...
});
In this example, the recently used artifact will be added when the end user clicks on an item in a list.
Recently used artifacts displayed in the global search.
Recently used widget. This can be added in the cockpit section configuration (tile group) and by the end user themselves.
End User Configuration
The end user can add applications to their launchpad sections. First you have to go into edit mode, either by right-clicking/long pressing on a tile, or from the "Edit Screen" menu item.
When the screen is in edit mode, a plus button will be present in all sections.
Search for the recently added app and add it to the screen.
Then a widget will be added to the section that is ready to show recently used artifacts.