Hi,
in our system we usually display an information if someone locks data that another user tries to edit. Like: "Data locked by <user>/<program>"
We have a global that is set at userlogin with following information:
^BA020(0,3,$job) = "<user>;<program>"
We show that information by getting the jobnr/owner from the locktable ^$LOCK("<ref>","OWNER") and looking at ^BA020.
We recently added applicationservers to our system and the result is quite interesting. Instead of getting the jobnr from ^$LOCK when it's a remotelock I only get the name of the applicationserver e.g. APPAIXVK3.
