Discussions
Contact User Role
Is it possible to pull the user roll off of the contact sublist (not the customer User Role) for the logged in user? Basically I want to be able to present changes to logged in contacts depending on the role that is assigned to them. I know that <%=getCurrentAttribute('customer','accessrole')%> pulls the customer user role, so I tried <%=getCurrentAttribute('contactrole','role')%> but I get "Unknown record type other"
Is there a way to do this?