Is there a way to change the identity of the current Employee programmatically without using Lockscreen.lock() and Lockscreen.unlock("<employee_id>")?
I cannot explain the use due to propriety functionality, however, the function depends on being able to change who the employee is. Using Lockscreen methods is visually not pleasant.
Note, I tried using the Lockscreen.unlock() directly, but it does not appear to have any effect, transaction was attached to Employee I used to unlock the terminal, rather than the one I used in the unlock() call.