Hi Team,
I have a requirement where I have to show the list of users who have opened same record in a site.
I have record type with 'related actions' to view the record details, my requirement is if user A has already opened the record and if another user B opens the same record, then both of them should be able to see on the summary page that the other user has also opened the same record.
We don't need to lock the record rather just display who all are viewing the same record at the same time.
Any help is appreciated.
Thank you
Discussion posts and replies are publicly visible
Hi
Please have a look to documentation https://docs.appian.com/suite/help/22.4/Logging.html#records-usage
This will provide you the user uuid list accessing the record. WIth the help of user function you can get the user name . for that
add all users in a loop and check whose uuid is matching
Hi Komalj,
Thank you for your suggestion.
I am trying this.