Limiting access to a record to one person at a time
I am building out a very basic inventory cycle count application. At times, there might be multiple people using it at the same time.
I want to limit access to a given record to one person at a time.
How can I do this?
Thanks
Gregg