I need to get the current logged in user id using vba on a customized screen. Is there a way to do this?
I need to get the current logged in user id using vba on a customized screen. Is there a way to do this?
Dim xUserID AS String
Call GetBufferValue("bPES.UserID", xUserID)
will return the logged in SL UserID
André Arnaud de Cal... 291,684 Super User 2024 Season 2
Martin Dráb 230,414 Most Valuable Professional
nmaenpaa 101,156