How to get User Roles for different available companies Hi Friends, Recently i come to a user requirement, they need all employees details with they roles and permission within different companies. So here the code to fetch respective details in text file. static void UserRolebyCompany(Args _args) { TextIo txIoRead,txIoWrite; FileIOPermission fioPermission; container containFromRead; int xx,iConLength; str sTempPath,sFileName = "UserRolebyCompany.txt" , sOneRecord; SecurityUserRole SecurityUserRole;...(read more)
↧