This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Current logged on user in Identity Manager Application

I have a scenario where we need to capture the current logged on users username from Identity Manager Application so that when the user makes a change (System Entitlement UNSAccountBInUNSGroupB) is changed, I can log this into a new Custom table.

How do I grab the current logged on user's username?

Parents
  • If this is in a component, you can try using a global function GetUser()

    something like this:

    sqlcompare("uid_person",GetUser(),"string","equal","none")

    Do a web designer search for GetUser() which should show you some more examples of how this is used.

Reply
  • If this is in a component, you can try using a global function GetUser()

    something like this:

    sqlcompare("uid_person",GetUser(),"string","equal","none")

    Do a web designer search for GetUser() which should show you some more examples of how this is used.

Children
No Data