How to get the user's session currennt company

Hi, Does any body know how to get the company users are working on? I’ve tried the session class but can not :frowning: thanks in advance Khue Trinh

Current company can be read using curext() and you can get company name using CompanyInfo::name() [:)]

hi BoJan, curExt() return the current company. But in this case, I want to get orther information. Let’s say for the SysUsersOnline form, I would like to check which company user are working on. then it relate to that session I think. Thanks for response. Khue Trinh