How can I prevent multiple users from accessing the same related action?

Hello:
Does anyone have a solution for how to avoid 2 users simultaneously triggering the same related action on the same record (assuming the related action would overwrite the record values).
We need a mutex solution, but I am not sure how to do this in Appian except through a database solution. Does anyone know of a mutex solution out-of-the-box in Appian?

OriginalPostID-215481

OriginalPostID-215481

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    How do you handle situations where different record types (e.g. "Requests" and "Employees") coincidentally have the same ID?

    Let's say you implement your locking strategy for both record types. If User A is currently editing a Request that has a RequestID of 5, and User B tries to edit an Employee that has an EmployeeID of 5, wouldn't it prevent User B from editing the Employee because User A has a lock on the generic recordID 5?
Reply
  • 0
    Certified Lead Developer
    How do you handle situations where different record types (e.g. "Requests" and "Employees") coincidentally have the same ID?

    Let's say you implement your locking strategy for both record types. If User A is currently editing a Request that has a RequestID of 5, and User B tries to edit an Employee that has an EmployeeID of 5, wouldn't it prevent User B from editing the Employee because User A has a lock on the generic recordID 5?
Children
No Data