Does anybody know of a way of running a script as soon as a user logs in?
I want to be able to get a field value from the operator record using rtecalls and pop it into a global variable for use in that session.
In the past I have done it off the user's main menu. eg. The user clicks on "problem queue" but it actually calls my script which does some stuff and then sends them off to the problem queue.
This time the value I need is required before they do anything in the session so it would be a bit cumbersome to run this type of script off every menu item.


Reply With Quote
Bookmarks