hello
I'm on 25.1 and I have the below Use Case:
I need to display on a read-only grid a short list (5 or 10 items at least) of last opened Record of a given Record Type.
basically I need to store on a table the interactions over a Record List (every time a user clicks on a Record Link) in order to display the "last opened records" as a table
I was thinking on replacing the Record Link with a startProcessLink which stores this transaction on a table (recordId, user, timestamp) and then open the Record Summary as a task, but this has several disadvantages:
- the record page has several tabs (summary, attachments, other related data ....) which might requires additional effort to refactor
- transforming the record interaction into processes might have performance issues
any thoughts/suggestion about how to deal with this?
thanks
Discussion posts and replies are publicly visible
This is possible using a Stored Procedure with the right design pattern, and otherwise-OOTB functionality. It's not an "officially supported" behavior though, but it works fine.