Forum Discussion
scottr
New Contributor III
we integrate with our HCM system to get a list of inactive users and disable using a business rule. the “guts” of the code is below.
Dim objUserinfo As UserInfo = BRApi.Security.Admin.GetUser( si, username )
objUserInfo.User.IsEnabled = False
SaurinPatel
3 years agoNew Contributor III
New to OneStream. Do you think you can share business rule with me?
Related Content
- 3 years ago