Most recently used items

1
Has anyone made a solution with toplist or another widget that tracks the recently opened forms and allows the user to pick one. For example Order 13213 Supplier 57123 Customer 65757
asked
1 answers
3

I imagine you could easily create this functionality yourself using an entity to keep track of most recently visited items, a toplist widget and the deeplink module. Every time the user visits an item (customer, order, etc.), you could add a visited item object for the user that contains a description and a link. Then you could show these items in a toplist widget and open the link when the user clicks the item.

answered