LogCollaboration- Show case opened by other users

I want to show on a case if the same case is opened by other user. I am using optimistic locking. So basically I want to show if same case is opened in other thread by other requester

What i am looking is a feature similar to how Pega shows which operators are updating data tables.

I see Pega is using Log-Collaboration class and activity pzLogCollaboration is used to set values in this table. But I am unable to find from where it is grtting triggered.

Also can the same be used to store workobject related Information?

Hi @RenukaD9,

We did a small PoC and were able to display the collaboration icon on perform harness. You can implement the same by embedding the section pxDisplayCollaborators anywhere you want to display the information. Pass the parameter recordHandle as pzInsKey of the work object.

@Tanay Kumar Bal Thank you for the information.. I will try this out

@Tanay Kumar Bal Thanks a lot. It worked well!!