Does Appian restrict users from opening a document if it is opened by another user

Hi All,

consider a Group with A,B as group members added in it and that group has access to a document.

I have a requirement where if the document is opened by A through Interface/Related Action and if B tries to open the same document at the same time can we restrict the document being opened by B with some message or alert?

Please provide your inputs. Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Bhanu Voora

    This use case should be possible but you'd need to implement it manually.  The easiest way would most likely be a special database table for "locked documents" or "locked records" where the process writes a new entry for the current user as soon as they start the process/related action/etc, and then unlocks that row when they close out or otherwise indicate they're finished.  As long as you set this up carefully it should be maybe fairly easy.

Children