I have Requirement where I would like the system to open locked WorkObject in review mode?
Currently if a user opens a workobject record, we place a lock. If another user wants to open same time, we show a “member locked” message. Now We dont want to show member locked message , we want to allow to open the workobject record in read-only mode for the 2nd user .
So how I can acheive this functionality?Please help me out.
We are maintaining flag variable.
If Lock does not exist flag value is 1.
if already lock exist then flag value is 2.
***Updated by moderator: Lochan to add Categories***