I have a method that will determine if a user is "clocked into" an order in Syteline. I want to use this method to set a Global Variable so that on forms other than Customer Orders, I can see if they are clocked in or not. They may not load Customer Orders form first so I don't want to tie it to a form event. Is there some way of adding this when the user logs in and having the method execute to update the value?