Resolved! Service Portal Menu Item Restricted to Certain Groups Using Client Callable Script Include
Hi, I have a dashboard that I am trying to set the Menu Item visibility of in the Service Portal limited to a few groups of users. I have condition on the Menu Item set to gs.getSession().isLoggedIn() && new checkIfGroupMember().verifyMembership(); ...