Hi,
Is it possible to get WindowsCredentials(MbfUserWindowsIdentity) by employee (employee) field form PJEMPLOY?
Thanks!
*This post is locked for comments
Hi,
Is it possible to get WindowsCredentials(MbfUserWindowsIdentity) by employee (employee) field form PJEMPLOY?
Thanks!
*This post is locked for comments
Hi Andrew
That's fine. Hope that workaround works for you...
Thanks
We do.
Hi Santhosh,
What a deep knowledge! Unfortunately WindowsUserAcct is null!
Seems to be I found a workaround (not a very straightforward!) - Constituent field in MbfRoleUser.
Thanks!
Are you guys using Business Portal at all?
Hello Andrew,
You can use the below query to get the details of Employee vs SL User vs Windows User Acct
--Query
Select Employee, emp_name, A.User_ID, B.UserName , B.WindowsUserAcct From PJEMPLOY as A LEFT Outer Join Vs_UserRec as B ON A.user_id =B.UserId
Execute the above query in SL application databse to get the result.
Here in that query I have used the vs_userrec view. That view denotes the User_Rec table information under SL system database.
Hope this helps
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,307
Most Valuable Professional
nmaenpaa
101,156