Hi All, Is there a way to get the user related details like role user is part of? in component JSP Page
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Write your own query and insert the results in your custom jsp page.
If WDK / Webtop use SessionManagerHttpBinding
import com.documentum.web.formext.session.SessionManagerHttpBinding; IDfSession session = null; try { session = SessionManagerHttpBinding.getSessionManager().getSession(SessionManagerHttpBinding.getCurrentDocbase());