Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Want to add managers to particular user
I have a requirement of attendance management system wherin i want to display all the employees of a particular manager but there is no such manager role or column in users table how can i achieve this
create custom role as "manager" in control panel .
Then add this condition in jsp.
List<Role> roles = themeDisplay.getUser().getRoles();
for (Role role : roles) {
if (role.getName().contains("Manager"){
}}
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™