TannerNordstro1
2 years agoQrew Member
Button Group Conditional Display
I have a formual rich text button group that has 3-4 buttons. It all works great. I am trying to display or hide certain buttons based on the users role. For example, if current user role = "Not Smart" don't display button #2. Here is what I'm currently using to hide/display buttons based on other critera:
var text rowOnebuttonOne = If([Job Milestone]<>"Opportunity",$onebuttonhtml,"");
var text rowOnebuttonTwo = If([Job Milestone]<>"Sold",$twobuttonhtml,"");
Is it possible to also evaluate and display based on user role?
Much thanks.
------------------------------
Tanner Nordstrom
------------------------------