Hello everyone,
I have a bunch of emplIDs and I need to find userId for each of them.
I use the following code:
SysCompanyUserInfo::emplId2UserId(emplid);
The thing is that for some EMPLIDs it returns UserID and for others it returns empty string. Is it possible? I thought if user has got emplId It will have some UserID for sure.
Thanks.