Hi everyone, hope you're well.
Is there any way to get the logged in username using oscript? I have been reading through the docs and couldn't really figure it. There was some info in this old thread thread862-750694 but this refers to a login page I cannot find anywhere - I can find a cmo-login which does not appear to use any obvious script.
I tried to do this but am really not getting anywhere. I think we need a LivelinkUserInterface sort of like this:
Any ideas? Any help is much appreciated.
Thanks very much
Jon
Is there any way to get the logged in username using oscript? I have been reading through the docs and couldn't really figure it. There was some info in this old thread thread862-750694 but this refers to a login page I cannot find anywhere - I can find a cmo-login which does not appear to use any obvious script.
I tried to do this but am really not getting anywhere. I think we need a LivelinkUserInterface sort of like this:
Code:
var llui - new LivelinkUserInterface();
llui.getCurrentUser();
Any ideas? Any help is much appreciated.
Thanks very much
Jon